COLOR #A18AA4

HEX: #A18AA4 RGB: (161,138,164)

Color info

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

RGB color model

#A18AA4 color RGB value is (161,138,164).

RGB: (161,138,164) (63%, 54%, 64%)

RGB channels and saturation

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

161
138
164

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

Portions of RGB colors in percentages

R + G + B = 161 + 138 + 164 = 463 (100%)
R 161 of 463 ~ 34.77%
G 138 of 463 ~ 29.81%
B 164 of 463 ~ 35.42'%

%34.77
%29.81
%35.42

CMYK color model

#A18AA4 color CMYK value is (2,16,0,36).

  • cyan value is 1.83%
  • magenta value is 15.85%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (2,16,0,36)
C2M16Y0K36 (2%, 16%, 0%, 36%)
(0.02 / 0.16 / 0.00 / 0.36)

CMYK percentages

%1.83
%15.85
%0
%35.69

Codes

Color #A18AA4 in popluar color models

A1 8A A4
RGB 161 138 164
HSL 293° 12.50% 59.22%
HSB/HSV 293° 15.85% 64.31%
CMYK 1.83% 15.85% 0.00%
35.69%

Color #A18AA4 in popluar number systems.

HEX A1 8A A4
Decimal 161 138 164
Binary 10100001 10001010 10100100
Octal 241 212 244

Shades and tints

Shades of #A18AA4

#A18AA4
(161,138,164)
#937E96
(147,126,150)
#857288
(133,114,136)
#77667A
(119,102,122)
#695A6C
(105,90,108)
#5B4E5E
(91,78,94)
#4D4250
(77,66,80)
#3F3642
(63,54,66)
#312A34
(49,42,52)
#231E26
(35,30,38)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #A18AA4

#A18AA4
(161,138,164)
#A994AC
(169,148,172)
#B19EB4
(177,158,180)
#B9A8BC
(185,168,188)
#C1B2C4
(193,178,196)
#C9BCCC
(201,188,204)
#D1C6D4
(209,198,212)
#D9D0DC
(217,208,220)
#E1DAE4
(225,218,228)
#E9E4EC
(233,228,236)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18AA4; }

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

This text font color is #A18AA4.

Background Color

.myBgColor { background-color: #A18AA4; }

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

This div background color is #A18AA4.

Border color

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

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

This div border color is #A18AA4.

Opacity

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

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

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

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

This text has shadow with #A18AA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18AA4.

Preview

Color preview on black background

This text has color #A18AA4 on black background.


Color preview on white background

This text has color #A18AA4 on white background.


Black color preview on #A18AA4 background

This text has black color on #A18AA4 background.


White color preview on #A18AA4 background

This text has white color on #A18AA4 background.


Related colors

Complementary color

Complementary color for #hex is #5E755B.


I love getcolorcode.com

Triadic colors

1 #A4A18A and #8AA4A1 with #A18AA4 are triadic colors.

2 #A48AA1 and #8AA1A4 with #A18AA4 are triadic colors.