#A49455

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

Shades of Husk #A49455

Tints of Husk #A49455

Color information

#A49455 (or 0xA49455) is unknown color: approx Husk. HEX triplet: A4, 94 and 55. RGB value is (164,148,85). Sum of RGB (Red+Green+Blue) = 164+148+85=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A49455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49455 is #5B6BAA. Grayscale: #919191. Windows color (decimal): -5991339 or 5608612. OLE color: 5608612.

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

Color convert

RGB16414885-
CMYK00.100.480.36
HSL47.85º31.73%48.82%-
HSV(B)47.85º48.17%64.31%-
XYZ27.5429.7312.88-
YUV145.693.8141.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.31%
GREEN value IS 148 (58.20% from 255) = 37.28%
BLUE value IS 85 (33.59% from 255) = 21.41%
R=41.31%
G=37.28%
B=21.41%

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
Decimal1641488500.100.480.3647.8531.7348.82
HexA494550A3024302031
Octal2442241250126044604061
Binary1010010010010100101010101010110000100100110000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49455; }

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

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

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

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

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

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

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

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