COLOR #A7987A

HEX: #A7987A RGB: (167,152,122)

Color info

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

RGB color model

#A7987A color RGB value is (167,152,122).

RGB: (167,152,122) (65%, 60%, 48%)

RGB channels and saturation

R 167 of 255 = 65%
G 152 of 255 = 60%
B 122 of 255 = 48%

167
152
122

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

Portions of RGB colors in percentages

R + G + B = 167 + 152 + 122 = 441 (100%)
R 167 of 441 ~ 37.87%
G 152 of 441 ~ 34.47%
B 122 of 441 ~ 27.66'%

%37.87
%34.47
%27.66

CMYK color model

#A7987A color CMYK value is (0,9,27,35).

  • cyan value is 0.00%
  • magenta value is 8.98%
  • yellow value is 26.95%
  • key color value is 34.51%

CMYK: (0,9,27,35)
C0M9Y27K35 (0%, 9%, 27%, 35%)
(0.00 / 0.09 / 0.27 / 0.35)

CMYK percentages

%0
%8.98
%26.95
%34.51

Codes

Color #A7987A in popluar color models

A7 98 7A
RGB 167 152 122
HSL 40° 20.36% 56.67%
HSB/HSV 40° 26.95% 65.49%
CMYK 0.00% 8.98% 26.95%
34.51%

Color #A7987A in popluar number systems.

HEX A7 98 7A
Decimal 167 152 122
Binary 10100111 10011000 1111010
Octal 247 230 172

Shades and tints

Shades of #A7987A

#A7987A
(167,152,122)
#988B6F
(152,139,111)
#897E64
(137,126,100)
#7A7159
(122,113,89)
#6B644E
(107,100,78)
#5C5743
(92,87,67)
#4D4A38
(77,74,56)
#3E3D2D
(62,61,45)
#2F3022
(47,48,34)
#202317
(32,35,23)
#11160C
(17,22,12)
#000000
(0,0,0)

Tints of #A7987A

#A7987A
(167,152,122)
#AFA186
(175,161,134)
#B7AA92
(183,170,146)
#BFB39E
(191,179,158)
#C7BCAA
(199,188,170)
#CFC5B6
(207,197,182)
#D7CEC2
(215,206,194)
#DFD7CE
(223,215,206)
#E7E0DA
(231,224,218)
#EFE9E6
(239,233,230)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7987A; }

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

This text font color is #A7987A.

Background Color

.myBgColor { background-color: #A7987A; }

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

This div background color is #A7987A.

Border color

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

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

This div border color is #A7987A.

Opacity

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

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

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

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

This text has shadow with #A7987A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7987A.

Preview

Color preview on black background

This text has color #A7987A on black background.


Color preview on white background

This text has color #A7987A on white background.


Black color preview on #A7987A background

This text has black color on #A7987A background.


White color preview on #A7987A background

This text has white color on #A7987A background.


Related colors

Complementary color

Complementary color for #hex is #586785.


I love getcolorcode.com

Triadic colors

1 #7AA798 and #987AA7 with #A7987A are triadic colors.

2 #7A98A7 and #98A77A with #A7987A are triadic colors.