#A49759

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

Shades of Husk #A49759

Tints of Husk #A49759

Color information

#A49759 (or 0xA49759) is unknown color: approx Husk. HEX triplet: A4, 97 and 59. RGB value is (164,151,89). Sum of RGB (Red+Green+Blue) = 164+151+89=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A49759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49759 is #5B68A6. Grayscale: #949494. Windows color (decimal): -5990567 or 5871524. OLE color: 5871524.

HSL color Cylindrical-coordinate representation of color #A49759: hue angle of 49.6º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A49759 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB16415189-
CMYK00.080.460.36
HSL49.6º29.64%49.61%-
HSV(B)49.6º45.73%64.31%-
XYZ28.1830.7513.9-
YUV147.8294.81139.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.59%
GREEN value IS 151 (59.38% from 255) = 37.38%
BLUE value IS 89 (35.16% from 255) = 22.03%
R=40.59%
G=37.38%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641518900.080.460.3649.629.6449.61
HexA49759082E24321e32
Octal2442271310105644623662
Binary101001001001011110110010100010111010010011001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49759; }

 p { color: rgb(164,151,89); }

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

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

 a { background-color: rgb(164,151,89); }

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

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

 span { border-color: rgb(164,151,89); }

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