COLOR #A7867E

HEX: #A7867E RGB: (167,134,126)

Color info

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

RGB color model

#A7867E color RGB value is (167,134,126).

RGB: (167,134,126) (65%, 53%, 49%)

RGB channels and saturation

R 167 of 255 = 65%
G 134 of 255 = 53%
B 126 of 255 = 49%

167
134
126

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

Portions of RGB colors in percentages

R + G + B = 167 + 134 + 126 = 427 (100%)
R 167 of 427 ~ 39.11%
G 134 of 427 ~ 31.38%
B 126 of 427 ~ 29.51'%

%39.11
%31.38
%29.51

CMYK color model

#A7867E color CMYK value is (0,20,25,35).

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

CMYK: (0,20,25,35)
C0M20Y25K35 (0%, 20%, 25%, 35%)
(0.00 / 0.20 / 0.25 / 0.35)

CMYK percentages

%0
%19.76
%24.55
%34.51

Codes

Color #A7867E in popluar color models

A7 86 7E
RGB 167 134 126
HSL 12° 18.89% 57.45%
HSB/HSV 12° 24.55% 65.49%
CMYK 0.00% 19.76% 24.55%
34.51%

Color #A7867E in popluar number systems.

HEX A7 86 7E
Decimal 167 134 126
Binary 10100111 10000110 1111110
Octal 247 206 176

Shades and tints

Shades of #A7867E

#A7867E
(167,134,126)
#987A73
(152,122,115)
#896E68
(137,110,104)
#7A625D
(122,98,93)
#6B5652
(107,86,82)
#5C4A47
(92,74,71)
#4D3E3C
(77,62,60)
#3E3231
(62,50,49)
#2F2626
(47,38,38)
#201A1B
(32,26,27)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #A7867E

#A7867E
(167,134,126)
#AF9189
(175,145,137)
#B79C94
(183,156,148)
#BFA79F
(191,167,159)
#C7B2AA
(199,178,170)
#CFBDB5
(207,189,181)
#D7C8C0
(215,200,192)
#DFD3CB
(223,211,203)
#E7DED6
(231,222,214)
#EFE9E1
(239,233,225)
#F7F4EC
(247,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7867E; }

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

This text font color is #A7867E.

Background Color

.myBgColor { background-color: #A7867E; }

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

This div background color is #A7867E.

Border color

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

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

This div border color is #A7867E.

Opacity

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

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

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

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

This text has shadow with #A7867E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7867E.

Preview

Color preview on black background

This text has color #A7867E on black background.


Color preview on white background

This text has color #A7867E on white background.


Black color preview on #A7867E background

This text has black color on #A7867E background.


White color preview on #A7867E background

This text has white color on #A7867E background.


Related colors

Complementary color

Complementary color for #hex is #587981.


I love getcolorcode.com

Triadic colors

1 #7EA786 and #867EA7 with #A7867E are triadic colors.

2 #7E86A7 and #86A77E with #A7867E are triadic colors.