#A49D79

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

Shades of Hillary #A49D79

Tints of Hillary #A49D79

Color information

#A49D79 (or 0xA49D79) is unknown color: approx Hillary. HEX triplet: A4, 9D and 79. RGB value is (164,157,121). Sum of RGB (Red+Green+Blue) = 164+157+121=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49D79 is #5B6286. Grayscale: #9B9B9B. Windows color (decimal): -5988999 or 7970212. OLE color: 7970212.

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

Color convert

RGB164157121-
CMYK00.040.260.36
HSL50.23º19.11%55.88%-
HSV(B)50.23º26.22%64.31%-
XYZ30.8233.3922.91-
YUV154.99108.82134.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.10%
GREEN value IS 157 (61.72% from 255) = 35.52%
BLUE value IS 121 (47.66% from 255) = 27.38%
R=37.10%
G=35.52%
B=27.38%

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
Decimal16415712100.040.260.3650.2319.1155.88
HexA49D79041A24321338
Octal244235171043244622370
Binary1010010010011101111100101001101010010011001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49D79; }

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

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

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

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

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

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

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

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