#A49944

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

Shades of Husk #A49944

Tints of Husk #A49944

Color information

#A49944 (or 0xA49944) is unknown color: approx Husk. HEX triplet: A4, 99 and 44. RGB value is (164,153,68). Sum of RGB (Red+Green+Blue) = 164+153+68=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A49944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49944 is #5B66BB. Grayscale: #929292. Windows color (decimal): -5990076 or 4495780. OLE color: 4495780.

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

Color convert

RGB16415368-
CMYK00.070.590.36
HSL53.12º41.38%45.49%-
HSV(B)53.12º58.54%64.31%-
XYZ27.7431.0910.01-
YUV146.683.64140.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.60%
GREEN value IS 153 (60.16% from 255) = 39.74%
BLUE value IS 68 (26.95% from 255) = 17.66%
R=42.60%
G=39.74%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641536800.070.590.3653.1241.3845.49
HexA49944073B2435292d
Octal244231104077344655155
Binary101001001001100110001000111111011100100110101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49944; }

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

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

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

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

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

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

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

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