#aaa377

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

Shades of Hillary #AAA377

Tints of Hillary #AAA377

Color information

#AAA377 (or 0xAAA377) is unknown color: approx Hillary. HEX triplet: AA, A3 and 77. RGB value is (170,163,119). Sum of RGB (Red+Green+Blue) = 170+163+119=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA377 is #555C88. Grayscale: #A0A0A0. Windows color (decimal): -5594249 or 7840682. OLE color: 7840682.

HSL color Cylindrical-coordinate representation of color #AAA377: hue angle of 51.76º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAA377 is Cyan = 0, Magento = 0.04, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB170163119-
CMYK00.040.30.33
HSL51.76º23.08%56.67%-
HSV(B)51.76º30%66.67%-
XYZ3336.0722.68-
YUV160.08104.82135.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.61%
GREEN value IS 163 (64.06% from 255) = 36.06%
BLUE value IS 119 (46.88% from 255) = 26.33%
R=37.61%
G=36.06%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016311900.040.30.3351.7623.0856.67
HexAAA377041E21341739
Octal252243167043641642771
Binary1010101010100011111011101001111010000111010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aaa377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aaa377; }

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

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

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

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

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

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

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

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