#AA5576

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

Shades of Royal Heath #AA5576

Tints of Royal Heath #AA5576

Color information

#AA5576 (or 0xAA5576) is unknown color: approx Royal Heath. HEX triplet: AA, 55 and 76. RGB value is (170,85,118). Sum of RGB (Red+Green+Blue) = 170+85+118=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5576 is #55AA89. Grayscale: #727272. Windows color (decimal): -5614218 or 7755178. OLE color: 7755178.

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

Color convert

RGB17085118-
CMYK00.500.310.33
HSL336.71º33.33%50%-
HSV(B)336.71º50%66.67%-
XYZ23.116.3519.08-
YUV114.18130.16167.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.58%
GREEN value IS 85 (33.59% from 255) = 22.79%
BLUE value IS 118 (46.48% from 255) = 31.64%
R=45.58%
G=22.79%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708511800.500.310.33336.7133.3350
HexAA55760321F211512132
Octal25212516606237415214162
Binary1010101010101011110110011001011111100001101010001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5576; }

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

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

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

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

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

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

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

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