COLOR #A18281

HEX: #A18281
RGB: (161,130,129)

Color info

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

RGB color model

#A18281 color RGB value is (161,130,129).

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

RGB channels and saturation

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

161
130
129

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

Portions of RGB colors in percentages

R + G + B =
161 + 130 + 129 = 420 (100%)
R 161 of 420 ~ 38.33%
G 130 of 420 ~ 30.95%
B 129 of 420 ~ 30.71%

%38.33
%30.95
%30.71

CMYK color model

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

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

CMYK percentages

%0
%19.25
%19.88
%36.86

Codes

Color #A18281 in popluar color models

A18281
RGB161130129
HSL14.55%56.86%
HSB/HSV19.88%63.14%
CMYK0.00%19.25%19.88%
36.86%

Color #A18281 in popluar number systems.

HEXA18281
Decimal161130129
Binary101000011000001010000001
Octal241202201

Shades and tints

Shades of #A18281

#A18281
(161,130,129)
#937776
(147,119,118)
#856C6B
(133,108,107)
#776160
(119,97,96)
#695655
(105,86,85)
#5B4B4A
(91,75,74)
#4D403F
(77,64,63)
#3F3534
(63,53,52)
#312A29
(49,42,41)
#231F1E
(35,31,30)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #A18281

#A18281
(161,130,129)
#A98D8C
(169,141,140)
#B19897
(177,152,151)
#B9A3A2
(185,163,162)
#C1AEAD
(193,174,173)
#C9B9B8
(201,185,184)
#D1C4C3
(209,196,195)
#D9CFCE
(217,207,206)
#E1DAD9
(225,218,217)
#E9E5E4
(233,229,228)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18281; }

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

This text font color is #A18281.


Background Color

.myBgColor { background-color: #A18281; }

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

This div background color is #A18281.


Border color

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

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

This div border color is #A18281.


Opacity

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

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

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

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

This text has shadow with #A18281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18281 on black background.


Color preview on white background

This text has color #A18281 on white background.



Black color preview on #A18281 background

This text has black color on #A18281 background.


White color preview on #A18281 background

This text has white color on #A18281 background.