#AA5471

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

Shades of Royal Heath #AA5471

Tints of Royal Heath #AA5471

Color information

#AA5471 (or 0xAA5471) is unknown color: approx Royal Heath. HEX triplet: AA, 54 and 71. RGB value is (170,84,113). Sum of RGB (Red+Green+Blue) = 170+84+113=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5471 is #55AB8E. Grayscale: #707070. Windows color (decimal): -5614479 or 7427242. OLE color: 7427242.

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

Color convert

RGB17084113-
CMYK00.510.340.33
HSL339.77º33.86%49.8%-
HSV(B)339.77º50.59%66.67%-
XYZ22.7316.0817.53-
YUV113.02127.99168.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.32%
GREEN value IS 84 (33.20% from 255) = 22.89%
BLUE value IS 113 (44.53% from 255) = 30.79%
R=46.32%
G=22.89%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708411300.510.340.33339.7733.8649.8
HexAA547103322211542232
Octal25212416106342415244262
Binary10101010101010011100010110011100010100001101010100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5471; }

 p { color: rgb(170,84,113); }

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

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

 a { background-color: rgb(170,84,113); }

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

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

 span { border-color: rgb(170,84,113); }

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