#AC0845

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

Shades of Jazzberry Jam #AC0845

Tints of Jazzberry Jam #AC0845

Color information

#AC0845 (or 0xAC0845) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 08 and 45. RGB value is (172,8,69). Sum of RGB (Red+Green+Blue) = 172+8+69=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0845 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0845 is #53F7BA. Grayscale: #3F3F3F. Windows color (decimal): -5502907 or 4524204. OLE color: 4524204.

HSL color Cylindrical-coordinate representation of color #AC0845: hue angle of 337.68º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0845 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB172869-
CMYK00.950.600.33
HSL337.68º91.11%35.29%-
HSV(B)337.68º95.35%67.45%-
XYZ18.179.376.48-
YUV63.99130.83205.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 69.08%
GREEN value IS 8 (3.52% from 255) = 3.21%
BLUE value IS 69 (27.34% from 255) = 27.71%
R=69.08%
G=3.21%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17286900.950.600.33337.6891.1135.29
HexAC84505F3C211525b23
Octal254101050137744152213343
Binary1010110010001000101010111111111001000011010100101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0845; }

 p { color: rgb(172,8,69); }

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

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

 a { background-color: rgb(172,8,69); }

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

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

 span { border-color: rgb(172,8,69); }

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