COLOR #A7929E

HEX: #A7929E RGB: (167,146,158)

Color info

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

RGB color model

#A7929E color RGB value is (167,146,158).

RGB: (167,146,158) (65%, 57%, 62%)

RGB channels and saturation

R 167 of 255 = 65%
G 146 of 255 = 57%
B 158 of 255 = 62%

167
146
158

R + G + B ~ 61%. #A7929E is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 146 + 158 = 471 (100%)
R 167 of 471 ~ 35.46%
G 146 of 471 ~ 31%
B 158 of 471 ~ 33.55'%

%35.46
%31
%33.55

CMYK color model

#A7929E color CMYK value is (0,13,5,35).

  • cyan value is 0.00%
  • magenta value is 12.57%
  • yellow value is 5.39%
  • key color value is 34.51%

CMYK: (0,13,5,35)
C0M13Y5K35 (0%, 13%, 5%, 35%)
(0.00 / 0.13 / 0.05 / 0.35)

CMYK percentages

%0
%12.57
%5.39
%34.51

Codes

Color #A7929E in popluar color models

A7 92 9E
RGB 167 146 158
HSL 326° 10.66% 61.37%
HSB/HSV 326° 12.57% 65.49%
CMYK 0.00% 12.57% 5.39%
34.51%

Color #A7929E in popluar number systems.

HEX A7 92 9E
Decimal 167 146 158
Binary 10100111 10010010 10011110
Octal 247 222 236

Shades and tints

Shades of #A7929E

#A7929E
(167,146,158)
#988590
(152,133,144)
#897882
(137,120,130)
#7A6B74
(122,107,116)
#6B5E66
(107,94,102)
#5C5158
(92,81,88)
#4D444A
(77,68,74)
#3E373C
(62,55,60)
#2F2A2E
(47,42,46)
#201D20
(32,29,32)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #A7929E

#A7929E
(167,146,158)
#AF9BA6
(175,155,166)
#B7A4AE
(183,164,174)
#BFADB6
(191,173,182)
#C7B6BE
(199,182,190)
#CFBFC6
(207,191,198)
#D7C8CE
(215,200,206)
#DFD1D6
(223,209,214)
#E7DADE
(231,218,222)
#EFE3E6
(239,227,230)
#F7ECEE
(247,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7929E color. Also use rgb(167,146,158) instead hex code.

Text Font Color

.myTextColor { color: #A7929E; }

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

This text font color is #A7929E.

Background Color

.myBgColor { background-color: #A7929E; }

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

This div background color is #A7929E.

Border color

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

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

This div border color is #A7929E.

Opacity

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

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

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

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

This text has shadow with #A7929E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7929E.

Preview

Color preview on black background

This text has color #A7929E on black background.


Color preview on white background

This text has color #A7929E on white background.


Black color preview on #A7929E background

This text has black color on #A7929E background.


White color preview on #A7929E background

This text has white color on #A7929E background.


Related colors

Complementary color

Complementary color for #hex is #586D61.


I love getcolorcode.com

Triadic colors

1 #9EA792 and #929EA7 with #A7929E are triadic colors.

2 #9E92A7 and #92A79E with #A7929E are triadic colors.