COLOR #A18A99

HEX: #A18A99 RGB: (161,138,153)

Color info

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

RGB color model

#A18A99 color RGB value is (161,138,153).

RGB: (161,138,153) (63%, 54%, 60%)

RGB channels and saturation

R 161 of 255 = 63%
G 138 of 255 = 54%
B 153 of 255 = 60%

161
138
153

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

Portions of RGB colors in percentages

R + G + B = 161 + 138 + 153 = 452 (100%)
R 161 of 452 ~ 35.62%
G 138 of 452 ~ 30.53%
B 153 of 452 ~ 33.85'%

%35.62
%30.53
%33.85

CMYK color model

#A18A99 color CMYK value is (0,14,5,37).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 4.97%
  • key color value is 36.86%
CMYK: (0,14,5,37) C0M14Y5K37 (0%,14%,5%,37%) (0.00/0.14/0.05/0.37) 

CMYK percentages

%0
%14.29
%4.97
%36.86

Codes

Color #A18A99 in popluar color models

A1 8A 99
RGB 161 138 153
HSL 321° 10.90% 58.63%
HSB/HSV 321° 14.29% 63.14%
CMYK 0.00% 14.29% 4.97%
36.86%

Color #A18A99 in popluar number systems.

HEX A1 8A 99
Decimal 161 138 153
Binary 10100001 10001010 10011001
Octal 241 212 231

Shades and tints

Shades of #A18A99

#A18A99
(161,138,153)
#937E8C
(147,126,140)
#85727F
(133,114,127)
#776672
(119,102,114)
#695A65
(105,90,101)
#5B4E58
(91,78,88)
#4D424B
(77,66,75)
#3F363E
(63,54,62)
#312A31
(49,42,49)
#231E24
(35,30,36)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #A18A99

#A18A99
(161,138,153)
#A994A2
(169,148,162)
#B19EAB
(177,158,171)
#B9A8B4
(185,168,180)
#C1B2BD
(193,178,189)
#C9BCC6
(201,188,198)
#D1C6CF
(209,198,207)
#D9D0D8
(217,208,216)
#E1DAE1
(225,218,225)
#E9E4EA
(233,228,234)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18A99; }

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

This text font color is #A18A99.

Background Color

.myBgColor { background-color: #A18A99; }

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

This div background color is #A18A99.

Border color

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

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

This div border color is #A18A99.

Opacity

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

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

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

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

This text has shadow with #A18A99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18A99.

Preview

Color preview on black background

This text has color #A18A99 on black background.


Color preview on white background

This text has color #A18A99 on white background.


Black color preview on #A18A99 background

This text has black color on #A18A99 background.


White color preview on #A18A99 background

This text has white color on #A18A99 background.


Related colors

Complementary color

Complementary color for #hex is #5E7566.


I love getcolorcode.com

Triadic colors

1 #99A18A and #8A99A1 with #A18A99 are triadic colors.

2 #998AA1 and #8AA199 with #A18A99 are triadic colors.