#AA5C7C

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

Shades of Royal Heath #AA5C7C

Tints of Royal Heath #AA5C7C

Color information

#AA5C7C (or 0xAA5C7C) is unknown color: approx Royal Heath. HEX triplet: AA, 5C and 7C. RGB value is (170,92,124). Sum of RGB (Red+Green+Blue) = 170+92+124=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5C7C is #55A383. Grayscale: #767676. Windows color (decimal): -5612420 or 8150186. OLE color: 8150186.

HSL color Cylindrical-coordinate representation of color #AA5C7C: hue angle of 335.38º degrees, saturation: 0.31, 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 #AA5C7C is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB17092124-
CMYK00.460.270.33
HSL335.38º31.45%51.37%-
HSV(B)335.38º45.88%66.67%-
XYZ24.0417.6621.21-
YUV118.97130.84164.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 92 (36.33% from 255) = 23.83%
BLUE value IS 124 (48.83% from 255) = 32.12%
R=44.04%
G=23.83%
B=32.12%

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
Decimal1709212400.460.270.33335.3831.4551.37
HexAA5C7C02E1B2114f1f33
Octal25213417405633415173763
Binary101010101011100111110001011101101110000110100111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5C7C; }

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

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

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

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

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

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

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

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