#A49F52

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

Shades of Husk #A49F52

Tints of Husk #A49F52

Color information

#A49F52 (or 0xA49F52) is unknown color: approx Husk. HEX triplet: A4, 9F and 52. RGB value is (164,159,82). Sum of RGB (Red+Green+Blue) = 164+159+82=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49F52 is #5B60AD. Grayscale: #989898. Windows color (decimal): -5988526 or 5414820. OLE color: 5414820.

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

Color convert

RGB16415982-
CMYK00.030.50.36
HSL56.34º33.33%48.24%-
HSV(B)56.34º50%64.31%-
XYZ29.2333.312.87-
YUV151.7288.66136.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.49%
GREEN value IS 159 (62.5% from 255) = 39.26%
BLUE value IS 82 (32.42% from 255) = 20.25%
R=40.49%
G=39.26%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641598200.030.50.3656.3433.3348.24
HexA49F52033224382130
Octal244237122036244704160
Binary10100100100111111010010011110010100100111000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49F52; }

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

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

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

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

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

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

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

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