COLOR #A8957F

HEX: #A8957F RGB: (168,149,127)

Color info

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

RGB color model

#A8957F color RGB value is (168,149,127).

RGB: (168,149,127) (66%, 58%, 50%)

RGB channels and saturation

R 168 of 255 = 66%
G 149 of 255 = 58%
B 127 of 255 = 50%

168
149
127

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

Portions of RGB colors in percentages

R + G + B = 168 + 149 + 127 = 444 (100%)
R 168 of 444 ~ 37.84%
G 149 of 444 ~ 33.56%
B 127 of 444 ~ 28.6'%

%37.84
%33.56
%28.6

CMYK color model

#A8957F color CMYK value is (0,11,24,34).

  • cyan value is 0.00%
  • magenta value is 11.31%
  • yellow value is 24.40%
  • key color value is 34.12%

CMYK: (0,11,24,34)
C0M11Y24K34 (0%, 11%, 24%, 34%)
(0.00 / 0.11 / 0.24 / 0.34)

CMYK percentages

%0
%11.31
%24.4
%34.12

Codes

Color #A8957F in popluar color models

A8 95 7F
RGB 168 149 127
HSL 32° 19.07% 57.84%
HSB/HSV 32° 24.40% 65.88%
CMYK 0.00% 11.31% 24.40%
34.12%

Color #A8957F in popluar number systems.

HEX A8 95 7F
Decimal 168 149 127
Binary 10101000 10010101 1111111
Octal 250 225 177

Shades and tints

Shades of #A8957F

#A8957F
(168,149,127)
#998874
(153,136,116)
#8A7B69
(138,123,105)
#7B6E5E
(123,110,94)
#6C6153
(108,97,83)
#5D5448
(93,84,72)
#4E473D
(78,71,61)
#3F3A32
(63,58,50)
#302D27
(48,45,39)
#21201C
(33,32,28)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #A8957F

#A8957F
(168,149,127)
#AF9E8A
(175,158,138)
#B6A795
(182,167,149)
#BDB0A0
(189,176,160)
#C4B9AB
(196,185,171)
#CBC2B6
(203,194,182)
#D2CBC1
(210,203,193)
#D9D4CC
(217,212,204)
#E0DDD7
(224,221,215)
#E7E6E2
(231,230,226)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8957F; }

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

This text font color is #A8957F.

Background Color

.myBgColor { background-color: #A8957F; }

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

This div background color is #A8957F.

Border color

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

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

This div border color is #A8957F.

Opacity

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

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

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

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

This text has shadow with #A8957F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8957F.

Preview

Color preview on black background

This text has color #A8957F on black background.


Color preview on white background

This text has color #A8957F on white background.


Black color preview on #A8957F background

This text has black color on #A8957F background.


White color preview on #A8957F background

This text has white color on #A8957F background.


Related colors

Complementary color

Complementary color for #hex is #576A80.


I love getcolorcode.com

Triadic colors

1 #7FA895 and #957FA8 with #A8957F are triadic colors.

2 #7F95A8 and #95A87F with #A8957F are triadic colors.