#A49F76

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

Shades of Hillary #A49F76

Tints of Hillary #A49F76

Color information

#A49F76 (or 0xA49F76) is unknown color: approx Hillary. HEX triplet: A4, 9F and 76. RGB value is (164,159,118). Sum of RGB (Red+Green+Blue) = 164+159+118=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49F76 is #5B6089. Grayscale: #9B9B9B. Windows color (decimal): -5988490 or 7774116. OLE color: 7774116.

HSL color Cylindrical-coordinate representation of color #A49F76: hue angle of 53.48º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A49F76 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB164159118-
CMYK00.030.280.36
HSL53.48º20.18%55.29%-
HSV(B)53.48º28.05%64.31%-
XYZ30.983422.07-
YUV155.82106.66133.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.19%
GREEN value IS 159 (62.5% from 255) = 36.05%
BLUE value IS 118 (46.48% from 255) = 26.76%
R=37.19%
G=36.05%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415911800.030.280.3653.4820.1855.29
HexA49F76031C24351437
Octal244237166033444652467
Binary101001001001111111101100111110010010011010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49F76; }

 p { color: rgb(164,159,118); }

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

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

 a { background-color: rgb(164,159,118); }

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

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

 span { border-color: rgb(164,159,118); }

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