#AA4B76

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

Shades of Royal Heath #AA4B76

Tints of Royal Heath #AA4B76

Color information

#AA4B76 (or 0xAA4B76) is unknown color: approx Royal Heath. HEX triplet: AA, 4B and 76. RGB value is (170,75,118). Sum of RGB (Red+Green+Blue) = 170+75+118=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4B76 is #55B489. Grayscale: #6C6C6C. Windows color (decimal): -5616778 or 7752618. OLE color: 7752618.

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

Color convert

RGB17075118-
CMYK00.560.310.33
HSL332.84º38.78%48.04%-
HSV(B)332.84º55.88%66.67%-
XYZ22.3614.8918.83-
YUV108.31133.47172-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.83%
GREEN value IS 75 (29.69% from 255) = 20.66%
BLUE value IS 118 (46.48% from 255) = 32.51%
R=46.83%
G=20.66%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707511800.560.310.33332.8438.7848.04
HexAA4B760381F2114d2730
Octal25211316607037415154760
Binary1010101010010111110110011100011111100001101001101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4B76; }

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

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

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

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

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

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

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

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