COLOR #A18581

HEX: #A18581
RGB: (161,133,129)

Color info

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

RGB color model

#A18581 color RGB value is (161,133,129).

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

RGB channels and saturation

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

161
133
129

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

Portions of RGB colors in percentages

R + G + B =
161 + 133 + 129 = 423 (100%)
R 161 of 423 ~ 38.06%
G 133 of 423 ~ 31.44%
B 129 of 423 ~ 30.5%

%38.06
%31.44
%30.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 19.88%
  • key color value is 36.86%
CMYK:
(0,17,20,37)
C0M17Y20K37 
(0%,17%,20%,37%)
(0.00/0.17/0.20/0.37)	

CMYK percentages

%0
%17.39
%19.88
%36.86

Codes

Color #A18581 in popluar color models

A18581
RGB161133129
HSL14.55%56.86%
HSB/HSV19.88%63.14%
CMYK0.00%17.39%19.88%
36.86%

Color #A18581 in popluar number systems.

HEXA18581
Decimal161133129
Binary101000011000010110000001
Octal241205201

Shades and tints

Shades of #A18581

#A18581
(161,133,129)
#937976
(147,121,118)
#856D6B
(133,109,107)
#776160
(119,97,96)
#695555
(105,85,85)
#5B494A
(91,73,74)
#4D3D3F
(77,61,63)
#3F3134
(63,49,52)
#312529
(49,37,41)
#23191E
(35,25,30)
#150D13
(21,13,19)
#000000
(0,0,0)

Tints of #A18581

#A18581
(161,133,129)
#A9908C
(169,144,140)
#B19B97
(177,155,151)
#B9A6A2
(185,166,162)
#C1B1AD
(193,177,173)
#C9BCB8
(201,188,184)
#D1C7C3
(209,199,195)
#D9D2CE
(217,210,206)
#E1DDD9
(225,221,217)
#E9E8E4
(233,232,228)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18581; }

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

This text font color is #A18581.


Background Color

.myBgColor { background-color: #A18581; }

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

This div background color is #A18581.


Border color

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

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

This div border color is #A18581.


Opacity

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

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

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

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

This text has shadow with #A18581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18581 on black background.


Color preview on white background

This text has color #A18581 on white background.



Black color preview on #A18581 background

This text has black color on #A18581 background.


White color preview on #A18581 background

This text has white color on #A18581 background.