#A49F4E

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

Shades of Husk #A49F4E

Tints of Husk #A49F4E

Color information

#A49F4E (or 0xA49F4E) is unknown color: approx Husk. HEX triplet: A4, 9F and 4E. RGB value is (164,159,78). Sum of RGB (Red+Green+Blue) = 164+159+78=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49F4E is #5B60B1. Grayscale: #979797. Windows color (decimal): -5988530 or 5152676. OLE color: 5152676.

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

Color convert

RGB16415978-
CMYK00.030.520.36
HSL56.51º35.54%47.45%-
HSV(B)56.51º52.44%64.31%-
XYZ29.0833.2412.09-
YUV151.2686.66137.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 159 (62.5% from 255) = 39.65%
BLUE value IS 78 (30.86% from 255) = 19.45%
R=40.90%
G=39.65%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641597800.030.520.3656.5135.5447.45
HexA49F4E03342439242f
Octal244237116036444714457
Binary10100100100111111001110011110100100100111001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49F4E; }

 p { color: rgb(164,159,78); }

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

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

 a { background-color: rgb(164,159,78); }

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

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

 span { border-color: rgb(164,159,78); }

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