COLOR #A1958E

HEX: #A1958E RGB: (161,149,142)

Color info

#A1958E contains red, green and blue colors in about the same proportion. Web safe color of #A1958E is #999999 (or #999).

RGB color model

#A1958E color RGB value is (161,149,142).

RGB: (161,149,142) (63%, 58%, 56%)

RGB channels and saturation

R 161 of 255 = 63%
G 149 of 255 = 58%
B 142 of 255 = 56%

161
149
142

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

Portions of RGB colors in percentages

R + G + B = 161 + 149 + 142 = 452 (100%)
R 161 of 452 ~ 35.62%
G 149 of 452 ~ 32.96%
B 142 of 452 ~ 31.42'%

%35.62
%32.96
%31.42

CMYK color model

#A1958E color CMYK value is (0,7,12,37).

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 11.80%
  • key color value is 36.86%
CMYK: (0,7,12,37) C0M7Y12K37 (0%,7%,12%,37%) (0.00/0.07/0.12/0.37) 

CMYK percentages

%0
%7.45
%11.8
%36.86

Codes

Color #A1958E in popluar color models

A1 95 8E
RGB 161 149 142
HSL 22° 9.18% 59.41%
HSB/HSV 22° 11.80% 63.14%
CMYK 0.00% 7.45% 11.80%
36.86%

Color #A1958E in popluar number systems.

HEX A1 95 8E
Decimal 161 149 142
Binary 10100001 10010101 10001110
Octal 241 225 216

Shades and tints

Shades of #A1958E

#A1958E
(161,149,142)
#938882
(147,136,130)
#857B76
(133,123,118)
#776E6A
(119,110,106)
#69615E
(105,97,94)
#5B5452
(91,84,82)
#4D4746
(77,71,70)
#3F3A3A
(63,58,58)
#312D2E
(49,45,46)
#232022
(35,32,34)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #A1958E

#A1958E
(161,149,142)
#A99E98
(169,158,152)
#B1A7A2
(177,167,162)
#B9B0AC
(185,176,172)
#C1B9B6
(193,185,182)
#C9C2C0
(201,194,192)
#D1CBCA
(209,203,202)
#D9D4D4
(217,212,212)
#E1DDDE
(225,221,222)
#E9E6E8
(233,230,232)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1958E color. Also use rgb(161,149,142) instead hex code.

Text Font Color

.myTextColor { color: #A1958E; }

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

This text font color is #A1958E.

Background Color

.myBgColor { background-color: #A1958E; }

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

This div background color is #A1958E.

Border color

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

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

This div border color is #A1958E.

Opacity

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

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

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

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

This text has shadow with #A1958E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1958E.

Preview

Color preview on black background

This text has color #A1958E on black background.


Color preview on white background

This text has color #A1958E on white background.


Black color preview on #A1958E background

This text has black color on #A1958E background.


White color preview on #A1958E background

This text has white color on #A1958E background.


Related colors

Complementary color

Complementary color for #hex is #5E6A71.


I love getcolorcode.com

Triadic colors

1 #8EA195 and #958EA1 with #A1958E are triadic colors.

2 #8E95A1 and #95A18E with #A1958E are triadic colors.