#AC0A42

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

Shades of Jazzberry Jam #AC0A42

Tints of Jazzberry Jam #AC0A42

Color information

#AC0A42 (or 0xAC0A42) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 0A and 42. RGB value is (172,10,66). Sum of RGB (Red+Green+Blue) = 172+10+66=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0A42 is #53F5BD. Grayscale: #404040. Windows color (decimal): -5502398 or 4328108. OLE color: 4328108.

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

Color convert

RGB1721066-
CMYK00.940.620.33
HSL339.26º89.01%35.69%-
HSV(B)339.26º94.19%67.45%-
XYZ18.119.386.01-
YUV64.82128.67204.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 69.35%
GREEN value IS 10 (4.30% from 255) = 4.03%
BLUE value IS 66 (26.17% from 255) = 26.61%
R=69.35%
G=4.03%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172106600.940.620.33339.2689.0135.69
HexACA4205E3E211535924
Octal254121020136764152313144
Binary1010110010101000010010111101111101000011010100111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0A42; }

 p { color: rgb(172,10,66); }

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

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

 a { background-color: rgb(172,10,66); }

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

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

 span { border-color: rgb(172,10,66); }

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