#AA5C76

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

Shades of Royal Heath #AA5C76

Tints of Royal Heath #AA5C76

Color information

#AA5C76 (or 0xAA5C76) is unknown color: approx Royal Heath. HEX triplet: AA, 5C and 76. RGB value is (170,92,118). Sum of RGB (Red+Green+Blue) = 170+92+118=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5C76 is #55A389. Grayscale: #767676. Windows color (decimal): -5612426 or 7756970. OLE color: 7756970.

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

Color convert

RGB17092118-
CMYK00.460.310.33
HSL340º31.45%51.37%-
HSV(B)340º45.88%66.67%-
XYZ23.6717.5119.27-
YUV118.29127.84164.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.74%
GREEN value IS 92 (36.33% from 255) = 24.21%
BLUE value IS 118 (46.48% from 255) = 31.05%
R=44.74%
G=24.21%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709211800.460.310.3334031.4551.37
HexAA5C7602E1F211541f33
Octal25213416605637415243763
Binary101010101011100111011001011101111110000110101010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5C76; }

 p { color: rgb(170,92,118); }

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

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

 a { background-color: rgb(170,92,118); }

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

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

 span { border-color: rgb(170,92,118); }

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