#A49356

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

Shades of Husk #A49356

Tints of Husk #A49356

Color information

#A49356 (or 0xA49356) is unknown color: approx Husk. HEX triplet: A4, 93 and 56. RGB value is (164,147,86). Sum of RGB (Red+Green+Blue) = 164+147+86=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A49356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49356 is #5B6CA9. Grayscale: #919191. Windows color (decimal): -5991594 or 5673892. OLE color: 5673892.

HSL color Cylindrical-coordinate representation of color #A49356: hue angle of 46.92º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A49356 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB16414786-
CMYK00.100.480.36
HSL46.92º31.2%49.02%-
HSV(B)46.92º47.56%64.31%-
XYZ27.4229.4313.04-
YUV145.1394.63141.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.31%
GREEN value IS 147 (57.81% from 255) = 37.03%
BLUE value IS 86 (33.98% from 255) = 21.66%
R=41.31%
G=37.03%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641478600.100.480.3646.9231.249.02
HexA493560A30242f1f31
Octal2442231260126044573761
Binary101001001001001110101100101011000010010010111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49356; }

 p { color: rgb(164,147,86); }

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

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

 a { background-color: rgb(164,147,86); }

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

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

 span { border-color: rgb(164,147,86); }

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