COLOR #A8977C

HEX: #A8977C RGB: (168,151,124)

Color info

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

RGB color model

#A8977C color RGB value is (168,151,124).

RGB: (168,151,124) (66%, 59%, 49%)

RGB channels and saturation

R 168 of 255 = 66%
G 151 of 255 = 59%
B 124 of 255 = 49%

168
151
124

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

Portions of RGB colors in percentages

R + G + B = 168 + 151 + 124 = 443 (100%)
R 168 of 443 ~ 37.92%
G 151 of 443 ~ 34.09%
B 124 of 443 ~ 27.99'%

%37.92
%34.09
%27.99

CMYK color model

#A8977C color CMYK value is (0,10,26,34).

  • cyan value is 0.00%
  • magenta value is 10.12%
  • yellow value is 26.19%
  • key color value is 34.12%

CMYK: (0,10,26,34)
C0M10Y26K34 (0%, 10%, 26%, 34%)
(0.00 / 0.10 / 0.26 / 0.34)

CMYK percentages

%0
%10.12
%26.19
%34.12

Codes

Color #A8977C in popluar color models

A8 97 7C
RGB 168 151 124
HSL 37° 20.18% 57.25%
HSB/HSV 37° 26.19% 65.88%
CMYK 0.00% 10.12% 26.19%
34.12%

Color #A8977C in popluar number systems.

HEX A8 97 7C
Decimal 168 151 124
Binary 10101000 10010111 1111100
Octal 250 227 174

Shades and tints

Shades of #A8977C

#A8977C
(168,151,124)
#998A71
(153,138,113)
#8A7D66
(138,125,102)
#7B705B
(123,112,91)
#6C6350
(108,99,80)
#5D5645
(93,86,69)
#4E493A
(78,73,58)
#3F3C2F
(63,60,47)
#302F24
(48,47,36)
#212219
(33,34,25)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #A8977C

#A8977C
(168,151,124)
#AFA087
(175,160,135)
#B6A992
(182,169,146)
#BDB29D
(189,178,157)
#C4BBA8
(196,187,168)
#CBC4B3
(203,196,179)
#D2CDBE
(210,205,190)
#D9D6C9
(217,214,201)
#E0DFD4
(224,223,212)
#E7E8DF
(231,232,223)
#EEF1EA
(238,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8977C; }

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

This text font color is #A8977C.

Background Color

.myBgColor { background-color: #A8977C; }

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

This div background color is #A8977C.

Border color

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

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

This div border color is #A8977C.

Opacity

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

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

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

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

This text has shadow with #A8977C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8977C.

Preview

Color preview on black background

This text has color #A8977C on black background.


Color preview on white background

This text has color #A8977C on white background.


Black color preview on #A8977C background

This text has black color on #A8977C background.


White color preview on #A8977C background

This text has white color on #A8977C background.


Related colors

Complementary color

Complementary color for #hex is #576883.


I love getcolorcode.com

Triadic colors

1 #7CA897 and #977CA8 with #A8977C are triadic colors.

2 #7C97A8 and #97A87C with #A8977C are triadic colors.