#AA5176

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

Shades of Royal Heath #AA5176

Tints of Royal Heath #AA5176

Color information

#AA5176 (or 0xAA5176) is unknown color: approx Royal Heath. HEX triplet: AA, 51 and 76. RGB value is (170,81,118). Sum of RGB (Red+Green+Blue) = 170+81+118=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5176 is #55AE89. Grayscale: #6F6F6F. Windows color (decimal): -5615242 or 7754154. OLE color: 7754154.

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

Color convert

RGB17081118-
CMYK00.520.310.33
HSL335.06º35.46%49.22%-
HSV(B)335.06º52.35%66.67%-
XYZ22.7915.7418.98-
YUV111.83131.49169.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 81 (32.03% from 255) = 21.95%
BLUE value IS 118 (46.48% from 255) = 31.98%
R=46.07%
G=21.95%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708111800.520.310.33335.0635.4649.22
HexAA51760341F2114f2331
Octal25212116606437415174361
Binary1010101010100011110110011010011111100001101001111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5176; }

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

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

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

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

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

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

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

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