#AAA479

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

Shades of Hillary #AAA479

Tints of Hillary #AAA479

Color information

#AAA479 (or 0xAAA479) is unknown color: approx Hillary. HEX triplet: AA, A4 and 79. RGB value is (170,164,121). Sum of RGB (Red+Green+Blue) = 170+164+121=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA479 is #555B86. Grayscale: #A1A1A1. Windows color (decimal): -5593991 or 7972010. OLE color: 7972010.

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

Color convert

RGB170164121-
CMYK00.040.290.33
HSL52.65º22.37%57.06%-
HSV(B)52.65º28.82%66.67%-
XYZ33.336.4823.37-
YUV160.89105.49134.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 164 (64.45% from 255) = 36.04%
BLUE value IS 121 (47.66% from 255) = 26.59%
R=37.36%
G=36.04%
B=26.59%

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
Decimal17016412100.040.290.3352.6522.3757.06
HexAAA479041D21351639
Octal252244171043541652671
Binary1010101010100100111100101001110110000111010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA479; }

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

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

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

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

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

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

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

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