COLOR #A7887A

HEX: #A7887A
RGB: (167,136,122)

Color info

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

RGB color model

#A7887A color RGB value is (167,136,122).

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

RGB channels and saturation

R 167 of 255 = 65%
G 136 of 255 = 53%
B 122 of 255 = 48%

167
136
122

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

Portions of RGB colors in percentages

R + G + B =
167 + 136 + 122 = 425 (100%)
R 167 of 425 ~ 39.29%
G 136 of 425 ~ 32%
B 122 of 425 ~ 28.71%

%39.29
%32
%28.71

CMYK color model

#A7887A color CMYK value is (0,19,27,35).

  • cyan value is 0.00%
  • magenta value is 18.56%
  • yellow value is 26.95%
  • key color value is 34.51%
CMYK:
(0,19,27,35)
C0M19Y27K35 
(0%,19%,27%,35%)
(0.00/0.19/0.27/0.35)	

CMYK percentages

%0
%18.56
%26.95
%34.51

Codes

Color #A7887A in popluar color models

A7887A
RGB167136122
HSL19°20.36%56.67%
HSB/HSV19°26.95%65.49%
CMYK0.00%18.56%26.95%
34.51%

Color #A7887A in popluar number systems.

HEXA7887A
Decimal167136122
Binary10100111100010001111010
Octal247210172

Shades and tints

Shades of #A7887A

#A7887A
(167,136,122)
#987C6F
(152,124,111)
#897064
(137,112,100)
#7A6459
(122,100,89)
#6B584E
(107,88,78)
#5C4C43
(92,76,67)
#4D4038
(77,64,56)
#3E342D
(62,52,45)
#2F2822
(47,40,34)
#201C17
(32,28,23)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #A7887A

#A7887A
(167,136,122)
#AF9286
(175,146,134)
#B79C92
(183,156,146)
#BFA69E
(191,166,158)
#C7B0AA
(199,176,170)
#CFBAB6
(207,186,182)
#D7C4C2
(215,196,194)
#DFCECE
(223,206,206)
#E7D8DA
(231,216,218)
#EFE2E6
(239,226,230)
#F7ECF2
(247,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7887A; }

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

This text font color is #A7887A.


Background Color

.myBgColor { background-color: #A7887A; }

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

This div background color is #A7887A.


Border color

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

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

This div border color is #A7887A.


Opacity

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

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

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

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

This text has shadow with #A7887A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7887A on black background.


Color preview on white background

This text has color #A7887A on white background.



Black color preview on #A7887A background

This text has black color on #A7887A background.


White color preview on #A7887A background

This text has white color on #A7887A background.