#AAA66E

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

Shades of Hillary #AAA66E

Tints of Hillary #AAA66E

Color information

#AAA66E (or 0xAAA66E) is unknown color: approx Hillary. HEX triplet: AA, A6 and 6E. RGB value is (170,166,110). Sum of RGB (Red+Green+Blue) = 170+166+110=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA66E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA66E is #555991. Grayscale: #A1A1A1. Windows color (decimal): -5593490 or 7251626. OLE color: 7251626.

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

Color convert

RGB170166110-
CMYK00.020.350.33
HSL56º26.09%54.9%-
HSV(B)56º35.29%66.67%-
XYZ33.0336.9420.14-
YUV160.8199.33134.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 166 (65.23% from 255) = 37.22%
BLUE value IS 110 (43.36% from 255) = 24.66%
R=38.12%
G=37.22%
B=24.66%

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
Decimal17016611000.020.350.335626.0954.9
HexAAA66E022321381a37
Octal252246156024341703267
Binary1010101010100110110111001010001110000111100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA66E; }

 p { color: rgb(170,166,110); }

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

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

 a { background-color: rgb(170,166,110); }

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

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

 span { border-color: rgb(170,166,110); }

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