#A49555

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

Shades of Husk #A49555

Tints of Husk #A49555

Color information

#A49555 (or 0xA49555) is unknown color: approx Husk. HEX triplet: A4, 95 and 55. RGB value is (164,149,85). Sum of RGB (Red+Green+Blue) = 164+149+85=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A49555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49555 is #5B6AAA. Grayscale: #929292. Windows color (decimal): -5991083 or 5608868. OLE color: 5608868.

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

Color convert

RGB16414985-
CMYK00.090.480.36
HSL48.61º31.73%48.82%-
HSV(B)48.61º48.17%64.31%-
XYZ27.730.0412.93-
YUV146.1993.47140.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.21%
GREEN value IS 149 (58.59% from 255) = 37.44%
BLUE value IS 85 (33.59% from 255) = 21.36%
R=41.21%
G=37.44%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641498500.090.480.3648.6131.7348.82
HexA49555093024312031
Octal2442251250116044614061
Binary1010010010010101101010101001110000100100110001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49555; }

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

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

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

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

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

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

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

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