#AA9E7D

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

Shades of Hillary #AA9E7D

Tints of Hillary #AA9E7D

Color information

#AA9E7D (or 0xAA9E7D) is unknown color: approx Hillary. HEX triplet: AA, 9E and 7D. RGB value is (170,158,125). Sum of RGB (Red+Green+Blue) = 170+158+125=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E7D is #556182. Grayscale: #9D9D9D. Windows color (decimal): -5595523 or 8232618. OLE color: 8232618.

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

Color convert

RGB170158125-
CMYK00.070.260.33
HSL44º20.93%57.84%-
HSV(B)44º26.47%66.67%-
XYZ32.5134.4824.34-
YUV157.83109.48136.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 158 (62.11% from 255) = 34.88%
BLUE value IS 125 (49.22% from 255) = 27.59%
R=37.53%
G=34.88%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015812500.070.260.334420.9357.84
HexAA9E7D071A212c153a
Octal252236175073241542572
Binary1010101010011110111110101111101010000110110010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9E7D; }

 p { color: rgb(170,158,125); }

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

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

 a { background-color: rgb(170,158,125); }

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

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

 span { border-color: rgb(170,158,125); }

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