#AC176A

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

Shades of Jazzberry Jam #AC176A

Tints of Jazzberry Jam #AC176A

Color information

#AC176A (or 0xAC176A) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 17 and 6A. RGB value is (172,23,106). Sum of RGB (Red+Green+Blue) = 172+23+106=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC176A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC176A is #53E895. Grayscale: #4C4C4C. Windows color (decimal): -5499030 or 6952876. OLE color: 6952876.

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

Color convert

RGB17223106-
CMYK00.870.380.33
HSL326.58º76.41%38.24%-
HSV(B)326.58º86.63%67.45%-
XYZ19.9210.4214.6-
YUV77.01144.36195.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.14%
GREEN value IS 23 (9.38% from 255) = 7.64%
BLUE value IS 106 (41.80% from 255) = 35.22%
R=57.14%
G=7.64%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722310600.870.380.33326.5876.4138.24
HexAC176A05726211474c26
Octal254271520127464150711446
Binary10101100101111101010010101111001101000011010001111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC176A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC176A; }

 p { color: rgb(172,23,106); }

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

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

 a { background-color: rgb(172,23,106); }

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

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

 span { border-color: rgb(172,23,106); }

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