#AA4076

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

Shades of Royal Heath #AA4076

Tints of Royal Heath #AA4076

Color information

#AA4076 (or 0xAA4076) is unknown color: approx Royal Heath. HEX triplet: AA, 40 and 76. RGB value is (170,64,118). Sum of RGB (Red+Green+Blue) = 170+64+118=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4076 is #55BF89. Grayscale: #656565. Windows color (decimal): -5619594 or 7749802. OLE color: 7749802.

HSL color Cylindrical-coordinate representation of color #AA4076: hue angle of 329.43º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4076 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB17064118-
CMYK00.620.310.33
HSL329.43º45.3%45.88%-
HSV(B)329.43º62.35%66.67%-
XYZ21.6813.5218.61-
YUV101.85137.12176.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.30%
GREEN value IS 64 (25.39% from 255) = 18.18%
BLUE value IS 118 (46.48% from 255) = 33.52%
R=48.30%
G=18.18%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706411800.620.310.33329.4345.345.88
HexAA407603E1F211492d2e
Octal25210016607637415115556
Binary1010101010000001110110011111011111100001101001001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4076; }

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

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

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

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

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

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

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

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