#A49E59

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

Shades of Husk #A49E59

Tints of Husk #A49E59

Color information

#A49E59 (or 0xA49E59) is unknown color: approx Husk. HEX triplet: A4, 9E and 59. RGB value is (164,158,89). Sum of RGB (Red+Green+Blue) = 164+158+89=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49E59 is #5B61A6. Grayscale: #989898. Windows color (decimal): -5988775 or 5873316. OLE color: 5873316.

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

Color convert

RGB16415889-
CMYK00.040.460.36
HSL55.2º29.64%49.61%-
HSV(B)55.2º45.73%64.31%-
XYZ29.3433.0714.29-
YUV151.9392.49136.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.90%
GREEN value IS 158 (62.11% from 255) = 38.44%
BLUE value IS 89 (35.16% from 255) = 21.65%
R=39.90%
G=38.44%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641588900.040.460.3655.229.6449.61
HexA49E59042E24371e32
Octal244236131045644673662
Binary10100100100111101011001010010111010010011011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49E59; }

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

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

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

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

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

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

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

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