#A49C71

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

Shades of Tallow #A49C71

Tints of Tallow #A49C71

Color information

#A49C71 (or 0xA49C71) is unknown color: approx Tallow. HEX triplet: A4, 9C and 71. RGB value is (164,156,113). Sum of RGB (Red+Green+Blue) = 164+156+113=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49C71 is #5B638E. Grayscale: #999999. Windows color (decimal): -5989263 or 7445668. OLE color: 7445668.

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

Color convert

RGB164156113-
CMYK00.050.310.36
HSL50.59º21.89%54.31%-
HSV(B)50.59º31.1%64.31%-
XYZ30.1832.8620.38-
YUV153.49105.15135.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.88%
GREEN value IS 156 (61.33% from 255) = 36.03%
BLUE value IS 113 (44.53% from 255) = 26.10%
R=37.88%
G=36.03%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415611300.050.310.3650.5921.8954.31
HexA49C71051F24331636
Octal244234161053744632666
Binary1010010010011100111000101011111110010011001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49C71; }

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

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

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

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

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

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

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

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