#A49859

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

Shades of Husk #A49859

Tints of Husk #A49859

Color information

#A49859 (or 0xA49859) is unknown color: approx Husk. HEX triplet: A4, 98 and 59. RGB value is (164,152,89). Sum of RGB (Red+Green+Blue) = 164+152+89=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A49859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49859 is #5B67A6. Grayscale: #949494. Windows color (decimal): -5990311 or 5871780. OLE color: 5871780.

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

Color convert

RGB16415289-
CMYK00.070.460.36
HSL50.4º29.64%49.61%-
HSV(B)50.4º45.73%64.31%-
XYZ28.3431.0713.95-
YUV148.4194.48139.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.49%
GREEN value IS 152 (59.77% from 255) = 37.53%
BLUE value IS 89 (35.16% from 255) = 21.98%
R=40.49%
G=37.53%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641528900.070.460.3650.429.6449.61
HexA49859072E24321e32
Octal244230131075644623662
Binary10100100100110001011001011110111010010011001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49859; }

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

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

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

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

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

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

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

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