COLOR #A18183

HEX: #A18183
RGB: (161,129,131)

Color info

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

RGB color model

#A18183 color RGB value is (161,129,131).

  • red value is 161;
  • green value is 129;
  • blue value is 131.
RGB:
(161,129,131)
(63%,51%,51%)

RGB channels and saturation

R 161 of 255 = 63%
G 129 of 255 = 51%
B 131 of 255 = 51%

161
129
131

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

Portions of RGB colors in percentages

R + G + B =
161 + 129 + 131 = 421 (100%)
R 161 of 421 ~ 38.24%
G 129 of 421 ~ 30.64%
B 131 of 421 ~ 31.12%

%38.24
%30.64
%31.12

CMYK color model

#A18183 color CMYK value is (0,20,19,37).

  • cyan value is 0.00%
  • magenta value is 19.88%
  • yellow value is 18.63%
  • key color value is 36.86%
CMYK:
(0,20,19,37)
C0M20Y19K37 
(0%,20%,19%,37%)
(0.00/0.20/0.19/0.37)	

CMYK percentages

%0
%19.88
%18.63
%36.86

Codes

Color #A18183 in popluar color models

A18183
RGB161129131
HSL356°14.55%56.86%
HSB/HSV356°19.88%63.14%
CMYK0.00%19.88%18.63%
36.86%

Color #A18183 in popluar number systems.

HEXA18183
Decimal161129131
Binary101000011000000110000011
Octal241201203

Shades and tints

Shades of #A18183

#A18183
(161,129,131)
#937678
(147,118,120)
#856B6D
(133,107,109)
#776062
(119,96,98)
#695557
(105,85,87)
#5B4A4C
(91,74,76)
#4D3F41
(77,63,65)
#3F3436
(63,52,54)
#31292B
(49,41,43)
#231E20
(35,30,32)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #A18183

#A18183
(161,129,131)
#A98C8E
(169,140,142)
#B19799
(177,151,153)
#B9A2A4
(185,162,164)
#C1ADAF
(193,173,175)
#C9B8BA
(201,184,186)
#D1C3C5
(209,195,197)
#D9CED0
(217,206,208)
#E1D9DB
(225,217,219)
#E9E4E6
(233,228,230)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18183; }

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

This text font color is #A18183.


Background Color

.myBgColor { background-color: #A18183; }

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

This div background color is #A18183.


Border color

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

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

This div border color is #A18183.


Opacity

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

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

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

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

This text has shadow with #A18183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18183 on black background.


Color preview on white background

This text has color #A18183 on white background.



Black color preview on #A18183 background

This text has black color on #A18183 background.


White color preview on #A18183 background

This text has white color on #A18183 background.