#AA5376

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

Shades of Royal Heath #AA5376

Tints of Royal Heath #AA5376

Color information

#AA5376 (or 0xAA5376) is unknown color: approx Royal Heath. HEX triplet: AA, 53 and 76. RGB value is (170,83,118). Sum of RGB (Red+Green+Blue) = 170+83+118=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5376 is #55AC89. Grayscale: #707070. Windows color (decimal): -5614730 or 7754666. OLE color: 7754666.

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

Color convert

RGB17083118-
CMYK00.510.310.33
HSL335.86º34.39%49.61%-
HSV(B)335.86º51.18%66.67%-
XYZ22.9416.0419.03-
YUV113130.82168.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.82%
GREEN value IS 83 (32.81% from 255) = 22.37%
BLUE value IS 118 (46.48% from 255) = 31.81%
R=45.82%
G=22.37%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708311800.510.310.33335.8634.3949.61
HexAA53760331F211502232
Octal25212316606337415204262
Binary1010101010100111110110011001111111100001101010000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5376; }

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

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

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

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

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

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

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

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