#A49355

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

Shades of Husk #A49355

Tints of Husk #A49355

Color information

#A49355 (or 0xA49355) is unknown color: approx Husk. HEX triplet: A4, 93 and 55. RGB value is (164,147,85). Sum of RGB (Red+Green+Blue) = 164+147+85=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A49355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49355 is #5B6CAA. Grayscale: #919191. Windows color (decimal): -5991595 or 5608356. OLE color: 5608356.

HSL color Cylindrical-coordinate representation of color #A49355: hue angle of 47.09º degrees, saturation: 0.32, 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 #A49355 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB16414785-
CMYK00.100.480.36
HSL47.09º31.73%48.82%-
HSV(B)47.09º48.17%64.31%-
XYZ27.3829.4212.83-
YUV145.0194.13141.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.41%
GREEN value IS 147 (57.81% from 255) = 37.12%
BLUE value IS 85 (33.59% from 255) = 21.46%
R=41.41%
G=37.12%
B=21.46%

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
Decimal1641478500.100.480.3647.0931.7348.82
HexA493550A30242f2031
Octal2442231250126044574061
Binary1010010010010011101010101010110000100100101111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49355; }

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

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

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

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

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

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

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

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