#AD154E

Color #AD154E Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AD154E

Tints of Jazzberry Jam #AD154E

Color information

#AD154E (or 0xAD154E) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 15 and 4E. RGB value is (173,21,78). Sum of RGB (Red+Green+Blue) = 173+21+78=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD154E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD154E is #52EAB1. Grayscale: #484848. Windows color (decimal): -5434034 or 5117357. OLE color: 5117357.

HSL color Cylindrical-coordinate representation of color #AD154E: hue angle of 337.5º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD154E is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB1732178-
CMYK00.880.550.32
HSL337.5º78.35%38.04%-
HSV(B)337.5º87.86%67.84%-
XYZ18.889.978.14-
YUV72.95130.86199.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 63.60%
GREEN value IS 21 (8.59% from 255) = 7.72%
BLUE value IS 78 (30.86% from 255) = 28.68%
R=63.60%
G=7.72%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173217800.880.550.32337.578.3538.04
HexAD154E05837201524e26
Octal255251160130674052211646
Binary10101101101011001110010110001101111000001010100101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD154E; }

 p { color: rgb(173,21,78); }

 H1.HeaderClassName
 {
   color: #AD154E;
 }
 .AnyTagClassName
 {
   color: #AD154E;
 }
</style>
background-color css

<style>
 a { background-color: #AD154E; }

 a { background-color: rgb(173,21,78); }

 div.DivClassName
 {
   background-color: #AD154E;
 }
 .BgClassName
 {
   background-color: #AD154E;
 }
</style>
border-color css

<style>
 span { border-color: #AD154E; }

 span { border-color: rgb(173,21,78); }

 td.TdClassName
 {
   border-color: #AD154E;
 }
 .TagClassName
 {
   border-color: #AD154E;
 }
</style>