COLOR #A18181

HEX: #A18181 RGB: (161,129,129)

Color info

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

RGB color model

#A18181 color RGB value is (161,129,129).

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

RGB channels and saturation

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

161
129
129

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

Portions of RGB colors in percentages

R + G + B = 161 + 129 + 129 = 419 (100%)
R 161 of 419 ~ 38.42%
G 129 of 419 ~ 30.79%
B 129 of 419 ~ 30.79'%

%38.42
%30.79
%30.79

CMYK color model

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

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

CMYK: (0,20,20,37)
C0M20Y20K37 (0%, 20%, 20%, 37%)
(0.00 / 0.20 / 0.20 / 0.37)

CMYK percentages

%0
%19.88
%19.88
%36.86

Codes

Color #A18181 in popluar color models

A1 81 81
RGB 161 129 129
HSL 14.55% 56.86%
HSB/HSV 19.88% 63.14%
CMYK 0.00% 19.88% 19.88%
36.86%

Color #A18181 in popluar number systems.

HEX A1 81 81
Decimal 161 129 129
Binary 10100001 10000001 10000001
Octal 241 201 201

Shades and tints

Shades of #A18181

#A18181
(161,129,129)
#937676
(147,118,118)
#856B6B
(133,107,107)
#776060
(119,96,96)
#695555
(105,85,85)
#5B4A4A
(91,74,74)
#4D3F3F
(77,63,63)
#3F3434
(63,52,52)
#312929
(49,41,41)
#231E1E
(35,30,30)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #A18181

#A18181
(161,129,129)
#A98C8C
(169,140,140)
#B19797
(177,151,151)
#B9A2A2
(185,162,162)
#C1ADAD
(193,173,173)
#C9B8B8
(201,184,184)
#D1C3C3
(209,195,195)
#D9CECE
(217,206,206)
#E1D9D9
(225,217,217)
#E9E4E4
(233,228,228)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18181; }

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

This text font color is #A18181.

Background Color

.myBgColor { background-color: #A18181; }

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

This div background color is #A18181.

Border color

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

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

This div border color is #A18181.

Opacity

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

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

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

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

This text has shadow with #A18181 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18181.

Preview

Color preview on black background

This text has color #A18181 on black background.


Color preview on white background

This text has color #A18181 on white background.


Black color preview on #A18181 background

This text has black color on #A18181 background.


White color preview on #A18181 background

This text has white color on #A18181 background.


Related colors

Complementary color

Complementary color for #hex is #5E7E7E.


I love getcolorcode.com