#A1996D

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

Shades of Tallow #A1996D

Tints of Tallow #A1996D

Color information

#A1996D (or 0xA1996D) is unknown color: approx Tallow. HEX triplet: A1, 99 and 6D. RGB value is (161,153,109). Sum of RGB (Red+Green+Blue) = 161+153+109=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 161 - color contains mainly: red. Hex color #A1996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1996D is #5E6692. Grayscale: #969696. Windows color (decimal): -6186643 or 7182753. OLE color: 7182753.

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

Color convert

RGB161153109-
CMYK00.050.320.37
HSL50.77º21.67%52.94%-
HSV(B)50.77º32.3%63.14%-
XYZ28.8531.4619.02-
YUV150.38104.65135.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.06%
GREEN value IS 153 (60.16% from 255) = 36.17%
BLUE value IS 109 (42.97% from 255) = 25.77%
R=38.06%
G=36.17%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115310900.050.320.3750.7721.6752.94
HexA1996D052025331635
Octal241231155054045632665
Binary10100001100110011101101010110000010010111001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1996D; }

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

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

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

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

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

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

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

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