#AA9F76

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

Shades of Hillary #AA9F76

Tints of Hillary #AA9F76

Color information

#AA9F76 (or 0xAA9F76) is unknown color: approx Hillary. HEX triplet: AA, 9F and 76. RGB value is (170,159,118). Sum of RGB (Red+Green+Blue) = 170+159+118=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F76 is #556089. Grayscale: #9D9D9D. Windows color (decimal): -5595274 or 7774122. OLE color: 7774122.

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

Color convert

RGB170159118-
CMYK00.060.310.33
HSL47.31º23.42%56.47%-
HSV(B)47.31º30.59%66.67%-
XYZ32.2534.6522.13-
YUV157.62105.64136.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.03%
GREEN value IS 159 (62.5% from 255) = 35.57%
BLUE value IS 118 (46.48% from 255) = 26.40%
R=38.03%
G=35.57%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015911800.060.310.3347.3123.4256.47
HexAA9F76061F212f1738
Octal252237166063741572770
Binary1010101010011111111011001101111110000110111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9F76; }

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

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

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

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

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

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

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

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