COLOR #A1958C

HEX: #A1958C RGB: (161,149,140)

Color info

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

RGB color model

#A1958C color RGB value is (161,149,140).

RGB: (161,149,140) (63%, 58%, 55%)

RGB channels and saturation

R 161 of 255 = 63%
G 149 of 255 = 58%
B 140 of 255 = 55%

161
149
140

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

Portions of RGB colors in percentages

R + G + B = 161 + 149 + 140 = 450 (100%)
R 161 of 450 ~ 35.78%
G 149 of 450 ~ 33.11%
B 140 of 450 ~ 31.11'%

%35.78
%33.11
%31.11

CMYK color model

#A1958C color CMYK value is (0,7,13,37).

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 13.04%
  • key color value is 36.86%

CMYK: (0,7,13,37)
C0M7Y13K37 (0%, 7%, 13%, 37%)
(0.00 / 0.07 / 0.13 / 0.37)

CMYK percentages

%0
%7.45
%13.04
%36.86

Codes

Color #A1958C in popluar color models

A1 95 8C
RGB 161 149 140
HSL 26° 10.05% 59.02%
HSB/HSV 26° 13.04% 63.14%
CMYK 0.00% 7.45% 13.04%
36.86%

Color #A1958C in popluar number systems.

HEX A1 95 8C
Decimal 161 149 140
Binary 10100001 10010101 10001100
Octal 241 225 214

Shades and tints

Shades of #A1958C

#A1958C
(161,149,140)
#938880
(147,136,128)
#857B74
(133,123,116)
#776E68
(119,110,104)
#69615C
(105,97,92)
#5B5450
(91,84,80)
#4D4744
(77,71,68)
#3F3A38
(63,58,56)
#312D2C
(49,45,44)
#232020
(35,32,32)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #A1958C

#A1958C
(161,149,140)
#A99E96
(169,158,150)
#B1A7A0
(177,167,160)
#B9B0AA
(185,176,170)
#C1B9B4
(193,185,180)
#C9C2BE
(201,194,190)
#D1CBC8
(209,203,200)
#D9D4D2
(217,212,210)
#E1DDDC
(225,221,220)
#E9E6E6
(233,230,230)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1958C; }

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

This text font color is #A1958C.

Background Color

.myBgColor { background-color: #A1958C; }

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

This div background color is #A1958C.

Border color

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

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

This div border color is #A1958C.

Opacity

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

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

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

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

This text has shadow with #A1958C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1958C.

Preview

Color preview on black background

This text has color #A1958C on black background.


Color preview on white background

This text has color #A1958C on white background.


Black color preview on #A1958C background

This text has black color on #A1958C background.


White color preview on #A1958C background

This text has white color on #A1958C background.


Related colors

Complementary color

Complementary color for #hex is #5E6A73.


I love getcolorcode.com

Triadic colors

1 #8CA195 and #958CA1 with #A1958C are triadic colors.

2 #8C95A1 and #95A18C with #A1958C are triadic colors.