#AA5270

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

Shades of Royal Heath #AA5270

Tints of Royal Heath #AA5270

Color information

#AA5270 (or 0xAA5270) is unknown color: approx Royal Heath. HEX triplet: AA, 52 and 70. RGB value is (170,82,112). Sum of RGB (Red+Green+Blue) = 170+82+112=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5270 is #55AD8F. Grayscale: #6F6F6F. Windows color (decimal): -5614992 or 7361194. OLE color: 7361194.

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

Color convert

RGB17082112-
CMYK00.520.340.33
HSL339.55º34.92%49.41%-
HSV(B)339.55º51.76%66.67%-
XYZ22.5215.7517.18-
YUV111.73128.15169.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 82 (32.42% from 255) = 22.53%
BLUE value IS 112 (44.14% from 255) = 30.77%
R=46.70%
G=22.53%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708211200.520.340.33339.5534.9249.41
HexAA527003422211542331
Octal25212216006442415244361
Binary10101010101001011100000110100100010100001101010100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5270; }

 p { color: rgb(170,82,112); }

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

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

 a { background-color: rgb(170,82,112); }

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

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

 span { border-color: rgb(170,82,112); }

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