COLOR #A99BA0

HEX: #A99BA0
RGB: (169,155,160)

Color info

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

RGB color model

#A99BA0 color RGB value is (169,155,160).

  • red value is 169;
  • green value is 155;
  • blue value is 160.
RGB:
(169,155,160)
(66%,61%,63%)

RGB channels and saturation

R 169 of 255 = 66%
G 155 of 255 = 61%
B 160 of 255 = 63%

169
155
160

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

Portions of RGB colors in percentages

R + G + B =
169 + 155 + 160 = 484 (100%)
R 169 of 484 ~ 34.92%
G 155 of 484 ~ 32.02%
B 160 of 484 ~ 33.06%

%34.92
%32.02
%33.06

CMYK color model

#A99BA0 color CMYK value is (0,8,5,34).

  • cyan value is 0.00%
  • magenta value is 8.28%
  • yellow value is 5.33%
  • key color value is 33.73%
CMYK:
(0,8,5,34)
C0M8Y5K34 
(0%,8%,5%,34%)
(0.00/0.08/0.05/0.34)	

CMYK percentages

%0
%8.28
%5.33
%33.73

Codes

Color #A99BA0 in popluar color models

A99BA0
RGB169155160
HSL339°7.53%63.53%
HSB/HSV339°8.28%66.27%
CMYK0.00%8.28%5.33%
33.73%

Color #A99BA0 in popluar number systems.

HEXA99BA0
Decimal169155160
Binary101010011001101110100000
Octal251233240

Shades and tints

Shades of #A99BA0

#A99BA0
(169,155,160)
#9A8D92
(154,141,146)
#8B7F84
(139,127,132)
#7C7176
(124,113,118)
#6D6368
(109,99,104)
#5E555A
(94,85,90)
#4F474C
(79,71,76)
#40393E
(64,57,62)
#312B30
(49,43,48)
#221D22
(34,29,34)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #A99BA0

#A99BA0
(169,155,160)
#B0A4A8
(176,164,168)
#B7ADB0
(183,173,176)
#BEB6B8
(190,182,184)
#C5BFC0
(197,191,192)
#CCC8C8
(204,200,200)
#D3D1D0
(211,209,208)
#DADAD8
(218,218,216)
#E1E3E0
(225,227,224)
#E8ECE8
(232,236,232)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99BA0 color. Also use rgb(169,155,160) instead hex code.

Text Font Color

.myTextColor { color: #A99BA0; }

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

This text font color is #A99BA0.


Background Color

.myBgColor { background-color: #A99BA0; }

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

This div background color is #A99BA0.


Border color

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

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

This div border color is #A99BA0.


Opacity

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

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

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

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

This text has shadow with #A99BA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99BA0 on black background.


Color preview on white background

This text has color #A99BA0 on white background.



Black color preview on #A99BA0 background

This text has black color on #A99BA0 background.


White color preview on #A99BA0 background

This text has white color on #A99BA0 background.