#A49F4D

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

Shades of Husk #A49F4D

Tints of Husk #A49F4D

Color information

#A49F4D (or 0xA49F4D) is unknown color: approx Husk. HEX triplet: A4, 9F and 4D. RGB value is (164,159,77). Sum of RGB (Red+Green+Blue) = 164+159+77=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49F4D is #5B60B2. Grayscale: #979797. Windows color (decimal): -5988531 or 5087140. OLE color: 5087140.

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

Color convert

RGB16415977-
CMYK00.030.530.36
HSL56.55º36.1%47.25%-
HSV(B)56.55º53.05%64.31%-
XYZ29.0533.2211.9-
YUV151.1586.16137.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41%
GREEN value IS 159 (62.5% from 255) = 39.75%
BLUE value IS 77 (30.47% from 255) = 19.25%
R=41%
G=39.75%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641597700.030.530.3656.5536.147.25
HexA49F4D03352439242f
Octal244237115036544714457
Binary10100100100111111001101011110101100100111001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49F4D; }

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

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

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

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

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

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

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

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