#A49D56

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

Shades of Husk #A49D56

Tints of Husk #A49D56

Color information

#A49D56 (or 0xA49D56) is unknown color: approx Husk. HEX triplet: A4, 9D and 56. RGB value is (164,157,86). Sum of RGB (Red+Green+Blue) = 164+157+86=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49D56 is #5B62A9. Grayscale: #979797. Windows color (decimal): -5989034 or 5676452. OLE color: 5676452.

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

Color convert

RGB16415786-
CMYK00.040.480.36
HSL54.62º31.2%49.02%-
HSV(B)54.62º47.56%64.31%-
XYZ29.0532.6813.58-
YUV15191.32137.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.29%
GREEN value IS 157 (61.72% from 255) = 38.57%
BLUE value IS 86 (33.98% from 255) = 21.13%
R=40.29%
G=38.57%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641578600.040.480.3654.6231.249.02
HexA49D56043024371f31
Octal244235126046044673761
Binary10100100100111011010110010011000010010011011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49D56; }

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

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

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

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

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

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

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

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