COLOR #A18192

HEX: #A18192 RGB: (161,129,146)

Color info

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

RGB color model

#A18192 color RGB value is (161,129,146).

RGB: (161,129,146) (63%, 51%, 57%)

RGB channels and saturation

R 161 of 255 = 63%
G 129 of 255 = 51%
B 146 of 255 = 57%

161
129
146

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

Portions of RGB colors in percentages

R + G + B = 161 + 129 + 146 = 436 (100%)
R 161 of 436 ~ 36.93%
G 129 of 436 ~ 29.59%
B 146 of 436 ~ 33.49'%

%36.93
%29.59
%33.49

CMYK color model

#A18192 color CMYK value is (0,20,9,37).

  • cyan value is 0.00%
  • magenta value is 19.88%
  • yellow value is 9.32%
  • key color value is 36.86%

CMYK: (0,20,9,37)
C0M20Y9K37 (0%, 20%, 9%, 37%)
(0.00 / 0.20 / 0.09 / 0.37)

CMYK percentages

%0
%19.88
%9.32
%36.86

Codes

Color #A18192 in popluar color models

A1 81 92
RGB 161 129 146
HSL 328° 14.55% 56.86%
HSB/HSV 328° 19.88% 63.14%
CMYK 0.00% 19.88% 9.32%
36.86%

Color #A18192 in popluar number systems.

HEX A1 81 92
Decimal 161 129 146
Binary 10100001 10000001 10010010
Octal 241 201 222

Shades and tints

Shades of #A18192

#A18192
(161,129,146)
#937685
(147,118,133)
#856B78
(133,107,120)
#77606B
(119,96,107)
#69555E
(105,85,94)
#5B4A51
(91,74,81)
#4D3F44
(77,63,68)
#3F3437
(63,52,55)
#31292A
(49,41,42)
#231E1D
(35,30,29)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #A18192

#A18192
(161,129,146)
#A98C9B
(169,140,155)
#B197A4
(177,151,164)
#B9A2AD
(185,162,173)
#C1ADB6
(193,173,182)
#C9B8BF
(201,184,191)
#D1C3C8
(209,195,200)
#D9CED1
(217,206,209)
#E1D9DA
(225,217,218)
#E9E4E3
(233,228,227)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18192 color. Also use rgb(161,129,146) instead hex code.

Text Font Color

.myTextColor { color: #A18192; }

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

This text font color is #A18192.

Background Color

.myBgColor { background-color: #A18192; }

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

This div background color is #A18192.

Border color

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

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

This div border color is #A18192.

Opacity

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

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

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

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

This text has shadow with #A18192 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18192.

Preview

Color preview on black background

This text has color #A18192 on black background.


Color preview on white background

This text has color #A18192 on white background.


Black color preview on #A18192 background

This text has black color on #A18192 background.


White color preview on #A18192 background

This text has white color on #A18192 background.


Related colors

Complementary color

Complementary color for #hex is #5E7E6D.


I love getcolorcode.com

Triadic colors

1 #92A181 and #8192A1 with #A18192 are triadic colors.

2 #9281A1 and #81A192 with #A18192 are triadic colors.