#AA5775

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

Shades of Royal Heath #AA5775

Tints of Royal Heath #AA5775

Color information

#AA5775 (or 0xAA5775) is unknown color: approx Royal Heath. HEX triplet: AA, 57 and 75. RGB value is (170,87,117). Sum of RGB (Red+Green+Blue) = 170+87+117=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5775 is #55A88A. Grayscale: #737373. Windows color (decimal): -5613707 or 7690154. OLE color: 7690154.

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

Color convert

RGB17087117-
CMYK00.490.310.33
HSL338.31º32.81%50.39%-
HSV(B)338.31º48.82%66.67%-
XYZ23.216.6518.82-
YUV115.24129167.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 87 (34.38% from 255) = 23.26%
BLUE value IS 117 (46.09% from 255) = 31.28%
R=45.45%
G=23.26%
B=31.28%

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
Decimal1708711700.490.310.33338.3132.8150.39
HexAA57750311F211522132
Octal25212716506137415224162
Binary1010101010101111110101011000111111100001101010010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5775; }

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

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

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

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

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

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

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

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