#A49C50

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

Shades of Husk #A49C50

Tints of Husk #A49C50

Color information

#A49C50 (or 0xA49C50) is unknown color: approx Husk. HEX triplet: A4, 9C and 50. RGB value is (164,156,80). Sum of RGB (Red+Green+Blue) = 164+156+80=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49C50 is #5B63AF. Grayscale: #969696. Windows color (decimal): -5989296 or 5282980. OLE color: 5282980.

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

Color convert

RGB16415680-
CMYK00.050.510.36
HSL54.29º34.43%47.84%-
HSV(B)54.29º51.22%64.31%-
XYZ28.6532.2512.3-
YUV149.7388.65138.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41%
GREEN value IS 156 (61.33% from 255) = 39%
BLUE value IS 80 (31.64% from 255) = 20%
R=41%
G=39%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641568000.050.510.3654.2934.4347.84
HexA49C50053324362230
Octal244234120056344664260
Binary101001001001110010100000101110011100100110110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49C50; }

 p { color: rgb(164,156,80); }

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

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

 a { background-color: rgb(164,156,80); }

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

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

 span { border-color: rgb(164,156,80); }

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