#A49A4A

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

Shades of Husk #A49A4A

Tints of Husk #A49A4A

Color information

#A49A4A (or 0xA49A4A) is unknown color: approx Husk. HEX triplet: A4, 9A and 4A. RGB value is (164,154,74). Sum of RGB (Red+Green+Blue) = 164+154+74=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49A4A is #5B65B5. Grayscale: #949494. Windows color (decimal): -5989814 or 4889252. OLE color: 4889252.

HSL color Cylindrical-coordinate representation of color #A49A4A: hue angle of 53.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A49A4A is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB16415474-
CMYK00.060.550.36
HSL53.33º37.82%46.67%-
HSV(B)53.33º54.88%64.31%-
XYZ28.131.511.08-
YUV147.8786.31139.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.84%
GREEN value IS 154 (60.55% from 255) = 39.29%
BLUE value IS 74 (29.30% from 255) = 18.88%
R=41.84%
G=39.29%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641547400.060.550.3653.3337.8246.67
HexA49A4A06372435262f
Octal244232112066744654657
Binary101001001001101010010100110110111100100110101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49A4A; }

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

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

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

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

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

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

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

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