#AC0555

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

Shades of Jazzberry Jam #AC0555

Tints of Jazzberry Jam #AC0555

Color information

#AC0555 (or 0xAC0555) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 05 and 55. RGB value is (172,5,85). Sum of RGB (Red+Green+Blue) = 172+5+85=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0555 is #53FAAA. Grayscale: #3F3F3F. Windows color (decimal): -5503659 or 5572012. OLE color: 5572012.

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

Color convert

RGB172585-
CMYK00.970.510.33
HSL331.26º94.35%34.71%-
HSV(B)331.26º97.09%67.45%-
XYZ18.719.549.45-
YUV64.05139.83205-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 65.65%
GREEN value IS 5 (2.34% from 255) = 1.91%
BLUE value IS 85 (33.59% from 255) = 32.44%
R=65.65%
G=1.91%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17258500.970.510.33331.2694.3534.71
HexAC555061332114b5e23
Octal25451250141634151313643
Binary101011001011010101011000011100111000011010010111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0555; }

 p { color: rgb(172,5,85); }

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

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

 a { background-color: rgb(172,5,85); }

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

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

 span { border-color: rgb(172,5,85); }

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