COLOR #A7909C

HEX: #A7909C RGB: (167,144,156)

Color info

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

RGB color model

#A7909C color RGB value is (167,144,156).

RGB: (167,144,156) (65%, 56%, 61%)

RGB channels and saturation

R 167 of 255 = 65%
G 144 of 255 = 56%
B 156 of 255 = 61%

167
144
156

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

Portions of RGB colors in percentages

R + G + B = 167 + 144 + 156 = 467 (100%)
R 167 of 467 ~ 35.76%
G 144 of 467 ~ 30.84%
B 156 of 467 ~ 33.4'%

%35.76
%30.84
%33.4

CMYK color model

#A7909C color CMYK value is (0,14,7,35).

  • cyan value is 0.00%
  • magenta value is 13.77%
  • yellow value is 6.59%
  • key color value is 34.51%

CMYK: (0,14,7,35)
C0M14Y7K35 (0%, 14%, 7%, 35%)
(0.00 / 0.14 / 0.07 / 0.35)

CMYK percentages

%0
%13.77
%6.59
%34.51

Codes

Color #A7909C in popluar color models

A7 90 9C
RGB 167 144 156
HSL 329° 11.56% 60.98%
HSB/HSV 329° 13.77% 65.49%
CMYK 0.00% 13.77% 6.59%
34.51%

Color #A7909C in popluar number systems.

HEX A7 90 9C
Decimal 167 144 156
Binary 10100111 10010000 10011100
Octal 247 220 234

Shades and tints

Shades of #A7909C

#A7909C
(167,144,156)
#98838E
(152,131,142)
#897680
(137,118,128)
#7A6972
(122,105,114)
#6B5C64
(107,92,100)
#5C4F56
(92,79,86)
#4D4248
(77,66,72)
#3E353A
(62,53,58)
#2F282C
(47,40,44)
#201B1E
(32,27,30)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #A7909C

#A7909C
(167,144,156)
#AF9AA5
(175,154,165)
#B7A4AE
(183,164,174)
#BFAEB7
(191,174,183)
#C7B8C0
(199,184,192)
#CFC2C9
(207,194,201)
#D7CCD2
(215,204,210)
#DFD6DB
(223,214,219)
#E7E0E4
(231,224,228)
#EFEAED
(239,234,237)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7909C; }

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

This text font color is #A7909C.

Background Color

.myBgColor { background-color: #A7909C; }

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

This div background color is #A7909C.

Border color

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

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

This div border color is #A7909C.

Opacity

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

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

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

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

This text has shadow with #A7909C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7909C.

Preview

Color preview on black background

This text has color #A7909C on black background.


Color preview on white background

This text has color #A7909C on white background.


Black color preview on #A7909C background

This text has black color on #A7909C background.


White color preview on #A7909C background

This text has white color on #A7909C background.


Related colors

Complementary color

Complementary color for #hex is #586F63.


I love getcolorcode.com

Triadic colors

1 #9CA790 and #909CA7 with #A7909C are triadic colors.

2 #9C90A7 and #90A79C with #A7909C are triadic colors.