COLOR #A1967D

HEX: #A1967D RGB: (161,150,125)

Color info

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

RGB color model

#A1967D color RGB value is (161,150,125).

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

RGB channels and saturation

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

161
150
125

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

Portions of RGB colors in percentages

R + G + B = 161 + 150 + 125 = 436 (100%)
R 161 of 436 ~ 36.93%
G 150 of 436 ~ 34.4%
B 125 of 436 ~ 28.67'%

%36.93
%34.4
%28.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.83%
  • yellow value is 22.36%
  • 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
%22.36
%36.86

Codes

Color #A1967D in popluar color models

A1 96 7D
RGB 161 150 125
HSL 42° 16.07% 56.08%
HSB/HSV 42° 22.36% 63.14%
CMYK 0.00% 6.83% 22.36%
36.86%

Color #A1967D in popluar number systems.

HEX A1 96 7D
Decimal 161 150 125
Binary 10100001 10010110 1111101
Octal 241 226 175

Shades and tints

Shades of #A1967D

#A1967D
(161,150,125)
#938972
(147,137,114)
#857C67
(133,124,103)
#776F5C
(119,111,92)
#696251
(105,98,81)
#5B5546
(91,85,70)
#4D483B
(77,72,59)
#3F3B30
(63,59,48)
#312E25
(49,46,37)
#23211A
(35,33,26)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #A1967D

#A1967D
(161,150,125)
#A99F88
(169,159,136)
#B1A893
(177,168,147)
#B9B19E
(185,177,158)
#C1BAA9
(193,186,169)
#C9C3B4
(201,195,180)
#D1CCBF
(209,204,191)
#D9D5CA
(217,213,202)
#E1DED5
(225,222,213)
#E9E7E0
(233,231,224)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1967D; }

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

This text font color is #A1967D.

Background Color

.myBgColor { background-color: #A1967D; }

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

This div background color is #A1967D.

Border color

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

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

This div border color is #A1967D.

Opacity

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

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

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

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

This text has shadow with #A1967D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1967D.

Preview

Color preview on black background

This text has color #A1967D on black background.


Color preview on white background

This text has color #A1967D on white background.


Black color preview on #A1967D background

This text has black color on #A1967D background.


White color preview on #A1967D background

This text has white color on #A1967D background.


Related colors

Complementary color

Complementary color for #hex is #5E6982.


I love getcolorcode.com

Triadic colors

1 #7DA196 and #967DA1 with #A1967D are triadic colors.

2 #7D96A1 and #96A17D with #A1967D are triadic colors.