#A49855

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

Shades of Husk #A49855

Tints of Husk #A49855

Color information

#A49855 (or 0xA49855) is unknown color: approx Husk. HEX triplet: A4, 98 and 55. RGB value is (164,152,85). Sum of RGB (Red+Green+Blue) = 164+152+85=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A49855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49855 is #5B67AA. Grayscale: #949494. Windows color (decimal): -5990315 or 5609636. OLE color: 5609636.

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

Color convert

RGB16415285-
CMYK00.070.480.36
HSL50.89º31.73%48.82%-
HSV(B)50.89º48.17%64.31%-
XYZ28.183113.09-
YUV147.9592.48139.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 152 (59.77% from 255) = 37.91%
BLUE value IS 85 (33.59% from 255) = 21.20%
R=40.90%
G=37.91%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641528500.070.480.3650.8931.7348.82
HexA49855073024332031
Octal244230125076044634061
Binary101001001001100010101010111110000100100110011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49855; }

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

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

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

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

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

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

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

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