COLOR #A8999B

HEX: #A8999B RGB: (168,153,155)

Color info

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

RGB color model

#A8999B color RGB value is (168,153,155).

RGB: (168,153,155) (66%, 60%, 61%)

RGB channels and saturation

R 168 of 255 = 66%
G 153 of 255 = 60%
B 155 of 255 = 61%

168
153
155

R + G + B ~ 62%. #A8999B is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 153 + 155 = 476 (100%)
R 168 of 476 ~ 35.29%
G 153 of 476 ~ 32.14%
B 155 of 476 ~ 32.56'%

%35.29
%32.14
%32.56

CMYK color model

#A8999B color CMYK value is (0,9,8,34).

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

CMYK: (0,9,8,34)
C0M9Y8K34 (0%, 9%, 8%, 34%)
(0.00 / 0.09 / 0.08 / 0.34)

CMYK percentages

%0
%8.93
%7.74
%34.12

Codes

Color #A8999B in popluar color models

A8 99 9B
RGB 168 153 155
HSL 352° 7.94% 62.94%
HSB/HSV 352° 8.93% 65.88%
CMYK 0.00% 8.93% 7.74%
34.12%

Color #A8999B in popluar number systems.

HEX A8 99 9B
Decimal 168 153 155
Binary 10101000 10011001 10011011
Octal 250 231 233

Shades and tints

Shades of #A8999B

#A8999B
(168,153,155)
#998C8D
(153,140,141)
#8A7F7F
(138,127,127)
#7B7271
(123,114,113)
#6C6563
(108,101,99)
#5D5855
(93,88,85)
#4E4B47
(78,75,71)
#3F3E39
(63,62,57)
#30312B
(48,49,43)
#21241D
(33,36,29)
#12170F
(18,23,15)
#000000
(0,0,0)

Tints of #A8999B

#A8999B
(168,153,155)
#AFA2A4
(175,162,164)
#B6ABAD
(182,171,173)
#BDB4B6
(189,180,182)
#C4BDBF
(196,189,191)
#CBC6C8
(203,198,200)
#D2CFD1
(210,207,209)
#D9D8DA
(217,216,218)
#E0E1E3
(224,225,227)
#E7EAEC
(231,234,236)
#EEF3F5
(238,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8999B; }

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

This text font color is #A8999B.

Background Color

.myBgColor { background-color: #A8999B; }

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

This div background color is #A8999B.

Border color

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

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

This div border color is #A8999B.

Opacity

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

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

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

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

This text has shadow with #A8999B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8999B.

Preview

Color preview on black background

This text has color #A8999B on black background.


Color preview on white background

This text has color #A8999B on white background.


Black color preview on #A8999B background

This text has black color on #A8999B background.


White color preview on #A8999B background

This text has white color on #A8999B background.


Related colors

Complementary color

Complementary color for #hex is #576664.


I love getcolorcode.com

Triadic colors

1 #9BA899 and #999BA8 with #A8999B are triadic colors.

2 #9B99A8 and #99A89B with #A8999B are triadic colors.