#AA5676

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

Shades of Royal Heath #AA5676

Tints of Royal Heath #AA5676

Color information

#AA5676 (or 0xAA5676) is unknown color: approx Royal Heath. HEX triplet: AA, 56 and 76. RGB value is (170,86,118). Sum of RGB (Red+Green+Blue) = 170+86+118=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5676 is #55A989. Grayscale: #727272. Windows color (decimal): -5613962 or 7755434. OLE color: 7755434.

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

Color convert

RGB17086118-
CMYK00.490.310.33
HSL337.14º33.07%50.2%-
HSV(B)337.14º49.41%66.67%-
XYZ23.1816.5119.1-
YUV114.76129.83167.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 86 (33.98% from 255) = 22.99%
BLUE value IS 118 (46.48% from 255) = 31.55%
R=45.45%
G=22.99%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708611800.490.310.33337.1433.0750.2
HexAA56760311F211512132
Octal25212616606137415214162
Binary1010101010101101110110011000111111100001101010001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5676; }

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

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

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

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

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

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

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

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