#A49B4F

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

Shades of Husk #A49B4F

Tints of Husk #A49B4F

Color information

#A49B4F (or 0xA49B4F) is unknown color: approx Husk. HEX triplet: A4, 9B and 4F. RGB value is (164,155,79). Sum of RGB (Red+Green+Blue) = 164+155+79=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49B4F is #5B64B0. Grayscale: #959595. Windows color (decimal): -5989553 or 5217188. OLE color: 5217188.

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

Color convert

RGB16415579-
CMYK00.050.520.36
HSL53.65º34.98%47.65%-
HSV(B)53.65º51.83%64.31%-
XYZ28.4431.912.06-
YUV149.0388.48138.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.21%
GREEN value IS 155 (60.94% from 255) = 38.94%
BLUE value IS 79 (31.25% from 255) = 19.85%
R=41.21%
G=38.94%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641557900.050.520.3653.6534.9847.65
HexA49B4F053424362330
Octal244233117056444664360
Binary101001001001101110011110101110100100100110110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49B4F; }

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

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

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

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

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

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

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

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