#A49B44

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

Shades of Husk #A49B44

Tints of Husk #A49B44

Color information

#A49B44 (or 0xA49B44) is unknown color: approx Husk. HEX triplet: A4, 9B and 44. RGB value is (164,155,68). Sum of RGB (Red+Green+Blue) = 164+155+68=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49B44 is #5B64BB. Grayscale: #949494. Windows color (decimal): -5989564 or 4496292. OLE color: 4496292.

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

Color convert

RGB16415568-
CMYK00.050.590.36
HSL54.38º41.38%45.49%-
HSV(B)54.38º58.54%64.31%-
XYZ28.0731.7510.12-
YUV147.7782.98139.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.38%
GREEN value IS 155 (60.94% from 255) = 40.05%
BLUE value IS 68 (26.95% from 255) = 17.57%
R=42.38%
G=40.05%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641556800.050.590.3654.3841.3845.49
HexA49B44053B2436292d
Octal244233104057344665155
Binary101001001001101110001000101111011100100110110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49B44; }

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

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

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

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

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

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

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

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