#A49576

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

Shades of Tallow #A49576

Tints of Tallow #A49576

Color information

#A49576 (or 0xA49576) is unknown color: approx Tallow. HEX triplet: A4, 95 and 76. RGB value is (164,149,118). Sum of RGB (Red+Green+Blue) = 164+149+118=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A49576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49576 is #5B6A89. Grayscale: #969696. Windows color (decimal): -5991050 or 7771556. OLE color: 7771556.

HSL color Cylindrical-coordinate representation of color #A49576: hue angle of 40.43º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A49576 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB164149118-
CMYK00.090.280.36
HSL40.43º20.18%55.29%-
HSV(B)40.43º28.05%64.31%-
XYZ29.3330.721.52-
YUV149.95109.97138.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.05%
GREEN value IS 149 (58.59% from 255) = 34.57%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=38.05%
G=34.57%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414911800.090.280.3640.4320.1855.29
HexA49576091C24281437
Octal2442251660113444502467
Binary10100100100101011110110010011110010010010100010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49576; }

 p { color: rgb(164,149,118); }

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

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

 a { background-color: rgb(164,149,118); }

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

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

 span { border-color: rgb(164,149,118); }

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