#A49F72

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

Shades of Tallow #A49F72

Tints of Tallow #A49F72

Color information

#A49F72 (or 0xA49F72) is unknown color: approx Tallow. HEX triplet: A4, 9F and 72. RGB value is (164,159,114). Sum of RGB (Red+Green+Blue) = 164+159+114=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49F72 is #5B608D. Grayscale: #9B9B9B. Windows color (decimal): -5988494 or 7511972. OLE color: 7511972.

HSL color Cylindrical-coordinate representation of color #A49F72: hue angle of 54º degrees, saturation: 0.22, 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 #A49F72 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB164159114-
CMYK00.030.300.36
HSL54º21.55%54.51%-
HSV(B)54º30.49%64.31%-
XYZ30.7533.920.84-
YUV155.36104.66134.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.53%
GREEN value IS 159 (62.5% from 255) = 36.38%
BLUE value IS 114 (44.92% from 255) = 26.09%
R=37.53%
G=36.38%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415911400.030.300.365421.5554.51
HexA49F72031E24361637
Octal244237162033644662667
Binary101001001001111111100100111111010010011011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49F72; }

 p { color: rgb(164,159,114); }

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

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

 a { background-color: rgb(164,159,114); }

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

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

 span { border-color: rgb(164,159,114); }

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