COLOR #A8977F

HEX: #A8977F
RGB: (168,151,127)

Color info

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

RGB color model

#A8977F color RGB value is (168,151,127).

  • red value is 168;
  • green value is 151;
  • blue value is 127.
RGB:
(168,151,127)
(66%,59%,50%)

RGB channels and saturation

R 168 of 255 = 66%
G 151 of 255 = 59%
B 127 of 255 = 50%

168
151
127

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

Portions of RGB colors in percentages

R + G + B =
168 + 151 + 127 = 446 (100%)
R 168 of 446 ~ 37.67%
G 151 of 446 ~ 33.86%
B 127 of 446 ~ 28.48%

%37.67
%33.86
%28.48

CMYK color model

#A8977F color CMYK value is (0,10,24,34).

  • cyan value is 0.00%
  • magenta value is 10.12%
  • yellow value is 24.40%
  • key color value is 34.12%
CMYK:
(0,10,24,34)
C0M10Y24K34 
(0%,10%,24%,34%)
(0.00/0.10/0.24/0.34)	

CMYK percentages

%0
%10.12
%24.4
%34.12

Codes

Color #A8977F in popluar color models

A8977F
RGB168151127
HSL35°19.07%57.84%
HSB/HSV35°24.40%65.88%
CMYK0.00%10.12%24.40%
34.12%

Color #A8977F in popluar number systems.

HEXA8977F
Decimal168151127
Binary10101000100101111111111
Octal250227177

Shades and tints

Shades of #A8977F

#A8977F
(168,151,127)
#998A74
(153,138,116)
#8A7D69
(138,125,105)
#7B705E
(123,112,94)
#6C6353
(108,99,83)
#5D5648
(93,86,72)
#4E493D
(78,73,61)
#3F3C32
(63,60,50)
#302F27
(48,47,39)
#21221C
(33,34,28)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #A8977F

#A8977F
(168,151,127)
#AFA08A
(175,160,138)
#B6A995
(182,169,149)
#BDB2A0
(189,178,160)
#C4BBAB
(196,187,171)
#CBC4B6
(203,196,182)
#D2CDC1
(210,205,193)
#D9D6CC
(217,214,204)
#E0DFD7
(224,223,215)
#E7E8E2
(231,232,226)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8977F color. Also use rgb(168,151,127) instead hex code.

Text Font Color

.myTextColor { color: #A8977F; }

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

This text font color is #A8977F.


Background Color

.myBgColor { background-color: #A8977F; }

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

This div background color is #A8977F.


Border color

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

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

This div border color is #A8977F.


Opacity

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

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

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

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

This text has shadow with #A8977F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8977F on black background.


Color preview on white background

This text has color #A8977F on white background.



Black color preview on #A8977F background

This text has black color on #A8977F background.


White color preview on #A8977F background

This text has white color on #A8977F background.