#A49A56

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

Shades of Husk #A49A56

Tints of Husk #A49A56

Color information

#A49A56 (or 0xA49A56) is unknown color: approx Husk. HEX triplet: A4, 9A and 56. RGB value is (164,154,86). Sum of RGB (Red+Green+Blue) = 164+154+86=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49A56 is #5B65A9. Grayscale: #959595. Windows color (decimal): -5989802 or 5675684. OLE color: 5675684.

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

Color convert

RGB16415486-
CMYK00.060.480.36
HSL52.31º31.2%49.02%-
HSV(B)52.31º47.56%64.31%-
XYZ28.5531.6813.41-
YUV149.2492.31138.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.59%
GREEN value IS 154 (60.55% from 255) = 38.12%
BLUE value IS 86 (33.98% from 255) = 21.29%
R=40.59%
G=38.12%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641548600.060.480.3652.3131.249.02
HexA49A56063024341f31
Octal244232126066044643761
Binary10100100100110101010110011011000010010011010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49A56; }

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

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

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

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

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

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

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

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