#A49955

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

Shades of Husk #A49955

Tints of Husk #A49955

Color information

#A49955 (or 0xA49955) is unknown color: approx Husk. HEX triplet: A4, 99 and 55. RGB value is (164,153,85). Sum of RGB (Red+Green+Blue) = 164+153+85=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A49955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49955 is #5B66AA. Grayscale: #949494. Windows color (decimal): -5990059 or 5609892. OLE color: 5609892.

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

Color convert

RGB16415385-
CMYK00.070.480.36
HSL51.65º31.73%48.82%-
HSV(B)51.65º48.17%64.31%-
XYZ28.3431.3313.15-
YUV148.5492.14139.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.80%
GREEN value IS 153 (60.16% from 255) = 38.06%
BLUE value IS 85 (33.59% from 255) = 21.14%
R=40.80%
G=38.06%
B=21.14%

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
Decimal1641538500.070.480.3651.6531.7348.82
HexA49955073024342031
Octal244231125076044644061
Binary101001001001100110101010111110000100100110100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49955; }

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

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

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

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

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

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

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

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