#AC5977

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

Shades of Royal Heath #AC5977

Tints of Royal Heath #AC5977

Color information

#AC5977 (or 0xAC5977) is unknown color: approx Royal Heath. HEX triplet: AC, 59 and 77. RGB value is (172,89,119). Sum of RGB (Red+Green+Blue) = 172+89+119=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5977 is #53A688. Grayscale: #757575. Windows color (decimal): -5482121 or 7821740. OLE color: 7821740.

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

Color convert

RGB17289119-
CMYK00.480.310.33
HSL338.31º33.33%51.18%-
HSV(B)338.31º48.26%67.45%-
XYZ23.9217.2519.52-
YUV117.24129167.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.26%
GREEN value IS 89 (35.16% from 255) = 23.42%
BLUE value IS 119 (46.88% from 255) = 31.32%
R=45.26%
G=23.42%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728911900.480.310.33338.3133.3351.18
HexAC59770301F211522133
Octal25413116706037415224163
Binary1010110010110011110111011000011111100001101010010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5977; }

 p { color: rgb(172,89,119); }

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

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

 a { background-color: rgb(172,89,119); }

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

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

 span { border-color: rgb(172,89,119); }

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