COLOR #A1999B

HEX: #A1999B
RGB: (161,153,155)

Color info

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

RGB color model

#A1999B color RGB value is (161,153,155).

  • red value is 161;
  • green value is 153;
  • blue value is 155.
RGB:
(161,153,155)
(63%,60%,61%)

RGB channels and saturation

R 161 of 255 = 63%
G 153 of 255 = 60%
B 155 of 255 = 61%

161
153
155

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

Portions of RGB colors in percentages

R + G + B =
161 + 153 + 155 = 469 (100%)
R 161 of 469 ~ 34.33%
G 153 of 469 ~ 32.62%
B 155 of 469 ~ 33.05%

%34.33
%32.62
%33.05

CMYK color model

#A1999B color CMYK value is (0,5,4,37).

  • cyan value is 0.00%
  • magenta value is 4.97%
  • yellow value is 3.73%
  • key color value is 36.86%
CMYK:
(0,5,4,37)
C0M5Y4K37 
(0%,5%,4%,37%)
(0.00/0.05/0.04/0.37)	

CMYK percentages

%0
%4.97
%3.73
%36.86

Codes

Color #A1999B in popluar color models

A1999B
RGB161153155
HSL345°4.08%61.57%
HSB/HSV345°4.97%63.14%
CMYK0.00%4.97%3.73%
36.86%

Color #A1999B in popluar number systems.

HEXA1999B
Decimal161153155
Binary101000011001100110011011
Octal241231233

Shades and tints

Shades of #A1999B

#A1999B
(161,153,155)
#938C8D
(147,140,141)
#857F7F
(133,127,127)
#777271
(119,114,113)
#696563
(105,101,99)
#5B5855
(91,88,85)
#4D4B47
(77,75,71)
#3F3E39
(63,62,57)
#31312B
(49,49,43)
#23241D
(35,36,29)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #A1999B

#A1999B
(161,153,155)
#A9A2A4
(169,162,164)
#B1ABAD
(177,171,173)
#B9B4B6
(185,180,182)
#C1BDBF
(193,189,191)
#C9C6C8
(201,198,200)
#D1CFD1
(209,207,209)
#D9D8DA
(217,216,218)
#E1E1E3
(225,225,227)
#E9EAEC
(233,234,236)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1999B color. Also use rgb(161,153,155) instead hex code.

Text Font Color

.myTextColor { color: #A1999B; }

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

This text font color is #A1999B.


Background Color

.myBgColor { background-color: #A1999B; }

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

This div background color is #A1999B.


Border color

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

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

This div border color is #A1999B.


Opacity

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

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

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

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

This text has shadow with #A1999B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1999B on black background.


Color preview on white background

This text has color #A1999B on white background.



Black color preview on #A1999B background

This text has black color on #A1999B background.


White color preview on #A1999B background

This text has white color on #A1999B background.