#AC0B4A

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

Shades of Jazzberry Jam #AC0B4A

Tints of Jazzberry Jam #AC0B4A

Color information

#AC0B4A (or 0xAC0B4A) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 0B and 4A. RGB value is (172,11,74). Sum of RGB (Red+Green+Blue) = 172+11+74=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0B4A is #53F4B5. Grayscale: #424242. Windows color (decimal): -5502134 or 4852652. OLE color: 4852652.

HSL color Cylindrical-coordinate representation of color #AC0B4A: hue angle of 336.52º degrees, saturation: 0.88, 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 #AC0B4A is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB1721174-
CMYK00.940.570.33
HSL336.52º87.98%35.88%-
HSV(B)336.52º93.6%67.45%-
XYZ18.379.57.34-
YUV66.32132.34203.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 66.93%
GREEN value IS 11 (4.69% from 255) = 4.28%
BLUE value IS 74 (29.30% from 255) = 28.79%
R=66.93%
G=4.28%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172117400.940.570.33336.5287.9835.88
HexACB4A05E39211515824
Octal254131120136714152113044
Binary1010110010111001010010111101110011000011010100011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0B4A; }

 p { color: rgb(172,11,74); }

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

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

 a { background-color: rgb(172,11,74); }

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

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

 span { border-color: rgb(172,11,74); }

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