#AAA76F

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

Shades of Hillary #AAA76F

Tints of Hillary #AAA76F

Color information

#AAA76F (or 0xAAA76F) is unknown color: approx Hillary. HEX triplet: AA, A7 and 6F. RGB value is (170,167,111). Sum of RGB (Red+Green+Blue) = 170+167+111=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA76F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA76F is #555890. Grayscale: #A1A1A1. Windows color (decimal): -5593233 or 7317418. OLE color: 7317418.

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

Color convert

RGB170167111-
CMYK00.020.350.33
HSL56.95º25.76%55.1%-
HSV(B)56.95º34.71%66.67%-
XYZ33.2737.3320.49-
YUV161.5199.49134.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 167 (65.62% from 255) = 37.28%
BLUE value IS 111 (43.75% from 255) = 24.78%
R=37.95%
G=37.28%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016711100.020.350.3356.9525.7655.1
HexAAA76F022321391a37
Octal252247157024341713267
Binary1010101010100111110111101010001110000111100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA76F; }

 p { color: rgb(170,167,111); }

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

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

 a { background-color: rgb(170,167,111); }

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

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

 span { border-color: rgb(170,167,111); }

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