COLOR #A7929C

HEX: #A7929C RGB: (167,146,156)

Color info

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

RGB color model

#A7929C color RGB value is (167,146,156).

RGB: (167,146,156) (65%, 57%, 61%)

RGB channels and saturation

R 167 of 255 = 65%
G 146 of 255 = 57%
B 156 of 255 = 61%

167
146
156

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

Portions of RGB colors in percentages

R + G + B = 167 + 146 + 156 = 469 (100%)
R 167 of 469 ~ 35.61%
G 146 of 469 ~ 31.13%
B 156 of 469 ~ 33.26'%

%35.61
%31.13
%33.26

CMYK color model

#A7929C color CMYK value is (0,13,7,35).

  • cyan value is 0.00%
  • magenta value is 12.57%
  • yellow value is 6.59%
  • key color value is 34.51%
CMYK: (0,13,7,35) C0M13Y7K35 (0%,13%,7%,35%) (0.00/0.13/0.07/0.35) 

CMYK percentages

%0
%12.57
%6.59
%34.51

Codes

Color #A7929C in popluar color models

A7 92 9C
RGB 167 146 156
HSL 331° 10.66% 61.37%
HSB/HSV 331° 12.57% 65.49%
CMYK 0.00% 12.57% 6.59%
34.51%

Color #A7929C in popluar number systems.

HEX A7 92 9C
Decimal 167 146 156
Binary 10100111 10010010 10011100
Octal 247 222 234

Shades and tints

Shades of #A7929C

#A7929C
(167,146,156)
#98858E
(152,133,142)
#897880
(137,120,128)
#7A6B72
(122,107,114)
#6B5E64
(107,94,100)
#5C5156
(92,81,86)
#4D4448
(77,68,72)
#3E373A
(62,55,58)
#2F2A2C
(47,42,44)
#201D1E
(32,29,30)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #A7929C

#A7929C
(167,146,156)
#AF9BA5
(175,155,165)
#B7A4AE
(183,164,174)
#BFADB7
(191,173,183)
#C7B6C0
(199,182,192)
#CFBFC9
(207,191,201)
#D7C8D2
(215,200,210)
#DFD1DB
(223,209,219)
#E7DAE4
(231,218,228)
#EFE3ED
(239,227,237)
#F7ECF6
(247,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7929C; }

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

This text font color is #A7929C.

Background Color

.myBgColor { background-color: #A7929C; }

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

This div background color is #A7929C.

Border color

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

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

This div border color is #A7929C.

Opacity

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

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

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

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

This text has shadow with #A7929C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7929C.

Preview

Color preview on black background

This text has color #A7929C on black background.


Color preview on white background

This text has color #A7929C on white background.


Black color preview on #A7929C background

This text has black color on #A7929C background.


White color preview on #A7929C background

This text has white color on #A7929C background.


Related colors

Complementary color

Complementary color for #hex is #586D63.


I love getcolorcode.com

Triadic colors

1 #9CA792 and #929CA7 with #A7929C are triadic colors.

2 #9C92A7 and #92A79C with #A7929C are triadic colors.