#AA5271

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

Shades of Royal Heath #AA5271

Tints of Royal Heath #AA5271

Color information

#AA5271 (or 0xAA5271) is unknown color: approx Royal Heath. HEX triplet: AA, 52 and 71. RGB value is (170,82,113). Sum of RGB (Red+Green+Blue) = 170+82+113=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5271 is #55AD8E. Grayscale: #6F6F6F. Windows color (decimal): -5614991 or 7426730. OLE color: 7426730.

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

Color convert

RGB17082113-
CMYK00.520.340.33
HSL338.86º34.92%49.41%-
HSV(B)338.86º51.76%66.67%-
XYZ22.5815.7717.48-
YUV111.85128.65169.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 82 (32.42% from 255) = 22.47%
BLUE value IS 113 (44.53% from 255) = 30.96%
R=46.58%
G=22.47%
B=30.96%

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
Decimal1708211300.520.340.33338.8634.9249.41
HexAA527103422211532331
Octal25212216106442415234361
Binary10101010101001011100010110100100010100001101010011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5271; }

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

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

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

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

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

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

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

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