COLOR #A18690

HEX: #A18690
RGB: (161,134,144)

Color info

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

RGB color model

#A18690 color RGB value is (161,134,144).

  • red value is 161;
  • green value is 134;
  • blue value is 144.
RGB:
(161,134,144)
(63%,53%,56%)

RGB channels and saturation

R 161 of 255 = 63%
G 134 of 255 = 53%
B 144 of 255 = 56%

161
134
144

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

Portions of RGB colors in percentages

R + G + B =
161 + 134 + 144 = 439 (100%)
R 161 of 439 ~ 36.67%
G 134 of 439 ~ 30.52%
B 144 of 439 ~ 32.8%

%36.67
%30.52
%32.8

CMYK color model

#A18690 color CMYK value is (0,17,11,37).

  • cyan value is 0.00%
  • magenta value is 16.77%
  • yellow value is 10.56%
  • key color value is 36.86%
CMYK:
(0,17,11,37)
C0M17Y11K37 
(0%,17%,11%,37%)
(0.00/0.17/0.11/0.37)	

CMYK percentages

%0
%16.77
%10.56
%36.86

Codes

Color #A18690 in popluar color models

A18690
RGB161134144
HSL338°12.56%57.84%
HSB/HSV338°16.77%63.14%
CMYK0.00%16.77%10.56%
36.86%

Color #A18690 in popluar number systems.

HEXA18690
Decimal161134144
Binary101000011000011010010000
Octal241206220

Shades and tints

Shades of #A18690

#A18690
(161,134,144)
#937A83
(147,122,131)
#856E76
(133,110,118)
#776269
(119,98,105)
#69565C
(105,86,92)
#5B4A4F
(91,74,79)
#4D3E42
(77,62,66)
#3F3235
(63,50,53)
#312628
(49,38,40)
#231A1B
(35,26,27)
#150E0E
(21,14,14)
#000000
(0,0,0)

Tints of #A18690

#A18690
(161,134,144)
#A9919A
(169,145,154)
#B19CA4
(177,156,164)
#B9A7AE
(185,167,174)
#C1B2B8
(193,178,184)
#C9BDC2
(201,189,194)
#D1C8CC
(209,200,204)
#D9D3D6
(217,211,214)
#E1DEE0
(225,222,224)
#E9E9EA
(233,233,234)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18690; }

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

This text font color is #A18690.


Background Color

.myBgColor { background-color: #A18690; }

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

This div background color is #A18690.


Border color

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

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

This div border color is #A18690.


Opacity

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

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

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

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

This text has shadow with #A18690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18690 on black background.


Color preview on white background

This text has color #A18690 on white background.



Black color preview on #A18690 background

This text has black color on #A18690 background.


White color preview on #A18690 background

This text has white color on #A18690 background.