COLOR #A18293

HEX: #A18293
RGB: (161,130,147)

Color info

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

RGB color model

#A18293 color RGB value is (161,130,147).

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

RGB channels and saturation

R 161 of 255 = 63%
G 130 of 255 = 51%
B 147 of 255 = 58%

161
130
147

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

Portions of RGB colors in percentages

R + G + B =
161 + 130 + 147 = 438 (100%)
R 161 of 438 ~ 36.76%
G 130 of 438 ~ 29.68%
B 147 of 438 ~ 33.56%

%36.76
%29.68
%33.56

CMYK color model

#A18293 color CMYK value is (0,19,9,37).

  • cyan value is 0.00%
  • magenta value is 19.25%
  • yellow value is 8.70%
  • key color value is 36.86%
CMYK:
(0,19,9,37)
C0M19Y9K37 
(0%,19%,9%,37%)
(0.00/0.19/0.09/0.37)	

CMYK percentages

%0
%19.25
%8.7
%36.86

Codes

Color #A18293 in popluar color models

A18293
RGB161130147
HSL327°14.16%57.06%
HSB/HSV327°19.25%63.14%
CMYK0.00%19.25%8.70%
36.86%

Color #A18293 in popluar number systems.

HEXA18293
Decimal161130147
Binary101000011000001010010011
Octal241202223

Shades and tints

Shades of #A18293

#A18293
(161,130,147)
#937786
(147,119,134)
#856C79
(133,108,121)
#77616C
(119,97,108)
#69565F
(105,86,95)
#5B4B52
(91,75,82)
#4D4045
(77,64,69)
#3F3538
(63,53,56)
#312A2B
(49,42,43)
#231F1E
(35,31,30)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #A18293

#A18293
(161,130,147)
#A98D9C
(169,141,156)
#B198A5
(177,152,165)
#B9A3AE
(185,163,174)
#C1AEB7
(193,174,183)
#C9B9C0
(201,185,192)
#D1C4C9
(209,196,201)
#D9CFD2
(217,207,210)
#E1DADB
(225,218,219)
#E9E5E4
(233,229,228)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18293; }

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

This text font color is #A18293.


Background Color

.myBgColor { background-color: #A18293; }

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

This div background color is #A18293.


Border color

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

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

This div border color is #A18293.


Opacity

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

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

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

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

This text has shadow with #A18293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18293 on black background.


Color preview on white background

This text has color #A18293 on white background.



Black color preview on #A18293 background

This text has black color on #A18293 background.


White color preview on #A18293 background

This text has white color on #A18293 background.