#A49E79

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

Shades of Hillary #A49E79

Tints of Hillary #A49E79

Color information

#A49E79 (or 0xA49E79) is unknown color: approx Hillary. HEX triplet: A4, 9E and 79. RGB value is (164,158,121). Sum of RGB (Red+Green+Blue) = 164+158+121=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49E79 is #5B6186. Grayscale: #9B9B9B. Windows color (decimal): -5988743 or 7970468. OLE color: 7970468.

HSL color Cylindrical-coordinate representation of color #A49E79: hue angle of 51.63º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A49E79 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB164158121-
CMYK00.040.260.36
HSL51.63º19.11%55.88%-
HSV(B)51.63º26.22%64.31%-
XYZ30.9933.7322.97-
YUV155.58108.49134.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.02%
GREEN value IS 158 (62.11% from 255) = 35.67%
BLUE value IS 121 (47.66% from 255) = 27.31%
R=37.02%
G=35.67%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415812100.040.260.3651.6319.1155.88
HexA49E79041A24341338
Octal244236171043244642370
Binary1010010010011110111100101001101010010011010010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49E79; }

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

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

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

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

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

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

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

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