COLOR #A8929D

HEX: #A8929D RGB: (168,146,157)

Color info

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

RGB color model

#A8929D color RGB value is (168,146,157).

RGB: (168,146,157) (66%, 57%, 62%)

RGB channels and saturation

R 168 of 255 = 66%
G 146 of 255 = 57%
B 157 of 255 = 62%

168
146
157

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

Portions of RGB colors in percentages

R + G + B = 168 + 146 + 157 = 471 (100%)
R 168 of 471 ~ 35.67%
G 146 of 471 ~ 31%
B 157 of 471 ~ 33.33'%

%35.67
%31
%33.33

CMYK color model

#A8929D color CMYK value is (0,13,7,34).

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 6.55%
  • key color value is 34.12%

CMYK: (0,13,7,34)
C0M13Y7K34 (0%, 13%, 7%, 34%)
(0.00 / 0.13 / 0.07 / 0.34)

CMYK percentages

%0
%13.1
%6.55
%34.12

Codes

Color #A8929D in popluar color models

A8 92 9D
RGB 168 146 157
HSL 330° 11.22% 61.57%
HSB/HSV 330° 13.10% 65.88%
CMYK 0.00% 13.10% 6.55%
34.12%

Color #A8929D in popluar number systems.

HEX A8 92 9D
Decimal 168 146 157
Binary 10101000 10010010 10011101
Octal 250 222 235

Shades and tints

Shades of #A8929D

#A8929D
(168,146,157)
#99858F
(153,133,143)
#8A7881
(138,120,129)
#7B6B73
(123,107,115)
#6C5E65
(108,94,101)
#5D5157
(93,81,87)
#4E4449
(78,68,73)
#3F373B
(63,55,59)
#302A2D
(48,42,45)
#211D1F
(33,29,31)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #A8929D

#A8929D
(168,146,157)
#AF9BA5
(175,155,165)
#B6A4AD
(182,164,173)
#BDADB5
(189,173,181)
#C4B6BD
(196,182,189)
#CBBFC5
(203,191,197)
#D2C8CD
(210,200,205)
#D9D1D5
(217,209,213)
#E0DADD
(224,218,221)
#E7E3E5
(231,227,229)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8929D color. Also use rgb(168,146,157) instead hex code.

Text Font Color

.myTextColor { color: #A8929D; }

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

This text font color is #A8929D.

Background Color

.myBgColor { background-color: #A8929D; }

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

This div background color is #A8929D.

Border color

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

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

This div border color is #A8929D.

Opacity

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

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

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

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

This text has shadow with #A8929D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8929D.

Preview

Color preview on black background

This text has color #A8929D on black background.


Color preview on white background

This text has color #A8929D on white background.


Black color preview on #A8929D background

This text has black color on #A8929D background.


White color preview on #A8929D background

This text has white color on #A8929D background.


Related colors

Complementary color

Complementary color for #hex is #576D62.


I love getcolorcode.com

Triadic colors

1 #9DA892 and #929DA8 with #A8929D are triadic colors.

2 #9D92A8 and #92A89D with #A8929D are triadic colors.