#A49B71

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

Shades of Tallow #A49B71

Tints of Tallow #A49B71

Color information

#A49B71 (or 0xA49B71) is unknown color: approx Tallow. HEX triplet: A4, 9B and 71. RGB value is (164,155,113). Sum of RGB (Red+Green+Blue) = 164+155+113=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49B71 is #5B648E. Grayscale: #999999. Windows color (decimal): -5989519 or 7445412. OLE color: 7445412.

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

Color convert

RGB164155113-
CMYK00.050.310.36
HSL49.41º21.89%54.31%-
HSV(B)49.41º31.1%64.31%-
XYZ30.0132.5320.32-
YUV152.9105.48135.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.96%
GREEN value IS 155 (60.94% from 255) = 35.88%
BLUE value IS 113 (44.53% from 255) = 26.16%
R=37.96%
G=35.88%
B=26.16%

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
Decimal16415511300.050.310.3649.4121.8954.31
HexA49B71051F24311636
Octal244233161053744612666
Binary1010010010011011111000101011111110010011000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49B71; }

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

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

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

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

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

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

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

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