#AAA379

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

Shades of Hillary #AAA379

Tints of Hillary #AAA379

Color information

#AAA379 (or 0xAAA379) is unknown color: approx Hillary. HEX triplet: AA, A3 and 79. RGB value is (170,163,121). Sum of RGB (Red+Green+Blue) = 170+163+121=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 121 (47.66% from 255 or 26.65% from 454); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA379 is #555C86. Grayscale: #A0A0A0. Windows color (decimal): -5594247 or 7971754. OLE color: 7971754.

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

Color convert

RGB170163121-
CMYK00.040.290.33
HSL51.43º22.37%57.06%-
HSV(B)51.43º28.82%66.67%-
XYZ33.1336.1223.32-
YUV160.3105.82134.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.44%
GREEN value IS 163 (64.06% from 255) = 35.90%
BLUE value IS 121 (47.66% from 255) = 26.65%
R=37.44%
G=35.90%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016312100.040.290.3351.4322.3757.06
HexAAA379041D21331639
Octal252243171043541632671
Binary1010101010100011111100101001110110000111001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA379; }

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

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

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

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

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

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

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

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