COLOR #A7886E

HEX: #A7886E
RGB: (167,136,110)

Color info

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

RGB color model

#A7886E color RGB value is (167,136,110).

  • red value is 167;
  • green value is 136;
  • blue value is 110.
RGB:
(167,136,110)
(65%,53%,43%)

RGB channels and saturation

R 167 of 255 = 65%
G 136 of 255 = 53%
B 110 of 255 = 43%

167
136
110

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

Portions of RGB colors in percentages

R + G + B =
167 + 136 + 110 = 413 (100%)
R 167 of 413 ~ 40.44%
G 136 of 413 ~ 32.93%
B 110 of 413 ~ 26.63%

%40.44
%32.93
%26.63

CMYK color model

#A7886E color CMYK value is (0,19,34,35).

  • cyan value is 0.00%
  • magenta value is 18.56%
  • yellow value is 34.13%
  • key color value is 34.51%
CMYK:
(0,19,34,35)
C0M19Y34K35 
(0%,19%,34%,35%)
(0.00/0.19/0.34/0.35)	

CMYK percentages

%0
%18.56
%34.13
%34.51

Codes

Color #A7886E in popluar color models

A7886E
RGB167136110
HSL27°24.46%54.31%
HSB/HSV27°34.13%65.49%
CMYK0.00%18.56%34.13%
34.51%

Color #A7886E in popluar number systems.

HEXA7886E
Decimal167136110
Binary10100111100010001101110
Octal247210156

Shades and tints

Shades of #A7886E

#A7886E
(167,136,110)
#987C64
(152,124,100)
#89705A
(137,112,90)
#7A6450
(122,100,80)
#6B5846
(107,88,70)
#5C4C3C
(92,76,60)
#4D4032
(77,64,50)
#3E3428
(62,52,40)
#2F281E
(47,40,30)
#201C14
(32,28,20)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #A7886E

#A7886E
(167,136,110)
#AF927B
(175,146,123)
#B79C88
(183,156,136)
#BFA695
(191,166,149)
#C7B0A2
(199,176,162)
#CFBAAF
(207,186,175)
#D7C4BC
(215,196,188)
#DFCEC9
(223,206,201)
#E7D8D6
(231,216,214)
#EFE2E3
(239,226,227)
#F7ECF0
(247,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7886E; }

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

This text font color is #A7886E.


Background Color

.myBgColor { background-color: #A7886E; }

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

This div background color is #A7886E.


Border color

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

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

This div border color is #A7886E.


Opacity

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

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

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

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

This text has shadow with #A7886E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7886E on black background.


Color preview on white background

This text has color #A7886E on white background.



Black color preview on #A7886E background

This text has black color on #A7886E background.


White color preview on #A7886E background

This text has white color on #A7886E background.