COLOR #A19BA8

HEX: #A19BA8 RGB: (161,155,168)

Color info

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

RGB color model

#A19BA8 color RGB value is (161,155,168).

RGB: (161,155,168) (63%, 61%, 66%)

RGB channels and saturation

R 161 of 255 = 63%
G 155 of 255 = 61%
B 168 of 255 = 66%

161
155
168

R + G + B ~ 63%. #A19BA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 155 + 168 = 484 (100%)
R 161 of 484 ~ 33.26%
G 155 of 484 ~ 32.02%
B 168 of 484 ~ 34.71'%

%33.26
%32.02
%34.71

CMYK color model

#A19BA8 color CMYK value is (4,8,0,34).

  • cyan value is 4.17%
  • magenta value is 7.74%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (4,8,0,34)
C4M8Y0K34 (4%, 8%, 0%, 34%)
(0.04 / 0.08 / 0.00 / 0.34)

CMYK percentages

%4.17
%7.74
%0
%34.12

Codes

Color #A19BA8 in popluar color models

A1 9B A8
RGB 161 155 168
HSL 268° 6.95% 63.33%
HSB/HSV 268° 7.74% 65.88%
CMYK 4.17% 7.74% 0.00%
34.12%

Color #A19BA8 in popluar number systems.

HEX A1 9B A8
Decimal 161 155 168
Binary 10100001 10011011 10101000
Octal 241 233 250

Shades and tints

Shades of #A19BA8

#A19BA8
(161,155,168)
#938D99
(147,141,153)
#857F8A
(133,127,138)
#77717B
(119,113,123)
#69636C
(105,99,108)
#5B555D
(91,85,93)
#4D474E
(77,71,78)
#3F393F
(63,57,63)
#312B30
(49,43,48)
#231D21
(35,29,33)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #A19BA8

#A19BA8
(161,155,168)
#A9A4AF
(169,164,175)
#B1ADB6
(177,173,182)
#B9B6BD
(185,182,189)
#C1BFC4
(193,191,196)
#C9C8CB
(201,200,203)
#D1D1D2
(209,209,210)
#D9DAD9
(217,218,217)
#E1E3E0
(225,227,224)
#E9ECE7
(233,236,231)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19BA8; }

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

This text font color is #A19BA8.

Background Color

.myBgColor { background-color: #A19BA8; }

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

This div background color is #A19BA8.

Border color

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

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

This div border color is #A19BA8.

Opacity

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

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

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

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

This text has shadow with #A19BA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A19BA8.

Preview

Color preview on black background

This text has color #A19BA8 on black background.


Color preview on white background

This text has color #A19BA8 on white background.


Black color preview on #A19BA8 background

This text has black color on #A19BA8 background.


White color preview on #A19BA8 background

This text has white color on #A19BA8 background.


Related colors

Complementary color

Complementary color for #hex is #5E6457.


I love getcolorcode.com

Triadic colors

1 #A8A19B and #9BA8A1 with #A19BA8 are triadic colors.

2 #A89BA1 and #9BA1A8 with #A19BA8 are triadic colors.