COLOR #A99BA8

HEX: #A99BA8 RGB: (169,155,168)

Color info

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

RGB color model

#A99BA8 color RGB value is (169,155,168).

RGB: (169,155,168) (66%, 61%, 66%)

RGB channels and saturation

R 169 of 255 = 66%
G 155 of 255 = 61%
B 168 of 255 = 66%

169
155
168

R + G + B ~ 64%. #A99BA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 155 + 168 = 492 (100%)
R 169 of 492 ~ 34.35%
G 155 of 492 ~ 31.5%
B 168 of 492 ~ 34.15'%

%34.35
%31.5
%34.15

CMYK color model

#A99BA8 color CMYK value is (0,8,1,34).

  • cyan value is 0.00%
  • magenta value is 8.28%
  • yellow value is 0.59%
  • key color value is 33.73%

CMYK: (0,8,1,34)
C0M8Y1K34 (0%, 8%, 1%, 34%)
(0.00 / 0.08 / 0.01 / 0.34)

CMYK percentages

%0
%8.28
%0.59
%33.73

Codes

Color #A99BA8 in popluar color models

A9 9B A8
RGB 169 155 168
HSL 304° 7.53% 63.53%
HSB/HSV 304° 8.28% 66.27%
CMYK 0.00% 8.28% 0.59%
33.73%

Color #A99BA8 in popluar number systems.

HEX A9 9B A8
Decimal 169 155 168
Binary 10101001 10011011 10101000
Octal 251 233 250

Shades and tints

Shades of #A99BA8

#A99BA8
(169,155,168)
#9A8D99
(154,141,153)
#8B7F8A
(139,127,138)
#7C717B
(124,113,123)
#6D636C
(109,99,108)
#5E555D
(94,85,93)
#4F474E
(79,71,78)
#40393F
(64,57,63)
#312B30
(49,43,48)
#221D21
(34,29,33)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #A99BA8

#A99BA8
(169,155,168)
#B0A4AF
(176,164,175)
#B7ADB6
(183,173,182)
#BEB6BD
(190,182,189)
#C5BFC4
(197,191,196)
#CCC8CB
(204,200,203)
#D3D1D2
(211,209,210)
#DADAD9
(218,218,217)
#E1E3E0
(225,227,224)
#E8ECE7
(232,236,231)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99BA8; }

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

This text font color is #A99BA8.

Background Color

.myBgColor { background-color: #A99BA8; }

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

This div background color is #A99BA8.

Border color

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

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

This div border color is #A99BA8.

Opacity

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

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

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

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

This text has shadow with #A99BA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99BA8.

Preview

Color preview on black background

This text has color #A99BA8 on black background.


Color preview on white background

This text has color #A99BA8 on white background.


Black color preview on #A99BA8 background

This text has black color on #A99BA8 background.


White color preview on #A99BA8 background

This text has white color on #A99BA8 background.


Related colors

Complementary color

Complementary color for #hex is #566457.


I love getcolorcode.com

Triadic colors

1 #A8A99B and #9BA8A9 with #A99BA8 are triadic colors.

2 #A89BA9 and #9BA9A8 with #A99BA8 are triadic colors.