#AD0C4A

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

Shades of Jazzberry Jam #AD0C4A

Tints of Jazzberry Jam #AD0C4A

Color information

#AD0C4A (or 0xAD0C4A) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 0C and 4A. RGB value is (173,12,74). Sum of RGB (Red+Green+Blue) = 173+12+74=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0C4A is #52F3B5. Grayscale: #434343. Windows color (decimal): -5436342 or 4852909. OLE color: 4852909.

HSL color Cylindrical-coordinate representation of color #AD0C4A: hue angle of 336.89º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0C4A is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB1731274-
CMYK00.930.570.32
HSL336.89º87.03%36.27%-
HSV(B)336.89º93.06%67.84%-
XYZ18.69.647.36-
YUV67.21131.84203.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 66.80%
GREEN value IS 12 (5.08% from 255) = 4.63%
BLUE value IS 74 (29.30% from 255) = 28.57%
R=66.80%
G=4.63%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173127400.930.570.32336.8987.0336.27
HexADC4A05D39201515724
Octal255141120135714052112744
Binary1010110111001001010010111011110011000001010100011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0C4A; }

 p { color: rgb(173,12,74); }

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

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

 a { background-color: rgb(173,12,74); }

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

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

 span { border-color: rgb(173,12,74); }

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