COLOR #A1818D

HEX: #A1818D
RGB: (161,129,141)

Color info

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

RGB color model

#A1818D color RGB value is (161,129,141).

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

RGB channels and saturation

R 161 of 255 = 63%
G 129 of 255 = 51%
B 141 of 255 = 55%

161
129
141

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

Portions of RGB colors in percentages

R + G + B =
161 + 129 + 141 = 431 (100%)
R 161 of 431 ~ 37.35%
G 129 of 431 ~ 29.93%
B 141 of 431 ~ 32.71%

%37.35
%29.93
%32.71

CMYK color model

#A1818D color CMYK value is (0,20,12,37).

  • cyan value is 0.00%
  • magenta value is 19.88%
  • yellow value is 12.42%
  • key color value is 36.86%
CMYK:
(0,20,12,37)
C0M20Y12K37 
(0%,20%,12%,37%)
(0.00/0.20/0.12/0.37)	

CMYK percentages

%0
%19.88
%12.42
%36.86

Codes

Color #A1818D in popluar color models

A1818D
RGB161129141
HSL338°14.55%56.86%
HSB/HSV338°19.88%63.14%
CMYK0.00%19.88%12.42%
36.86%

Color #A1818D in popluar number systems.

HEXA1818D
Decimal161129141
Binary101000011000000110001101
Octal241201215

Shades and tints

Shades of #A1818D

#A1818D
(161,129,141)
#937681
(147,118,129)
#856B75
(133,107,117)
#776069
(119,96,105)
#69555D
(105,85,93)
#5B4A51
(91,74,81)
#4D3F45
(77,63,69)
#3F3439
(63,52,57)
#31292D
(49,41,45)
#231E21
(35,30,33)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #A1818D

#A1818D
(161,129,141)
#A98C97
(169,140,151)
#B197A1
(177,151,161)
#B9A2AB
(185,162,171)
#C1ADB5
(193,173,181)
#C9B8BF
(201,184,191)
#D1C3C9
(209,195,201)
#D9CED3
(217,206,211)
#E1D9DD
(225,217,221)
#E9E4E7
(233,228,231)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1818D; }

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

This text font color is #A1818D.


Background Color

.myBgColor { background-color: #A1818D; }

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

This div background color is #A1818D.


Border color

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

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

This div border color is #A1818D.


Opacity

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

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

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

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

This text has shadow with #A1818D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1818D on black background.


Color preview on white background

This text has color #A1818D on white background.



Black color preview on #A1818D background

This text has black color on #A1818D background.


White color preview on #A1818D background

This text has white color on #A1818D background.