#AC0C44

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

Shades of Jazzberry Jam #AC0C44

Tints of Jazzberry Jam #AC0C44

Color information

#AC0C44 (or 0xAC0C44) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 0C and 44. RGB value is (172,12,68). Sum of RGB (Red+Green+Blue) = 172+12+68=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0C44 is #53F3BB. Grayscale: #424242. Windows color (decimal): -5501884 or 4459692. OLE color: 4459692.

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

Color convert

RGB1721268-
CMYK00.930.600.33
HSL339º86.96%36.08%-
HSV(B)339º93.02%67.45%-
XYZ18.199.456.33-
YUV66.22129.01203.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 68.25%
GREEN value IS 12 (5.08% from 255) = 4.76%
BLUE value IS 68 (26.95% from 255) = 26.98%
R=68.25%
G=4.76%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172126800.930.600.3333986.9636.08
HexACC4405D3C211535724
Octal254141040135744152312744
Binary1010110011001000100010111011111001000011010100111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0C44; }

 p { color: rgb(172,12,68); }

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

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

 a { background-color: rgb(172,12,68); }

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

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

 span { border-color: rgb(172,12,68); }

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