#A49A55

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

Shades of Husk #A49A55

Tints of Husk #A49A55

Color information

#A49A55 (or 0xA49A55) is unknown color: approx Husk. HEX triplet: A4, 9A and 55. RGB value is (164,154,85). Sum of RGB (Red+Green+Blue) = 164+154+85=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49A55 is #5B65AA. Grayscale: #959595. Windows color (decimal): -5989803 or 5610148. OLE color: 5610148.

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

Color convert

RGB16415485-
CMYK00.060.480.36
HSL52.41º31.73%48.82%-
HSV(B)52.41º48.17%64.31%-
XYZ28.5131.6613.2-
YUV149.1291.81138.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.69%
GREEN value IS 154 (60.55% from 255) = 38.21%
BLUE value IS 85 (33.59% from 255) = 21.09%
R=40.69%
G=38.21%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641548500.060.480.3652.4131.7348.82
HexA49A55063024342031
Octal244232125066044644061
Binary101001001001101010101010110110000100100110100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49A55; }

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

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

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

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

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

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

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

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