COLOR #A18AA2

HEX: #A18AA2
RGB: (161,138,162)

Color info

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

RGB color model

#A18AA2 color RGB value is (161,138,162).

  • red value is 161;
  • green value is 138;
  • blue value is 162.
RGB:
(161,138,162)
(63%,54%,64%)

RGB channels and saturation

R 161 of 255 = 63%
G 138 of 255 = 54%
B 162 of 255 = 64%

161
138
162

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

Portions of RGB colors in percentages

R + G + B =
161 + 138 + 162 = 461 (100%)
R 161 of 461 ~ 34.92%
G 138 of 461 ~ 29.93%
B 162 of 461 ~ 35.14%

%34.92
%29.93
%35.14

CMYK color model

#A18AA2 color CMYK value is (1,15,0,36).

  • cyan value is 0.62%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(1,15,0,36)
C1M15Y0K36 
(1%,15%,0%,36%)
(0.01/0.15/0.00/0.36)	

CMYK percentages

%0.62
%14.81
%0
%36.47

Codes

Color #A18AA2 in popluar color models

A18AA2
RGB161138162
HSL298°11.43%58.82%
HSB/HSV298°14.81%63.53%
CMYK0.62%14.81%0.00%
36.47%

Color #A18AA2 in popluar number systems.

HEXA18AA2
Decimal161138162
Binary101000011000101010100010
Octal241212242

Shades and tints

Shades of #A18AA2

#A18AA2
(161,138,162)
#937E94
(147,126,148)
#857286
(133,114,134)
#776678
(119,102,120)
#695A6A
(105,90,106)
#5B4E5C
(91,78,92)
#4D424E
(77,66,78)
#3F3640
(63,54,64)
#312A32
(49,42,50)
#231E24
(35,30,36)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #A18AA2

#A18AA2
(161,138,162)
#A994AA
(169,148,170)
#B19EB2
(177,158,178)
#B9A8BA
(185,168,186)
#C1B2C2
(193,178,194)
#C9BCCA
(201,188,202)
#D1C6D2
(209,198,210)
#D9D0DA
(217,208,218)
#E1DAE2
(225,218,226)
#E9E4EA
(233,228,234)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18AA2 color. Also use rgb(161,138,162) instead hex code.

Text Font Color

.myTextColor { color: #A18AA2; }

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

This text font color is #A18AA2.


Background Color

.myBgColor { background-color: #A18AA2; }

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

This div background color is #A18AA2.


Border color

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

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

This div border color is #A18AA2.


Opacity

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

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

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

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

This text has shadow with #A18AA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18AA2 on black background.


Color preview on white background

This text has color #A18AA2 on white background.



Black color preview on #A18AA2 background

This text has black color on #A18AA2 background.


White color preview on #A18AA2 background

This text has white color on #A18AA2 background.