COLOR #A18D99

HEX: #A18D99 RGB: (161,141,153)

Color info

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

RGB color model

#A18D99 color RGB value is (161,141,153).

RGB: (161,141,153) (63%, 55%, 60%)

RGB channels and saturation

R 161 of 255 = 63%
G 141 of 255 = 55%
B 153 of 255 = 60%

161
141
153

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

Portions of RGB colors in percentages

R + G + B = 161 + 141 + 153 = 455 (100%)
R 161 of 455 ~ 35.38%
G 141 of 455 ~ 30.99%
B 153 of 455 ~ 33.63'%

%35.38
%30.99
%33.63

CMYK color model

#A18D99 color CMYK value is (0,12,5,37).

  • cyan value is 0.00%
  • magenta value is 12.42%
  • yellow value is 4.97%
  • key color value is 36.86%

CMYK: (0,12,5,37)
C0M12Y5K37 (0%, 12%, 5%, 37%)
(0.00 / 0.12 / 0.05 / 0.37)

CMYK percentages

%0
%12.42
%4.97
%36.86

Codes

Color #A18D99 in popluar color models

A1 8D 99
RGB 161 141 153
HSL 324° 9.62% 59.22%
HSB/HSV 324° 12.42% 63.14%
CMYK 0.00% 12.42% 4.97%
36.86%

Color #A18D99 in popluar number systems.

HEX A1 8D 99
Decimal 161 141 153
Binary 10100001 10001101 10011001
Octal 241 215 231

Shades and tints

Shades of #A18D99

#A18D99
(161,141,153)
#93818C
(147,129,140)
#85757F
(133,117,127)
#776972
(119,105,114)
#695D65
(105,93,101)
#5B5158
(91,81,88)
#4D454B
(77,69,75)
#3F393E
(63,57,62)
#312D31
(49,45,49)
#232124
(35,33,36)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #A18D99

#A18D99
(161,141,153)
#A997A2
(169,151,162)
#B1A1AB
(177,161,171)
#B9ABB4
(185,171,180)
#C1B5BD
(193,181,189)
#C9BFC6
(201,191,198)
#D1C9CF
(209,201,207)
#D9D3D8
(217,211,216)
#E1DDE1
(225,221,225)
#E9E7EA
(233,231,234)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18D99; }

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

This text font color is #A18D99.

Background Color

.myBgColor { background-color: #A18D99; }

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

This div background color is #A18D99.

Border color

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

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

This div border color is #A18D99.

Opacity

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

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

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

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

This text has shadow with #A18D99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18D99.

Preview

Color preview on black background

This text has color #A18D99 on black background.


Color preview on white background

This text has color #A18D99 on white background.


Black color preview on #A18D99 background

This text has black color on #A18D99 background.


White color preview on #A18D99 background

This text has white color on #A18D99 background.


Related colors

Complementary color

Complementary color for #hex is #5E7266.


I love getcolorcode.com

Triadic colors

1 #99A18D and #8D99A1 with #A18D99 are triadic colors.

2 #998DA1 and #8DA199 with #A18D99 are triadic colors.