#A49F7E

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

Shades of Hillary #A49F7E

Tints of Hillary #A49F7E

Color information

#A49F7E (or 0xA49F7E) is unknown color: approx Hillary. HEX triplet: A4, 9F and 7E. RGB value is (164,159,126). Sum of RGB (Red+Green+Blue) = 164+159+126=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49F7E is #5B6081. Grayscale: #9C9C9C. Windows color (decimal): -5988482 or 8298404. OLE color: 8298404.

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

Color convert

RGB164159126-
CMYK00.030.230.36
HSL52.11º17.27%56.86%-
HSV(B)52.11º23.17%64.31%-
XYZ31.4734.224.68-
YUV156.73110.66133.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.53%
GREEN value IS 159 (62.5% from 255) = 35.41%
BLUE value IS 126 (49.61% from 255) = 28.06%
R=36.53%
G=35.41%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415912600.030.230.3652.1117.2756.86
HexA49F7E031724341139
Octal244237176032744642171
Binary101001001001111111111100111011110010011010010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49F7E; }

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

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

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

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

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

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

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

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