#AA4E77

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

Shades of Royal Heath #AA4E77

Tints of Royal Heath #AA4E77

Color information

#AA4E77 (or 0xAA4E77) is unknown color: approx Royal Heath. HEX triplet: AA, 4E and 77. RGB value is (170,78,119). Sum of RGB (Red+Green+Blue) = 170+78+119=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E77 is #55B188. Grayscale: #6E6E6E. Windows color (decimal): -5616009 or 7818922. OLE color: 7818922.

HSL color Cylindrical-coordinate representation of color #AA4E77: hue angle of 333.26º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA4E77 is Cyan = 0, Magento = 0.54, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB17078119-
CMYK00.540.30.33
HSL333.26º37.1%48.63%-
HSV(B)333.26º54.12%66.67%-
XYZ22.6315.3319.22-
YUV110.18132.98170.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.32%
GREEN value IS 78 (30.86% from 255) = 21.25%
BLUE value IS 119 (46.88% from 255) = 32.43%
R=46.32%
G=21.25%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707811900.540.30.33333.2637.148.63
HexAA4E770361E2114d2531
Octal25211616706636415154561
Binary1010101010011101110111011011011110100001101001101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4E77; }

 p { color: rgb(170,78,119); }

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

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

 a { background-color: rgb(170,78,119); }

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

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

 span { border-color: rgb(170,78,119); }

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