#AC5576

Color #AC5576 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AC5576

Tints of Royal Heath #AC5576

Color information

#AC5576 (or 0xAC5576) is unknown color: approx Royal Heath. HEX triplet: AC, 55 and 76. RGB value is (172,85,118). Sum of RGB (Red+Green+Blue) = 172+85+118=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5576 is #53AA89. Grayscale: #727272. Windows color (decimal): -5483146 or 7755180. OLE color: 7755180.

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

Color convert

RGB17285118-
CMYK00.510.310.33
HSL337.24º34.39%50.39%-
HSV(B)337.24º50.58%67.45%-
XYZ23.5316.5819.1-
YUV114.78129.82168.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.87%
GREEN value IS 85 (33.59% from 255) = 22.67%
BLUE value IS 118 (46.48% from 255) = 31.47%
R=45.87%
G=22.67%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728511800.510.310.33337.2434.3950.39
HexAC55760331F211512232
Octal25412516606337415214262
Binary1010110010101011110110011001111111100001101010001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5576; }

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

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

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

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

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

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

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

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