#AC176E

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

Shades of Jazzberry Jam #AC176E

Tints of Jazzberry Jam #AC176E

Color information

#AC176E (or 0xAC176E) is unknown color: approx Jazzberry Jam. HEX triplet: AC, 17 and 6E. RGB value is (172,23,110). Sum of RGB (Red+Green+Blue) = 172+23+110=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC176E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC176E is #53E891. Grayscale: #4D4D4D. Windows color (decimal): -5499026 or 7215020. OLE color: 7215020.

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

Color convert

RGB17223110-
CMYK00.870.360.33
HSL324.97º76.41%38.24%-
HSV(B)324.97º86.63%67.45%-
XYZ20.1310.5115.72-
YUV77.47146.36195.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.39%
GREEN value IS 23 (9.38% from 255) = 7.54%
BLUE value IS 110 (43.36% from 255) = 36.07%
R=56.39%
G=7.54%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722311000.870.360.33324.9776.4138.24
HexAC176E05724211454c26
Octal254271560127444150511446
Binary10101100101111101110010101111001001000011010001011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC176E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC176E; }

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

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

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

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

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

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

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

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