#A49F7F

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

Shades of Hillary #A49F7F

Tints of Hillary #A49F7F

Color information

#A49F7F (or 0xA49F7F) is unknown color: approx Hillary. HEX triplet: A4, 9F and 7F. RGB value is (164,159,127). Sum of RGB (Red+Green+Blue) = 164+159+127=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49F7F is #5B6080. Grayscale: #9C9C9C. Windows color (decimal): -5988481 or 8363940. OLE color: 8363940.

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

Color convert

RGB164159127-
CMYK00.030.230.36
HSL51.89º16.89%57.06%-
HSV(B)51.89º22.56%64.31%-
XYZ31.5434.2225.02-
YUV156.85111.16133.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.44%
GREEN value IS 159 (62.5% from 255) = 35.33%
BLUE value IS 127 (50% from 255) = 28.22%
R=36.44%
G=35.33%
B=28.22%

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
Decimal16415912700.030.230.3651.8916.8957.06
HexA49F7F031724341139
Octal244237177032744642171
Binary101001001001111111111110111011110010011010010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49F7F; }

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

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

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

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

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

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

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

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