#A49569

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

Shades of Tallow #A49569

Tints of Tallow #A49569

Color information

#A49569 (or 0xA49569) is unknown color: approx Tallow. HEX triplet: A4, 95 and 69. RGB value is (164,149,105). Sum of RGB (Red+Green+Blue) = 164+149+105=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A49569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49569 is #5B6A96. Grayscale: #949494. Windows color (decimal): -5991063 or 6919588. OLE color: 6919588.

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

Color convert

RGB164149105-
CMYK00.090.360.36
HSL44.75º24.48%52.75%-
HSV(B)44.75º35.98%64.31%-
XYZ28.6130.4117.73-
YUV148.47103.47139.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 149 (58.59% from 255) = 35.65%
BLUE value IS 105 (41.41% from 255) = 25.12%
R=39.23%
G=35.65%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414910500.090.360.3644.7524.4852.75
HexA495690924242d1835
Octal2442251510114444553065
Binary101001001001010111010010100110010010010010110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49569; }

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

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

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

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

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

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

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

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