COLOR #A18AA7

HEX: #A18AA7 RGB: (161,138,167)

Color info

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

RGB color model

#A18AA7 color RGB value is (161,138,167).

RGB: (161,138,167) (63%, 54%, 65%)

RGB channels and saturation

R 161 of 255 = 63%
G 138 of 255 = 54%
B 167 of 255 = 65%

161
138
167

R + G + B ~ 61%. #A18AA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 138 + 167 = 466 (100%)
R 161 of 466 ~ 34.55%
G 138 of 466 ~ 29.61%
B 167 of 466 ~ 35.84'%

%34.55
%29.61
%35.84

CMYK color model

#A18AA7 color CMYK value is (4,17,0,35).

  • cyan value is 3.59%
  • magenta value is 17.37%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (4,17,0,35)
C4M17Y0K35 (4%, 17%, 0%, 35%)
(0.04 / 0.17 / 0.00 / 0.35)

CMYK percentages

%3.59
%17.37
%0
%34.51

Codes

Color #A18AA7 in popluar color models

A1 8A A7
RGB 161 138 167
HSL 288° 14.15% 59.80%
HSB/HSV 288° 17.37% 65.49%
CMYK 3.59% 17.37% 0.00%
34.51%

Color #A18AA7 in popluar number systems.

HEX A1 8A A7
Decimal 161 138 167
Binary 10100001 10001010 10100111
Octal 241 212 247

Shades and tints

Shades of #A18AA7

#A18AA7
(161,138,167)
#937E98
(147,126,152)
#857289
(133,114,137)
#77667A
(119,102,122)
#695A6B
(105,90,107)
#5B4E5C
(91,78,92)
#4D424D
(77,66,77)
#3F363E
(63,54,62)
#312A2F
(49,42,47)
#231E20
(35,30,32)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #A18AA7

#A18AA7
(161,138,167)
#A994AF
(169,148,175)
#B19EB7
(177,158,183)
#B9A8BF
(185,168,191)
#C1B2C7
(193,178,199)
#C9BCCF
(201,188,207)
#D1C6D7
(209,198,215)
#D9D0DF
(217,208,223)
#E1DAE7
(225,218,231)
#E9E4EF
(233,228,239)
#F1EEF7
(241,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18AA7; }

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

This text font color is #A18AA7.

Background Color

.myBgColor { background-color: #A18AA7; }

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

This div background color is #A18AA7.

Border color

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

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

This div border color is #A18AA7.

Opacity

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

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

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

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

This text has shadow with #A18AA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18AA7.

Preview

Color preview on black background

This text has color #A18AA7 on black background.


Color preview on white background

This text has color #A18AA7 on white background.


Black color preview on #A18AA7 background

This text has black color on #A18AA7 background.


White color preview on #A18AA7 background

This text has white color on #A18AA7 background.


Related colors

Complementary color

Complementary color for #hex is #5E7558.


I love getcolorcode.com

Triadic colors

1 #A7A18A and #8AA7A1 with #A18AA7 are triadic colors.

2 #A78AA1 and #8AA1A7 with #A18AA7 are triadic colors.