#AA5776

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

Shades of Royal Heath #AA5776

Tints of Royal Heath #AA5776

Color information

#AA5776 (or 0xAA5776) is unknown color: approx Royal Heath. HEX triplet: AA, 57 and 76. RGB value is (170,87,118). Sum of RGB (Red+Green+Blue) = 170+87+118=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5776 is #55A889. Grayscale: #737373. Windows color (decimal): -5613706 or 7755690. OLE color: 7755690.

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

Color convert

RGB17087118-
CMYK00.490.310.33
HSL337.59º32.81%50.39%-
HSV(B)337.59º48.82%66.67%-
XYZ23.2616.6719.13-
YUV115.35129.5166.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 87 (34.38% from 255) = 23.2%
BLUE value IS 118 (46.48% from 255) = 31.47%
R=45.33%
G=23.2%
B=31.47%

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
Decimal1708711800.490.310.33337.5932.8150.39
HexAA57760311F211522132
Octal25212716606137415224162
Binary1010101010101111110110011000111111100001101010010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5776; }

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

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

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

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

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

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

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

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