#A49550

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

Shades of Husk #A49550

Tints of Husk #A49550

Color information

#A49550 (or 0xA49550) is unknown color: approx Husk. HEX triplet: A4, 95 and 50. RGB value is (164,149,80). Sum of RGB (Red+Green+Blue) = 164+149+80=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A49550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49550 is #5B6AAF. Grayscale: #919191. Windows color (decimal): -5991088 or 5281188. OLE color: 5281188.

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

Color convert

RGB16414980-
CMYK00.090.510.36
HSL49.29º34.43%47.84%-
HSV(B)49.29º51.22%64.31%-
XYZ27.5129.9711.92-
YUV145.6290.97141.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.73%
GREEN value IS 149 (58.59% from 255) = 37.91%
BLUE value IS 80 (31.64% from 255) = 20.36%
R=41.73%
G=37.91%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641498000.090.510.3649.2934.4347.84
HexA49550093324312230
Octal2442251200116344614260
Binary1010010010010101101000001001110011100100110001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49550; }

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

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

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

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

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

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

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

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