#A1956D

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

Shades of Tallow #A1956D

Tints of Tallow #A1956D

Color information

#A1956D (or 0xA1956D) is unknown color: approx Tallow. HEX triplet: A1, 95 and 6D. RGB value is (161,149,109). Sum of RGB (Red+Green+Blue) = 161+149+109=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A1956D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1956D is #5E6A92. Grayscale: #949494. Windows color (decimal): -6187667 or 7181729. OLE color: 7181729.

HSL color Cylindrical-coordinate representation of color #A1956D: hue angle of 46.15º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1956D is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB161149109-
CMYK00.070.320.37
HSL46.15º21.67%52.94%-
HSV(B)46.15º32.3%63.14%-
XYZ28.2130.1818.81-
YUV148.03105.98137.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.42%
GREEN value IS 149 (58.59% from 255) = 35.56%
BLUE value IS 109 (42.97% from 255) = 26.01%
R=38.42%
G=35.56%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114910900.070.320.3746.1521.6752.94
HexA1956D0720252e1635
Octal241225155074045562665
Binary10100001100101011101101011110000010010110111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1956D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1956D; }

 p { color: rgb(161,149,109); }

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

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

 a { background-color: rgb(161,149,109); }

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

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

 span { border-color: rgb(161,149,109); }

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