COLOR #A7806E

HEX: #A7806E RGB: (167,128,110)

Color info

#A7806E contains red, green and blue colors in about the same proportion. Web safe color of #A7806E is #996666 (or #966).

RGB color model

#A7806E color RGB value is (167,128,110).

RGB: (167,128,110) (65%, 50%, 43%)

RGB channels and saturation

R 167 of 255 = 65%
G 128 of 255 = 50%
B 110 of 255 = 43%

167
128
110

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

Portions of RGB colors in percentages

R + G + B = 167 + 128 + 110 = 405 (100%)
R 167 of 405 ~ 41.23%
G 128 of 405 ~ 31.6%
B 110 of 405 ~ 27.16'%

%41.23
%31.6
%27.16

CMYK color model

#A7806E color CMYK value is (0,23,34,35).

  • cyan value is 0.00%
  • magenta value is 23.35%
  • yellow value is 34.13%
  • key color value is 34.51%
CMYK: (0,23,34,35) C0M23Y34K35 (0%,23%,34%,35%) (0.00/0.23/0.34/0.35) 

CMYK percentages

%0
%23.35
%34.13
%34.51

Codes

Color #A7806E in popluar color models

A7 80 6E
RGB 167 128 110
HSL 19° 24.46% 54.31%
HSB/HSV 19° 34.13% 65.49%
CMYK 0.00% 23.35% 34.13%
34.51%

Color #A7806E in popluar number systems.

HEX A7 80 6E
Decimal 167 128 110
Binary 10100111 10000000 1101110
Octal 247 200 156

Shades and tints

Shades of #A7806E

#A7806E
(167,128,110)
#987564
(152,117,100)
#896A5A
(137,106,90)
#7A5F50
(122,95,80)
#6B5446
(107,84,70)
#5C493C
(92,73,60)
#4D3E32
(77,62,50)
#3E3328
(62,51,40)
#2F281E
(47,40,30)
#201D14
(32,29,20)
#11120A
(17,18,10)
#000000
(0,0,0)

Tints of #A7806E

#A7806E
(167,128,110)
#AF8B7B
(175,139,123)
#B79688
(183,150,136)
#BFA195
(191,161,149)
#C7ACA2
(199,172,162)
#CFB7AF
(207,183,175)
#D7C2BC
(215,194,188)
#DFCDC9
(223,205,201)
#E7D8D6
(231,216,214)
#EFE3E3
(239,227,227)
#F7EEF0
(247,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7806E color. Also use rgb(167,128,110) instead hex code.

Text Font Color

.myTextColor { color: #A7806E; }

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

This text font color is #A7806E.

Background Color

.myBgColor { background-color: #A7806E; }

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

This div background color is #A7806E.

Border color

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

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

This div border color is #A7806E.

Opacity

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

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

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

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

This text has shadow with #A7806E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7806E.

Preview

Color preview on black background

This text has color #A7806E on black background.


Color preview on white background

This text has color #A7806E on white background.


Black color preview on #A7806E background

This text has black color on #A7806E background.


White color preview on #A7806E background

This text has white color on #A7806E background.


Related colors

Complementary color

Complementary color for #hex is #587F91.


I love getcolorcode.com

Triadic colors

1 #6EA780 and #806EA7 with #A7806E are triadic colors.

2 #6E80A7 and #80A76E with #A7806E are triadic colors.