#AA5B7C

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

Shades of Royal Heath #AA5B7C

Tints of Royal Heath #AA5B7C

Color information

#AA5B7C (or 0xAA5B7C) is unknown color: approx Royal Heath. HEX triplet: AA, 5B and 7C. RGB value is (170,91,124). Sum of RGB (Red+Green+Blue) = 170+91+124=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5B7C is #55A483. Grayscale: #767676. Windows color (decimal): -5612676 or 8149930. OLE color: 8149930.

HSL color Cylindrical-coordinate representation of color #AA5B7C: hue angle of 334.94º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA5B7C is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB17091124-
CMYK00.460.270.33
HSL334.94º31.73%51.18%-
HSV(B)334.94º46.47%66.67%-
XYZ23.9617.4821.18-
YUV118.38131.17164.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 91 (35.94% from 255) = 23.64%
BLUE value IS 124 (48.83% from 255) = 32.21%
R=44.16%
G=23.64%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709112400.460.270.33334.9431.7351.18
HexAA5B7C02E1B2114f2033
Octal25213317405633415174063
Binary1010101010110111111100010111011011100001101001111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5B7C; }

 p { color: rgb(170,91,124); }

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

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

 a { background-color: rgb(170,91,124); }

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

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

 span { border-color: rgb(170,91,124); }

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