#A49B52

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

Shades of Husk #A49B52

Tints of Husk #A49B52

Color information

#A49B52 (or 0xA49B52) is unknown color: approx Husk. HEX triplet: A4, 9B and 52. RGB value is (164,155,82). Sum of RGB (Red+Green+Blue) = 164+155+82=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49B52 is #5B64AD. Grayscale: #959595. Windows color (decimal): -5989550 or 5413796. OLE color: 5413796.

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

Color convert

RGB16415582-
CMYK00.050.50.36
HSL53.41º33.33%48.24%-
HSV(B)53.41º50%64.31%-
XYZ28.5531.9412.64-
YUV149.3789.98138.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 155 (60.94% from 255) = 38.65%
BLUE value IS 82 (32.42% from 255) = 20.45%
R=40.90%
G=38.65%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641558200.050.50.3653.4133.3348.24
HexA49B52053224352130
Octal244233122056244654160
Binary101001001001101110100100101110010100100110101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49B52; }

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

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

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

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

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

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

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

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