#AA5377

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

Shades of Royal Heath #AA5377

Tints of Royal Heath #AA5377

Color information

#AA5377 (or 0xAA5377) is unknown color: approx Royal Heath. HEX triplet: AA, 53 and 77. RGB value is (170,83,119). Sum of RGB (Red+Green+Blue) = 170+83+119=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5377 is #55AC88. Grayscale: #717171. Windows color (decimal): -5614729 or 7820202. OLE color: 7820202.

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

Color convert

RGB17083119-
CMYK00.510.30.33
HSL335.17º34.39%49.61%-
HSV(B)335.17º51.18%66.67%-
XYZ2316.0619.34-
YUV113.12131.32168.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.70%
GREEN value IS 83 (32.81% from 255) = 22.31%
BLUE value IS 119 (46.88% from 255) = 31.99%
R=45.70%
G=22.31%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708311900.510.30.33335.1734.3949.61
HexAA53770331E2114f2232
Octal25212316706336415174262
Binary1010101010100111110111011001111110100001101001111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5377; }

 p { color: rgb(170,83,119); }

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

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

 a { background-color: rgb(170,83,119); }

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

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

 span { border-color: rgb(170,83,119); }

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