#AA4E73

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

Shades of Royal Heath #AA4E73

Tints of Royal Heath #AA4E73

Color information

#AA4E73 (or 0xAA4E73) is unknown color: approx Royal Heath. HEX triplet: AA, 4E and 73. RGB value is (170,78,115). Sum of RGB (Red+Green+Blue) = 170+78+115=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E73 is #55B18C. Grayscale: #6D6D6D. Windows color (decimal): -5616013 or 7556778. OLE color: 7556778.

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

Color convert

RGB17078115-
CMYK00.540.320.33
HSL335.87º37.1%48.63%-
HSV(B)335.87º54.12%66.67%-
XYZ22.415.2317.98-
YUV109.73130.98170.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.83%
GREEN value IS 78 (30.86% from 255) = 21.49%
BLUE value IS 115 (45.31% from 255) = 31.68%
R=46.83%
G=21.49%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707811500.540.320.33335.8737.148.63
HexAA4E7303620211502531
Octal25211616306640415204561
Binary10101010100111011100110110110100000100001101010000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4E73; }

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

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

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

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

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

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

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

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