#A49A49

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

Shades of Husk #A49A49

Tints of Husk #A49A49

Color information

#A49A49 (or 0xA49A49) is unknown color: approx Husk. HEX triplet: A4, 9A and 49. RGB value is (164,154,73). Sum of RGB (Red+Green+Blue) = 164+154+73=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49A49 is #5B65B6. Grayscale: #949494. Windows color (decimal): -5989815 or 4823716. OLE color: 4823716.

HSL color Cylindrical-coordinate representation of color #A49A49: hue angle of 53.41º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A49A49 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB16415473-
CMYK00.060.550.36
HSL53.41º38.4%46.47%-
HSV(B)53.41º55.49%64.31%-
XYZ28.0731.4810.9-
YUV147.7685.81139.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.94%
GREEN value IS 154 (60.55% from 255) = 39.39%
BLUE value IS 73 (28.91% from 255) = 18.67%
R=41.94%
G=39.39%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641547300.060.550.3653.4138.446.47
HexA49A4906372435262e
Octal244232111066744654656
Binary101001001001101010010010110110111100100110101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49A49; }

 p { color: rgb(164,154,73); }

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

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

 a { background-color: rgb(164,154,73); }

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

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

 span { border-color: rgb(164,154,73); }

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