#A1996C

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

Shades of Tallow #A1996C

Tints of Tallow #A1996C

Color information

#A1996C (or 0xA1996C) is unknown color: approx Tallow. HEX triplet: A1, 99 and 6C. RGB value is (161,153,108). Sum of RGB (Red+Green+Blue) = 161+153+108=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 161 - color contains mainly: red. Hex color #A1996C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1996C is #5E6693. Grayscale: #969696. Windows color (decimal): -6186644 or 7117217. OLE color: 7117217.

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

Color convert

RGB161153108-
CMYK00.050.330.37
HSL50.94º21.99%52.75%-
HSV(B)50.94º32.92%63.14%-
XYZ28.831.4418.74-
YUV150.26104.15135.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.15%
GREEN value IS 153 (60.16% from 255) = 36.26%
BLUE value IS 108 (42.58% from 255) = 25.59%
R=38.15%
G=36.26%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115310800.050.330.3750.9421.9952.75
HexA1996C052125331635
Octal241231154054145632665
Binary10100001100110011101100010110000110010111001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1996C; }

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

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

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

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

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

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

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

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