#A49549

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

Shades of Husk #A49549

Tints of Husk #A49549

Color information

#A49549 (or 0xA49549) is unknown color: approx Husk. HEX triplet: A4, 95 and 49. RGB value is (164,149,73). Sum of RGB (Red+Green+Blue) = 164+149+73=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A49549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49549 is #5B6AB6. Grayscale: #919191. Windows color (decimal): -5991095 or 4822436. OLE color: 4822436.

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

Color convert

RGB16414973-
CMYK00.090.550.36
HSL50.11º38.4%46.47%-
HSV(B)50.11º55.49%64.31%-
XYZ27.2629.8710.63-
YUV144.8287.47141.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.49%
GREEN value IS 149 (58.59% from 255) = 38.60%
BLUE value IS 73 (28.91% from 255) = 18.91%
R=42.49%
G=38.60%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641497300.090.550.3650.1138.446.47
HexA4954909372432262e
Octal2442251110116744624656
Binary1010010010010101100100101001110111100100110010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49549; }

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

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

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

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

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

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

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

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