#A49E71

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

Shades of Tallow #A49E71

Tints of Tallow #A49E71

Color information

#A49E71 (or 0xA49E71) is unknown color: approx Tallow. HEX triplet: A4, 9E and 71. RGB value is (164,158,113). Sum of RGB (Red+Green+Blue) = 164+158+113=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49E71 is #5B618E. Grayscale: #9A9A9A. Windows color (decimal): -5988751 or 7446180. OLE color: 7446180.

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

Color convert

RGB164158113-
CMYK00.040.310.36
HSL52.94º21.89%54.31%-
HSV(B)52.94º31.1%64.31%-
XYZ30.5233.5420.49-
YUV154.66104.49134.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.70%
GREEN value IS 158 (62.11% from 255) = 36.32%
BLUE value IS 113 (44.53% from 255) = 25.98%
R=37.70%
G=36.32%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415811300.040.310.3652.9421.8954.31
HexA49E71041F24351636
Octal244236161043744652666
Binary1010010010011110111000101001111110010011010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49E71; }

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

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

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

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

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

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

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

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