#A49559

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

Shades of Husk #A49559

Tints of Husk #A49559

Color information

#A49559 (or 0xA49559) is unknown color: approx Husk. HEX triplet: A4, 95 and 59. RGB value is (164,149,89). Sum of RGB (Red+Green+Blue) = 164+149+89=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A49559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49559 is #5B6AA6. Grayscale: #929292. Windows color (decimal): -5991079 or 5871012. OLE color: 5871012.

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

Color convert

RGB16414989-
CMYK00.090.460.36
HSL48º29.64%49.61%-
HSV(B)48º45.73%64.31%-
XYZ27.8630.1113.79-
YUV146.6495.47140.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.80%
GREEN value IS 149 (58.59% from 255) = 37.06%
BLUE value IS 89 (35.16% from 255) = 22.14%
R=40.80%
G=37.06%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641498900.090.460.364829.6449.61
HexA49559092E24301e32
Octal2442251310115644603662
Binary101001001001010110110010100110111010010011000011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49559; }

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

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

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

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

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

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

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

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