#AAA772

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

Shades of Hillary #AAA772

Tints of Hillary #AAA772

Color information

#AAA772 (or 0xAAA772) is unknown color: approx Hillary. HEX triplet: AA, A7 and 72. RGB value is (170,167,114). Sum of RGB (Red+Green+Blue) = 170+167+114=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA772 is #55588D. Grayscale: #A2A2A2. Windows color (decimal): -5593230 or 7514026. OLE color: 7514026.

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

Color convert

RGB170167114-
CMYK00.020.330.33
HSL56.79º24.78%55.69%-
HSV(B)56.79º32.94%66.67%-
XYZ33.4337.421.38-
YUV161.85100.99133.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.69%
GREEN value IS 167 (65.62% from 255) = 37.03%
BLUE value IS 114 (44.92% from 255) = 25.28%
R=37.69%
G=37.03%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016711400.020.330.3356.7924.7855.69
HexAAA772022121391938
Octal252247162024141713170
Binary1010101010100111111001001010000110000111100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA772; }

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

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

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

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

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

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

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

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