COLOR #A18185

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

161
129
133

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

Portions of RGB colors in percentages

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

%38.06
%30.5
%31.44

CMYK color model

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

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

CMYK percentages

%0
%19.88
%17.39
%36.86

Codes

Color #A18185 in popluar color models

A18185
RGB161129133
HSL353°14.55%56.86%
HSB/HSV353°19.88%63.14%
CMYK0.00%19.88%17.39%
36.86%

Color #A18185 in popluar number systems.

HEXA18185
Decimal161129133
Binary101000011000000110000101
Octal241201205

Shades and tints

Shades of #A18185

#A18185
(161,129,133)
#937679
(147,118,121)
#856B6D
(133,107,109)
#776061
(119,96,97)
#695555
(105,85,85)
#5B4A49
(91,74,73)
#4D3F3D
(77,63,61)
#3F3431
(63,52,49)
#312925
(49,41,37)
#231E19
(35,30,25)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #A18185

#A18185
(161,129,133)
#A98C90
(169,140,144)
#B1979B
(177,151,155)
#B9A2A6
(185,162,166)
#C1ADB1
(193,173,177)
#C9B8BC
(201,184,188)
#D1C3C7
(209,195,199)
#D9CED2
(217,206,210)
#E1D9DD
(225,217,221)
#E9E4E8
(233,228,232)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18185; }

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

This text font color is #A18185.


Background Color

.myBgColor { background-color: #A18185; }

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

This div background color is #A18185.


Border color

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

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

This div border color is #A18185.


Opacity

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

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

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

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

This text has shadow with #A18185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18185 on black background.


Color preview on white background

This text has color #A18185 on white background.



Black color preview on #A18185 background

This text has black color on #A18185 background.


White color preview on #A18185 background

This text has white color on #A18185 background.