#A49A52

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

Shades of Husk #A49A52

Tints of Husk #A49A52

Color information

#A49A52 (or 0xA49A52) is unknown color: approx Husk. HEX triplet: A4, 9A and 52. RGB value is (164,154,82). Sum of RGB (Red+Green+Blue) = 164+154+82=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49A52 is #5B65AD. Grayscale: #959595. Windows color (decimal): -5989806 or 5413540. OLE color: 5413540.

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

Color convert

RGB16415482-
CMYK00.060.50.36
HSL52.68º33.33%48.24%-
HSV(B)52.68º50%64.31%-
XYZ28.3931.6112.59-
YUV148.7890.31138.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41%
GREEN value IS 154 (60.55% from 255) = 38.5%
BLUE value IS 82 (32.42% from 255) = 20.5%
R=41%
G=38.5%
B=20.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641548200.060.50.3652.6833.3348.24
HexA49A52063224352130
Octal244232122066244654160
Binary101001001001101010100100110110010100100110101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49A52; }

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

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

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

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

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

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

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

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