#AC5776

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

Shades of Royal Heath #AC5776

Tints of Royal Heath #AC5776

Color information

#AC5776 (or 0xAC5776) is unknown color: approx Royal Heath. HEX triplet: AC, 57 and 76. RGB value is (172,87,118). Sum of RGB (Red+Green+Blue) = 172+87+118=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5776 is #53A889. Grayscale: #737373. Windows color (decimal): -5482634 or 7755692. OLE color: 7755692.

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

Color convert

RGB17287118-
CMYK00.490.310.33
HSL338.12º33.86%50.78%-
HSV(B)338.12º49.42%67.45%-
XYZ23.6916.919.15-
YUV115.95129.16167.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.62%
GREEN value IS 87 (34.38% from 255) = 23.08%
BLUE value IS 118 (46.48% from 255) = 31.30%
R=45.62%
G=23.08%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728711800.490.310.33338.1233.8650.78
HexAC57760311F211522233
Octal25412716606137415224263
Binary1010110010101111110110011000111111100001101010010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5776; }

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

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

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

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

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

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

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

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