#AA4B77

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

Shades of Royal Heath #AA4B77

Tints of Royal Heath #AA4B77

Color information

#AA4B77 (or 0xAA4B77) is unknown color: approx Royal Heath. HEX triplet: AA, 4B and 77. RGB value is (170,75,119). Sum of RGB (Red+Green+Blue) = 170+75+119=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4B77 is #55B488. Grayscale: #6C6C6C. Windows color (decimal): -5616777 or 7818154. OLE color: 7818154.

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

Color convert

RGB17075119-
CMYK00.560.30.33
HSL332.21º38.78%48.04%-
HSV(B)332.21º55.88%66.67%-
XYZ22.4214.9119.15-
YUV108.42133.97171.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 75 (29.69% from 255) = 20.60%
BLUE value IS 119 (46.88% from 255) = 32.69%
R=46.70%
G=20.60%
B=32.69%

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
Decimal1707511900.560.30.33332.2138.7848.04
HexAA4B770381E2114c2730
Octal25211316707036415144760
Binary1010101010010111110111011100011110100001101001100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4B77; }

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

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

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

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

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

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

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

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