#A49471

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

Shades of Tallow #A49471

Tints of Tallow #A49471

Color information

#A49471 (or 0xA49471) is unknown color: approx Tallow. HEX triplet: A4, 94 and 71. RGB value is (164,148,113). Sum of RGB (Red+Green+Blue) = 164+148+113=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A49471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49471 is #5B6B8E. Grayscale: #949494. Windows color (decimal): -5991311 or 7443620. OLE color: 7443620.

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

Color convert

RGB164148113-
CMYK00.100.310.36
HSL41.18º21.89%54.31%-
HSV(B)41.18º31.1%64.31%-
XYZ28.8830.2619.94-
YUV148.79107.8138.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.59%
GREEN value IS 148 (58.20% from 255) = 34.82%
BLUE value IS 113 (44.53% from 255) = 26.59%
R=38.59%
G=34.82%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414811300.100.310.3641.1821.8954.31
HexA494710A1F24291636
Octal2442241610123744512666
Binary10100100100101001110001010101111110010010100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49471; }

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

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

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

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

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

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

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

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