#A49E73

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

Shades of Tallow #A49E73

Tints of Tallow #A49E73

Color information

#A49E73 (or 0xA49E73) is unknown color: approx Tallow. HEX triplet: A4, 9E and 73. RGB value is (164,158,115). Sum of RGB (Red+Green+Blue) = 164+158+115=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49E73 is #5B618C. Grayscale: #9B9B9B. Windows color (decimal): -5988749 or 7577252. OLE color: 7577252.

HSL color Cylindrical-coordinate representation of color #A49E73: hue angle of 52.65º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A49E73 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB164158115-
CMYK00.040.300.36
HSL52.65º21.21%54.71%-
HSV(B)52.65º29.88%64.31%-
XYZ30.6333.5821.09-
YUV154.89105.49134.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.53%
GREEN value IS 158 (62.11% from 255) = 36.16%
BLUE value IS 115 (45.31% from 255) = 26.32%
R=37.53%
G=36.16%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415811500.040.300.3652.6521.2154.71
HexA49E73041E24351537
Octal244236163043644652567
Binary1010010010011110111001101001111010010011010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49E73; }

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

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

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

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

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

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

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

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