#AAA37D

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

Shades of Hillary #AAA37D

Tints of Hillary #AAA37D

Color information

#AAA37D (or 0xAAA37D) is unknown color: approx Hillary. HEX triplet: AA, A3 and 7D. RGB value is (170,163,125). Sum of RGB (Red+Green+Blue) = 170+163+125=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA37D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA37D is #555C82. Grayscale: #A0A0A0. Windows color (decimal): -5594243 or 8233898. OLE color: 8233898.

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

Color convert

RGB170163125-
CMYK00.040.260.33
HSL50.67º20.93%57.84%-
HSV(B)50.67º26.47%66.67%-
XYZ33.3836.2224.63-
YUV160.76107.82134.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 163 (64.06% from 255) = 35.59%
BLUE value IS 125 (49.22% from 255) = 27.29%
R=37.12%
G=35.59%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016312500.040.260.3350.6720.9357.84
HexAAA37D041A2133153a
Octal252243175043241632572
Binary1010101010100011111110101001101010000111001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA37D; }

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

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

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

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

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

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

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

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