COLOR #A1996D

HEX: #A1996D RGB: (161,153,109)

Color info

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

RGB color model

#A1996D color RGB value is (161,153,109).

RGB: (161,153,109) (63%, 60%, 43%)

RGB channels and saturation

R 161 of 255 = 63%
G 153 of 255 = 60%
B 109 of 255 = 43%

161
153
109

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

Portions of RGB colors in percentages

R + G + B = 161 + 153 + 109 = 423 (100%)
R 161 of 423 ~ 38.06%
G 153 of 423 ~ 36.17%
B 109 of 423 ~ 25.77'%

%38.06
%36.17
%25.77

CMYK color model

#A1996D color CMYK value is (0,5,32,37).

  • cyan value is 0.00%
  • magenta value is 4.97%
  • yellow value is 32.30%
  • key color value is 36.86%
CMYK: (0,5,32,37) C0M5Y32K37 (0%,5%,32%,37%) (0.00/0.05/0.32/0.37) 

CMYK percentages

%0
%4.97
%32.3
%36.86

Codes

Color #A1996D in popluar color models

A1 99 6D
RGB 161 153 109
HSL 51° 21.67% 52.94%
HSB/HSV 51° 32.30% 63.14%
CMYK 0.00% 4.97% 32.30%
36.86%

Color #A1996D in popluar number systems.

HEX A1 99 6D
Decimal 161 153 109
Binary 10100001 10011001 1101101
Octal 241 231 155

Shades and tints

Shades of #A1996D

#A1996D
(161,153,109)
#938C64
(147,140,100)
#857F5B
(133,127,91)
#777252
(119,114,82)
#696549
(105,101,73)
#5B5840
(91,88,64)
#4D4B37
(77,75,55)
#3F3E2E
(63,62,46)
#313125
(49,49,37)
#23241C
(35,36,28)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #A1996D

#A1996D
(161,153,109)
#A9A27A
(169,162,122)
#B1AB87
(177,171,135)
#B9B494
(185,180,148)
#C1BDA1
(193,189,161)
#C9C6AE
(201,198,174)
#D1CFBB
(209,207,187)
#D9D8C8
(217,216,200)
#E1E1D5
(225,225,213)
#E9EAE2
(233,234,226)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1996D; }

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

This text font color is #A1996D.

Background Color

.myBgColor { background-color: #A1996D; }

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

This div background color is #A1996D.

Border color

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

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

This div border color is #A1996D.

Opacity

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

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

Text with #A1996D 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 #A1996D;}

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

This text has shadow with #A1996D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1996D.

Preview

Color preview on black background

This text has color #A1996D on black background.


Color preview on white background

This text has color #A1996D on white background.


Black color preview on #A1996D background

This text has black color on #A1996D background.


White color preview on #A1996D background

This text has white color on #A1996D background.


Related colors

Complementary color

Complementary color for #hex is #5E6692.


I love getcolorcode.com

Triadic colors

1 #6DA199 and #996DA1 with #A1996D are triadic colors.

2 #6D99A1 and #99A16D with #A1996D are triadic colors.