#A49B4D

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

Shades of Husk #A49B4D

Tints of Husk #A49B4D

Color information

#A49B4D (or 0xA49B4D) is unknown color: approx Husk. HEX triplet: A4, 9B and 4D. RGB value is (164,155,77). Sum of RGB (Red+Green+Blue) = 164+155+77=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49B4D is #5B64B2. Grayscale: #959595. Windows color (decimal): -5989555 or 5086116. OLE color: 5086116.

HSL color Cylindrical-coordinate representation of color #A49B4D: hue angle of 53.79º 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 #A49B4D is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB16415577-
CMYK00.050.530.36
HSL53.79º36.1%47.25%-
HSV(B)53.79º53.05%64.31%-
XYZ28.3731.8711.68-
YUV148.887.48138.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.41%
GREEN value IS 155 (60.94% from 255) = 39.14%
BLUE value IS 77 (30.47% from 255) = 19.44%
R=41.41%
G=39.14%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641557700.050.530.3653.7936.147.25
HexA49B4D05352436242f
Octal244233115056544664457
Binary101001001001101110011010101110101100100110110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49B4D; }

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

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

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

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

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

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

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

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