#AA5472

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

Shades of Royal Heath #AA5472

Tints of Royal Heath #AA5472

Color information

#AA5472 (or 0xAA5472) is unknown color: approx Royal Heath. HEX triplet: AA, 54 and 72. RGB value is (170,84,114). Sum of RGB (Red+Green+Blue) = 170+84+114=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5472 is #55AB8D. Grayscale: #717171. Windows color (decimal): -5614478 or 7492778. OLE color: 7492778.

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

Color convert

RGB17084114-
CMYK00.510.330.33
HSL339.07º33.86%49.8%-
HSV(B)339.07º50.59%66.67%-
XYZ22.7916.117.83-
YUV113.13128.49168.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.20%
GREEN value IS 84 (33.20% from 255) = 22.83%
BLUE value IS 114 (44.92% from 255) = 30.98%
R=46.20%
G=22.83%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708411400.510.330.33339.0733.8649.8
HexAA547203321211532232
Octal25212416206341415234262
Binary10101010101010011100100110011100001100001101010011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5472; }

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

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

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

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

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

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

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

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