COLOR #A7907E

HEX: #A7907E RGB: (167,144,126)

Color info

#A7907E contains red, green and blue colors in about the same proportion. Web safe color of #A7907E is #999966 (or #996).

RGB color model

#A7907E color RGB value is (167,144,126).

RGB: (167,144,126) (65%, 56%, 49%)

RGB channels and saturation

R 167 of 255 = 65%
G 144 of 255 = 56%
B 126 of 255 = 49%

167
144
126

R + G + B ~ 57%. #A7907E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 167 + 144 + 126 = 437 (100%)
R 167 of 437 ~ 38.22%
G 144 of 437 ~ 32.95%
B 126 of 437 ~ 28.83'%

%38.22
%32.95
%28.83

CMYK color model

#A7907E color CMYK value is (0,14,25,35).

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

CMYK: (0,14,25,35)
C0M14Y25K35 (0%, 14%, 25%, 35%)
(0.00 / 0.14 / 0.25 / 0.35)

CMYK percentages

%0
%13.77
%24.55
%34.51

Codes

Color #A7907E in popluar color models

A7 90 7E
RGB 167 144 126
HSL 26° 18.89% 57.45%
HSB/HSV 26° 24.55% 65.49%
CMYK 0.00% 13.77% 24.55%
34.51%

Color #A7907E in popluar number systems.

HEX A7 90 7E
Decimal 167 144 126
Binary 10100111 10010000 1111110
Octal 247 220 176

Shades and tints

Shades of #A7907E

#A7907E
(167,144,126)
#988373
(152,131,115)
#897668
(137,118,104)
#7A695D
(122,105,93)
#6B5C52
(107,92,82)
#5C4F47
(92,79,71)
#4D423C
(77,66,60)
#3E3531
(62,53,49)
#2F2826
(47,40,38)
#201B1B
(32,27,27)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #A7907E

#A7907E
(167,144,126)
#AF9A89
(175,154,137)
#B7A494
(183,164,148)
#BFAE9F
(191,174,159)
#C7B8AA
(199,184,170)
#CFC2B5
(207,194,181)
#D7CCC0
(215,204,192)
#DFD6CB
(223,214,203)
#E7E0D6
(231,224,214)
#EFEAE1
(239,234,225)
#F7F4EC
(247,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7907E; }

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

This text font color is #A7907E.

Background Color

.myBgColor { background-color: #A7907E; }

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

This div background color is #A7907E.

Border color

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

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

This div border color is #A7907E.

Opacity

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

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

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

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

This text has shadow with #A7907E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7907E.

Preview

Color preview on black background

This text has color #A7907E on black background.


Color preview on white background

This text has color #A7907E on white background.


Black color preview on #A7907E background

This text has black color on #A7907E background.


White color preview on #A7907E background

This text has white color on #A7907E background.


Related colors

Complementary color

Complementary color for #hex is #586F81.


I love getcolorcode.com

Triadic colors

1 #7EA790 and #907EA7 with #A7907E are triadic colors.

2 #7E90A7 and #90A77E with #A7907E are triadic colors.