#A49B55

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

Shades of Husk #A49B55

Tints of Husk #A49B55

Color information

#A49B55 (or 0xA49B55) is unknown color: approx Husk. HEX triplet: A4, 9B and 55. RGB value is (164,155,85). Sum of RGB (Red+Green+Blue) = 164+155+85=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49B55 is #5B64AA. Grayscale: #959595. Windows color (decimal): -5989547 or 5610404. OLE color: 5610404.

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

Color convert

RGB16415585-
CMYK00.050.480.36
HSL53.16º31.73%48.82%-
HSV(B)53.16º48.17%64.31%-
XYZ28.6731.9913.26-
YUV149.7191.48138.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.59%
GREEN value IS 155 (60.94% from 255) = 38.37%
BLUE value IS 85 (33.59% from 255) = 21.04%
R=40.59%
G=38.37%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641558500.050.480.3653.1631.7348.82
HexA49B55053024352031
Octal244233125056044654061
Binary101001001001101110101010101110000100100110101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49B55; }

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

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

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

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

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

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

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

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