#AA9D7E

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

Shades of Hillary #AA9D7E

Tints of Hillary #AA9D7E

Color information

#AA9D7E (or 0xAA9D7E) is unknown color: approx Hillary. HEX triplet: AA, 9D and 7E. RGB value is (170,157,126). Sum of RGB (Red+Green+Blue) = 170+157+126=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9D7E is #556281. Grayscale: #9D9D9D. Windows color (decimal): -5595778 or 8297898. OLE color: 8297898.

HSL color Cylindrical-coordinate representation of color #AA9D7E: hue angle of 42.27º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA9D7E is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB170157126-
CMYK00.080.260.33
HSL42.27º20.56%58.04%-
HSV(B)42.27º25.88%66.67%-
XYZ32.434.1724.63-
YUV157.35110.31137.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 157 (61.72% from 255) = 34.66%
BLUE value IS 126 (49.61% from 255) = 27.81%
R=37.53%
G=34.66%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015712600.080.260.3342.2720.5658.04
HexAA9D7E081A212a153a
Octal2522351760103241522572
Binary10101010100111011111110010001101010000110101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9D7E; }

 p { color: rgb(170,157,126); }

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

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

 a { background-color: rgb(170,157,126); }

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

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

 span { border-color: rgb(170,157,126); }

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