#A1966D

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

Shades of Tallow #A1966D

Tints of Tallow #A1966D

Color information

#A1966D (or 0xA1966D) is unknown color: approx Tallow. HEX triplet: A1, 96 and 6D. RGB value is (161,150,109). Sum of RGB (Red+Green+Blue) = 161+150+109=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 161 - color contains mainly: red. Hex color #A1966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1966D is #5E6992. Grayscale: #949494. Windows color (decimal): -6187411 or 7181985. OLE color: 7181985.

HSL color Cylindrical-coordinate representation of color #A1966D: hue angle of 47.31º 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 #A1966D is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB161150109-
CMYK00.070.320.37
HSL47.31º21.67%52.94%-
HSV(B)47.31º32.3%63.14%-
XYZ28.3630.4918.86-
YUV148.61105.64136.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.33%
GREEN value IS 150 (58.98% from 255) = 35.71%
BLUE value IS 109 (42.97% from 255) = 25.95%
R=38.33%
G=35.71%
B=25.95%

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
Decimal16115010900.070.320.3747.3121.6752.94
HexA1966D0720252f1635
Octal241226155074045572665
Binary10100001100101101101101011110000010010110111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1966D; }

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

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

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

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

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

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

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

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