#AC0045

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

Shades of Jazzberry Jam #AC0045

Tints of Jazzberry Jam #AC0045

Color information

#AC0045 (or 0xAC0045) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 00 and 45. RGB value is (172,0,69). Sum of RGB (Red+Green+Blue) = 172+0+69=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 69 (27.34% from 255 or 28.63% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0045 is #53FFBA. Grayscale: #3B3B3B. Windows color (decimal): -5504955 or 4522156. OLE color: 4522156.

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

Color convert

RGB172069-
CMYK010.600.33
HSL335.93º100%33.73%-
HSV(B)335.93º100%67.45%-
XYZ18.099.26.45-
YUV59.29133.48208.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 71.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 69 (27.34% from 255) = 28.63%
R=71.37%
G=0%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172069010.600.33335.9310033.73
HexAC0450643C211506422
Octal25401050144744152014442
Binary1010110001000101011001001111001000011010100001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0045; }

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

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

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

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

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

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

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

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