#AC5976

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

Shades of Royal Heath #AC5976

Tints of Royal Heath #AC5976

Color information

#AC5976 (or 0xAC5976) is unknown color: approx Royal Heath. HEX triplet: AC, 59 and 76. RGB value is (172,89,118). Sum of RGB (Red+Green+Blue) = 172+89+118=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5976 is #53A689. Grayscale: #757575. Windows color (decimal): -5482122 or 7756204. OLE color: 7756204.

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

Color convert

RGB17289118-
CMYK00.480.310.33
HSL339.04º33.33%51.18%-
HSV(B)339.04º48.26%67.45%-
XYZ23.8617.2219.21-
YUV117.12128.5167.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.38%
GREEN value IS 89 (35.16% from 255) = 23.48%
BLUE value IS 118 (46.48% from 255) = 31.13%
R=45.38%
G=23.48%
B=31.13%

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
Decimal1728911800.480.310.33339.0433.3351.18
HexAC59760301F211532133
Octal25413116606037415234163
Binary1010110010110011110110011000011111100001101010011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5976; }

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

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

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

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

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

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

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

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