#AA5272

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

Shades of Royal Heath #AA5272

Tints of Royal Heath #AA5272

Color information

#AA5272 (or 0xAA5272) is unknown color: approx Royal Heath. HEX triplet: AA, 52 and 72. RGB value is (170,82,114). Sum of RGB (Red+Green+Blue) = 170+82+114=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5272 is #55AD8D. Grayscale: #6F6F6F. Windows color (decimal): -5614990 or 7492266. OLE color: 7492266.

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

Color convert

RGB17082114-
CMYK00.520.330.33
HSL338.18º34.92%49.41%-
HSV(B)338.18º51.76%66.67%-
XYZ22.6315.817.78-
YUV111.96129.15169.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.45%
GREEN value IS 82 (32.42% from 255) = 22.40%
BLUE value IS 114 (44.92% from 255) = 31.15%
R=46.45%
G=22.40%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708211400.520.330.33338.1834.9249.41
HexAA527203421211522331
Octal25212216206441415224361
Binary10101010101001011100100110100100001100001101010010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5272; }

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

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

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

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

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

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

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

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