#A49B4B

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

Shades of Husk #A49B4B

Tints of Husk #A49B4B

Color information

#A49B4B (or 0xA49B4B) is unknown color: approx Husk. HEX triplet: A4, 9B and 4B. RGB value is (164,155,75). Sum of RGB (Red+Green+Blue) = 164+155+75=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49B4B is #5B64B4. Grayscale: #949494. Windows color (decimal): -5989557 or 4955044. OLE color: 4955044.

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

Color convert

RGB16415575-
CMYK00.050.540.36
HSL53.93º37.24%46.86%-
HSV(B)53.93º54.27%64.31%-
XYZ28.331.8411.31-
YUV148.5786.48139-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.62%
GREEN value IS 155 (60.94% from 255) = 39.34%
BLUE value IS 75 (29.69% from 255) = 19.04%
R=41.62%
G=39.34%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641557500.050.540.3653.9337.2446.86
HexA49B4B05362436252f
Octal244233113056644664557
Binary101001001001101110010110101110110100100110110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49B4B; }

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

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

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

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

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

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

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

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