#A49A5C

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

Shades of Husk #A49A5C

Tints of Husk #A49A5C

Color information

#A49A5C (or 0xA49A5C) is unknown color: approx Husk. HEX triplet: A4, 9A and 5C. RGB value is (164,154,92). Sum of RGB (Red+Green+Blue) = 164+154+92=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49A5C is #5B65A3. Grayscale: #969696. Windows color (decimal): -5989796 or 6068900. OLE color: 6068900.

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

Color convert

RGB16415492-
CMYK00.060.440.36
HSL51.67º28.35%50.2%-
HSV(B)51.67º43.9%64.31%-
XYZ28.831.7814.74-
YUV149.9295.31138.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40%
GREEN value IS 154 (60.55% from 255) = 37.56%
BLUE value IS 92 (36.33% from 255) = 22.44%
R=40%
G=37.56%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641549200.060.440.3651.6728.3550.2
HexA49A5C062C24341c32
Octal244232134065444643462
Binary10100100100110101011100011010110010010011010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49A5C; }

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

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

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

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

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

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

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

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