#AC0546

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

Shades of Jazzberry Jam #AC0546

Tints of Jazzberry Jam #AC0546

Color information

#AC0546 (or 0xAC0546) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 05 and 46. RGB value is (172,5,70). Sum of RGB (Red+Green+Blue) = 172+5+70=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0546 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0546 is #53FAB9. Grayscale: #3E3E3E. Windows color (decimal): -5503674 or 4588972. OLE color: 4588972.

HSL color Cylindrical-coordinate representation of color #AC0546: hue angle of 336.65º 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 #AC0546 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB172570-
CMYK00.970.590.33
HSL336.65º94.35%34.71%-
HSV(B)336.65º97.09%67.45%-
XYZ18.179.326.64-
YUV62.34132.33206.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 69.64%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 70 (27.73% from 255) = 28.34%
R=69.64%
G=2.02%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17257000.970.590.33336.6594.3534.71
HexAC5460613B211515e23
Octal25451060141734152113643
Binary101011001011000110011000011110111000011010100011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0546; }

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

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

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

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

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

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

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

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