COLOR #A188A0

HEX: #A188A0
RGB: (161,136,160)

Color info

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

RGB color model

#A188A0 color RGB value is (161,136,160).

  • red value is 161;
  • green value is 136;
  • blue value is 160.
RGB:
(161,136,160)
(63%,53%,63%)

RGB channels and saturation

R 161 of 255 = 63%
G 136 of 255 = 53%
B 160 of 255 = 63%

161
136
160

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

Portions of RGB colors in percentages

R + G + B =
161 + 136 + 160 = 457 (100%)
R 161 of 457 ~ 35.23%
G 136 of 457 ~ 29.76%
B 160 of 457 ~ 35.01%

%35.23
%29.76
%35.01

CMYK color model

#A188A0 color CMYK value is (0,16,1,37).

  • cyan value is 0.00%
  • magenta value is 15.53%
  • yellow value is 0.62%
  • key color value is 36.86%
CMYK:
(0,16,1,37)
C0M16Y1K37 
(0%,16%,1%,37%)
(0.00/0.16/0.01/0.37)	

CMYK percentages

%0
%15.53
%0.62
%36.86

Codes

Color #A188A0 in popluar color models

A188A0
RGB161136160
HSL302°11.74%58.24%
HSB/HSV302°15.53%63.14%
CMYK0.00%15.53%0.62%
36.86%

Color #A188A0 in popluar number systems.

HEXA188A0
Decimal161136160
Binary101000011000100010100000
Octal241210240

Shades and tints

Shades of #A188A0

#A188A0
(161,136,160)
#937C92
(147,124,146)
#857084
(133,112,132)
#776476
(119,100,118)
#695868
(105,88,104)
#5B4C5A
(91,76,90)
#4D404C
(77,64,76)
#3F343E
(63,52,62)
#312830
(49,40,48)
#231C22
(35,28,34)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #A188A0

#A188A0
(161,136,160)
#A992A8
(169,146,168)
#B19CB0
(177,156,176)
#B9A6B8
(185,166,184)
#C1B0C0
(193,176,192)
#C9BAC8
(201,186,200)
#D1C4D0
(209,196,208)
#D9CED8
(217,206,216)
#E1D8E0
(225,216,224)
#E9E2E8
(233,226,232)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A188A0 color. Also use rgb(161,136,160) instead hex code.

Text Font Color

.myTextColor { color: #A188A0; }

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

This text font color is #A188A0.


Background Color

.myBgColor { background-color: #A188A0; }

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

This div background color is #A188A0.


Border color

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

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

This div border color is #A188A0.


Opacity

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

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

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

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

This text has shadow with #A188A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A188A0 on black background.


Color preview on white background

This text has color #A188A0 on white background.



Black color preview on #A188A0 background

This text has black color on #A188A0 background.


White color preview on #A188A0 background

This text has white color on #A188A0 background.