#AA5473

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

Shades of Royal Heath #AA5473

Tints of Royal Heath #AA5473

Color information

#AA5473 (or 0xAA5473) is unknown color: approx Royal Heath. HEX triplet: AA, 54 and 73. RGB value is (170,84,115). Sum of RGB (Red+Green+Blue) = 170+84+115=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5473 is #55AB8C. Grayscale: #717171. Windows color (decimal): -5614477 or 7558314. OLE color: 7558314.

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

Color convert

RGB17084115-
CMYK00.510.320.33
HSL338.37º33.86%49.8%-
HSV(B)338.37º50.59%66.67%-
XYZ22.8416.1218.13-
YUV113.25128.99168.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 84 (33.20% from 255) = 22.76%
BLUE value IS 115 (45.31% from 255) = 31.17%
R=46.07%
G=22.76%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708411500.510.320.33338.3733.8649.8
HexAA547303320211522232
Octal25212416306340415224262
Binary10101010101010011100110110011100000100001101010010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5473; }

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

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

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

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

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

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

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

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