COLOR #A1967E

HEX: #A1967E RGB: (161,150,126)

Color info

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

RGB color model

#A1967E color RGB value is (161,150,126).

RGB: (161,150,126) (63%, 59%, 49%)

RGB channels and saturation

R 161 of 255 = 63%
G 150 of 255 = 59%
B 126 of 255 = 49%

161
150
126

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

Portions of RGB colors in percentages

R + G + B = 161 + 150 + 126 = 437 (100%)
R 161 of 437 ~ 36.84%
G 150 of 437 ~ 34.32%
B 126 of 437 ~ 28.83'%

%36.84
%34.32
%28.83

CMYK color model

#A1967E color CMYK value is (0,7,22,37).

  • cyan value is 0.00%
  • magenta value is 6.83%
  • yellow value is 21.74%
  • key color value is 36.86%

CMYK: (0,7,22,37)
C0M7Y22K37 (0%, 7%, 22%, 37%)
(0.00 / 0.07 / 0.22 / 0.37)

CMYK percentages

%0
%6.83
%21.74
%36.86

Codes

Color #A1967E in popluar color models

A1 96 7E
RGB 161 150 126
HSL 41° 15.70% 56.27%
HSB/HSV 41° 21.74% 63.14%
CMYK 0.00% 6.83% 21.74%
36.86%

Color #A1967E in popluar number systems.

HEX A1 96 7E
Decimal 161 150 126
Binary 10100001 10010110 1111110
Octal 241 226 176

Shades and tints

Shades of #A1967E

#A1967E
(161,150,126)
#938973
(147,137,115)
#857C68
(133,124,104)
#776F5D
(119,111,93)
#696252
(105,98,82)
#5B5547
(91,85,71)
#4D483C
(77,72,60)
#3F3B31
(63,59,49)
#312E26
(49,46,38)
#23211B
(35,33,27)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #A1967E

#A1967E
(161,150,126)
#A99F89
(169,159,137)
#B1A894
(177,168,148)
#B9B19F
(185,177,159)
#C1BAAA
(193,186,170)
#C9C3B5
(201,195,181)
#D1CCC0
(209,204,192)
#D9D5CB
(217,213,203)
#E1DED6
(225,222,214)
#E9E7E1
(233,231,225)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1967E color. Also use rgb(161,150,126) instead hex code.

Text Font Color

.myTextColor { color: #A1967E; }

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

This text font color is #A1967E.

Background Color

.myBgColor { background-color: #A1967E; }

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

This div background color is #A1967E.

Border color

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

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

This div border color is #A1967E.

Opacity

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

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

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

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

This text has shadow with #A1967E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1967E.

Preview

Color preview on black background

This text has color #A1967E on black background.


Color preview on white background

This text has color #A1967E on white background.


Black color preview on #A1967E background

This text has black color on #A1967E background.


White color preview on #A1967E background

This text has white color on #A1967E background.


Related colors

Complementary color

Complementary color for #hex is #5E6981.


I love getcolorcode.com

Triadic colors

1 #7EA196 and #967EA1 with #A1967E are triadic colors.

2 #7E96A1 and #96A17E with #A1967E are triadic colors.