#A49D4F

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

Shades of Husk #A49D4F

Tints of Husk #A49D4F

Color information

#A49D4F (or 0xA49D4F) is unknown color: approx Husk. HEX triplet: A4, 9D and 4F. RGB value is (164,157,79). Sum of RGB (Red+Green+Blue) = 164+157+79=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 79 (31.25% from 255 or 19.75% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49D4F is #5B62B0. Grayscale: #969696. Windows color (decimal): -5989041 or 5217700. OLE color: 5217700.

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

Color convert

RGB16415779-
CMYK00.040.520.36
HSL55.06º34.98%47.65%-
HSV(B)55.06º51.83%64.31%-
XYZ28.7832.5712.17-
YUV150.287.82137.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41%
GREEN value IS 157 (61.72% from 255) = 39.25%
BLUE value IS 79 (31.25% from 255) = 19.75%
R=41%
G=39.25%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641577900.040.520.3655.0634.9847.65
HexA49D4F043424372330
Octal244235117046444674360
Binary101001001001110110011110100110100100100110111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49D4F; }

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

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

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

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

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

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

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

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