COLOR #A1969B

HEX: #A1969B
RGB: (161,150,155)

Color info

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

RGB color model

#A1969B color RGB value is (161,150,155).

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

RGB channels and saturation

R 161 of 255 = 63%
G 150 of 255 = 59%
B 155 of 255 = 61%

161
150
155

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

Portions of RGB colors in percentages

R + G + B =
161 + 150 + 155 = 466 (100%)
R 161 of 466 ~ 34.55%
G 150 of 466 ~ 32.19%
B 155 of 466 ~ 33.26%

%34.55
%32.19
%33.26

CMYK color model

#A1969B color CMYK value is (0,7,4,37).

  • cyan value is 0.00%
  • magenta value is 6.83%
  • yellow value is 3.73%
  • key color value is 36.86%
CMYK:
(0,7,4,37)
C0M7Y4K37 
(0%,7%,4%,37%)
(0.00/0.07/0.04/0.37)	

CMYK percentages

%0
%6.83
%3.73
%36.86

Codes

Color #A1969B in popluar color models

A1969B
RGB161150155
HSL333°5.53%60.98%
HSB/HSV333°6.83%63.14%
CMYK0.00%6.83%3.73%
36.86%

Color #A1969B in popluar number systems.

HEXA1969B
Decimal161150155
Binary101000011001011010011011
Octal241226233

Shades and tints

Shades of #A1969B

#A1969B
(161,150,155)
#93898D
(147,137,141)
#857C7F
(133,124,127)
#776F71
(119,111,113)
#696263
(105,98,99)
#5B5555
(91,85,85)
#4D4847
(77,72,71)
#3F3B39
(63,59,57)
#312E2B
(49,46,43)
#23211D
(35,33,29)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #A1969B

#A1969B
(161,150,155)
#A99FA4
(169,159,164)
#B1A8AD
(177,168,173)
#B9B1B6
(185,177,182)
#C1BABF
(193,186,191)
#C9C3C8
(201,195,200)
#D1CCD1
(209,204,209)
#D9D5DA
(217,213,218)
#E1DEE3
(225,222,227)
#E9E7EC
(233,231,236)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1969B; }

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

This text font color is #A1969B.


Background Color

.myBgColor { background-color: #A1969B; }

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

This div background color is #A1969B.


Border color

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

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

This div border color is #A1969B.


Opacity

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

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

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

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

This text has shadow with #A1969B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1969B on black background.


Color preview on white background

This text has color #A1969B on white background.



Black color preview on #A1969B background

This text has black color on #A1969B background.


White color preview on #A1969B background

This text has white color on #A1969B background.