#A49671

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

Shades of Tallow #A49671

Tints of Tallow #A49671

Color information

#A49671 (or 0xA49671) is unknown color: approx Tallow. HEX triplet: A4, 96 and 71. RGB value is (164,150,113). Sum of RGB (Red+Green+Blue) = 164+150+113=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A49671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49671 is #5B698E. Grayscale: #969696. Windows color (decimal): -5990799 or 7444132. OLE color: 7444132.

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

Color convert

RGB164150113-
CMYK00.090.310.36
HSL43.53º21.89%54.31%-
HSV(B)43.53º31.1%64.31%-
XYZ29.230.920.05-
YUV149.97107.14138.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.41%
GREEN value IS 150 (58.98% from 255) = 35.13%
BLUE value IS 113 (44.53% from 255) = 26.46%
R=38.41%
G=35.13%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415011300.090.310.3643.5321.8954.31
HexA49671091F242c1636
Octal2442261610113744542666
Binary10100100100101101110001010011111110010010110010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49671; }

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

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

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

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

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

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

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

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