#AA4A77

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

Shades of Royal Heath #AA4A77

Tints of Royal Heath #AA4A77

Color information

#AA4A77 (or 0xAA4A77) is unknown color: approx Royal Heath. HEX triplet: AA, 4A and 77. RGB value is (170,74,119). Sum of RGB (Red+Green+Blue) = 170+74+119=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4A77 is #55B588. Grayscale: #6B6B6B. Windows color (decimal): -5617033 or 7817898. OLE color: 7817898.

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

Color convert

RGB17074119-
CMYK00.560.30.33
HSL331.88º39.34%47.84%-
HSV(B)331.88º56.47%66.67%-
XYZ22.3614.7819.13-
YUV107.83134.3172.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.83%
GREEN value IS 74 (29.30% from 255) = 20.39%
BLUE value IS 119 (46.88% from 255) = 32.78%
R=46.83%
G=20.39%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707411900.560.30.33331.8839.3447.84
HexAA4A770381E2114c2730
Octal25211216707036415144760
Binary1010101010010101110111011100011110100001101001100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4A77; }

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

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

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

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

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

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

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

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