COLOR #A1996C

HEX: #A1996C
RGB: (161,153,108)

Color info

#A1996C contains red, green and blue colors in about the same proportion. Web safe color of #A1996C is #999966 (or #996).

RGB color model

#A1996C color RGB value is (161,153,108).

  • red value is 161;
  • green value is 153;
  • blue value is 108.
RGB:
(161,153,108)
(63%,60%,42%)

RGB channels and saturation

R 161 of 255 = 63%
G 153 of 255 = 60%
B 108 of 255 = 42%

161
153
108

R + G + B ~ 55%. #A1996C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
161 + 153 + 108 = 422 (100%)
R 161 of 422 ~ 38.15%
G 153 of 422 ~ 36.26%
B 108 of 422 ~ 25.59%

%38.15
%36.26
%25.59

CMYK color model

#A1996C color CMYK value is (0,5,33,37).

  • cyan value is 0.00%
  • magenta value is 4.97%
  • yellow value is 32.92%
  • key color value is 36.86%
CMYK:
(0,5,33,37)
C0M5Y33K37 
(0%,5%,33%,37%)
(0.00/0.05/0.33/0.37)	

CMYK percentages

%0
%4.97
%32.92
%36.86

Codes

Color #A1996C in popluar color models

A1996C
RGB161153108
HSL51°21.99%52.75%
HSB/HSV51°32.92%63.14%
CMYK0.00%4.97%32.92%
36.86%

Color #A1996C in popluar number systems.

HEXA1996C
Decimal161153108
Binary10100001100110011101100
Octal241231154

Shades and tints

Shades of #A1996C

#A1996C
(161,153,108)
#938C63
(147,140,99)
#857F5A
(133,127,90)
#777251
(119,114,81)
#696548
(105,101,72)
#5B583F
(91,88,63)
#4D4B36
(77,75,54)
#3F3E2D
(63,62,45)
#313124
(49,49,36)
#23241B
(35,36,27)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #A1996C

#A1996C
(161,153,108)
#A9A279
(169,162,121)
#B1AB86
(177,171,134)
#B9B493
(185,180,147)
#C1BDA0
(193,189,160)
#C9C6AD
(201,198,173)
#D1CFBA
(209,207,186)
#D9D8C7
(217,216,199)
#E1E1D4
(225,225,212)
#E9EAE1
(233,234,225)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1996C color. Also use rgb(161,153,108) instead hex code.

Text Font Color

.myTextColor { color: #A1996C; }

<p style="color:#A1996C">This sample text font color is #A1996C.</p>

This text font color is #A1996C.


Background Color

.myBgColor { background-color: #A1996C; }

<div style="background-color:#A1996C">Inner text</div>

This div background color is #A1996C.


Border color

.myBorderColor { border: 1px solid #A1996C; }

<div style="border:3px solid #A1996C">Div</div>

This div border color is #A1996C.


Opacity

.myOpacity80 { color: #A1996C; opacity: 0.8; }

<p style="color:#A1996C;opacity:0.8;">80%</p>

Text with #A1996C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A1996C;}

<p style="text-shadow: 3px 3px 1px #A1996C">Text here.</p>

This text has shadow with #A1996C color.

.textShadow {text-shadow: 3px 3px 1px #A1996C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A1996C, 5px 5px 20px red">Text here.</p>

This text has shadow with #A1996C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A1996C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A1996C, Direction=45, Strength=4)">Text</p>

This text has shadow with #A1996C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A1996C;
  -webkit-box-shadow:	1px 1px 3px 2px #A1996C;
  box-shadow:		1px 1px 3px 2px #A1996C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A1996C;
-webkit-box-shadow: 1px 1px 3px 2px #A1996C;
box-shadow:1px 1px 3px 2px #A1996C;">
Div content here</div>
This div box has shadow with color #A1996C.

Preview

Color preview on black background

This text has color #A1996C on black background.


Color preview on white background

This text has color #A1996C on white background.



Black color preview on #A1996C background

This text has black color on #A1996C background.


White color preview on #A1996C background

This text has white color on #A1996C background.