#A49B5D

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

Shades of Husk #A49B5D

Tints of Husk #A49B5D

Color information

#A49B5D (or 0xA49B5D) is unknown color: approx Husk. HEX triplet: A4, 9B and 5D. RGB value is (164,155,93). Sum of RGB (Red+Green+Blue) = 164+155+93=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49B5D is #5B64A2. Grayscale: #969696. Windows color (decimal): -5989539 or 6134692. OLE color: 6134692.

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

Color convert

RGB16415593-
CMYK00.050.430.36
HSL52.39º28.06%50.39%-
HSV(B)52.39º43.29%64.31%-
XYZ29.0132.1315.03-
YUV150.6295.48137.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.81%
GREEN value IS 155 (60.94% from 255) = 37.62%
BLUE value IS 93 (36.72% from 255) = 22.57%
R=39.81%
G=37.62%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641559300.050.430.3652.3928.0650.39
HexA49B5D052B24341c32
Octal244233135055344643462
Binary10100100100110111011101010110101110010011010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49B5D; }

 p { color: rgb(164,155,93); }

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

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

 a { background-color: rgb(164,155,93); }

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

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

 span { border-color: rgb(164,155,93); }

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