#AA5370

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

Shades of Royal Heath #AA5370

Tints of Royal Heath #AA5370

Color information

#AA5370 (or 0xAA5370) is unknown color: approx Royal Heath. HEX triplet: AA, 53 and 70. RGB value is (170,83,112). Sum of RGB (Red+Green+Blue) = 170+83+112=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5370 is #55AC8F. Grayscale: #707070. Windows color (decimal): -5614736 or 7361450. OLE color: 7361450.

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

Color convert

RGB17083112-
CMYK00.510.340.33
HSL340º34.39%49.61%-
HSV(B)340º51.18%66.67%-
XYZ22.615.917.21-
YUV112.32127.82169.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 83 (32.81% from 255) = 22.74%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=46.58%
G=22.74%
B=30.68%

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
Decimal1708311200.510.340.3334034.3949.61
HexAA537003322211542232
Octal25212316006342415244262
Binary10101010101001111100000110011100010100001101010100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5370; }

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

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

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

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

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

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

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

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