#A49554

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

Shades of Husk #A49554

Tints of Husk #A49554

Color information

#A49554 (or 0xA49554) is unknown color: approx Husk. HEX triplet: A4, 95 and 54. RGB value is (164,149,84). Sum of RGB (Red+Green+Blue) = 164+149+84=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A49554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49554 is #5B6AAB. Grayscale: #929292. Windows color (decimal): -5991084 or 5543332. OLE color: 5543332.

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

Color convert

RGB16414984-
CMYK00.090.490.36
HSL48.75º32.26%48.63%-
HSV(B)48.75º48.78%64.31%-
XYZ27.6630.0312.73-
YUV146.0792.97140.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.31%
GREEN value IS 149 (58.59% from 255) = 37.53%
BLUE value IS 84 (33.20% from 255) = 21.16%
R=41.31%
G=37.53%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641498400.090.490.3648.7532.2648.63
HexA49554093124312031
Octal2442251240116144614061
Binary1010010010010101101010001001110001100100110001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49554; }

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

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

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

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

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

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

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

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