COLOR #A8947D

HEX: #A8947D RGB: (168,148,125)

Color info

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

RGB color model

#A8947D color RGB value is (168,148,125).

RGB: (168,148,125) (66%, 58%, 49%)

RGB channels and saturation

R 168 of 255 = 66%
G 148 of 255 = 58%
B 125 of 255 = 49%

168
148
125

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

Portions of RGB colors in percentages

R + G + B = 168 + 148 + 125 = 441 (100%)
R 168 of 441 ~ 38.1%
G 148 of 441 ~ 33.56%
B 125 of 441 ~ 28.34'%

%38.1
%33.56
%28.34

CMYK color model

#A8947D color CMYK value is (0,12,26,34).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 25.60%
  • key color value is 34.12%

CMYK: (0,12,26,34)
C0M12Y26K34 (0%, 12%, 26%, 34%)
(0.00 / 0.12 / 0.26 / 0.34)

CMYK percentages

%0
%11.9
%25.6
%34.12

Codes

Color #A8947D in popluar color models

A8 94 7D
RGB 168 148 125
HSL 32° 19.82% 57.45%
HSB/HSV 32° 25.60% 65.88%
CMYK 0.00% 11.90% 25.60%
34.12%

Color #A8947D in popluar number systems.

HEX A8 94 7D
Decimal 168 148 125
Binary 10101000 10010100 1111101
Octal 250 224 175

Shades and tints

Shades of #A8947D

#A8947D
(168,148,125)
#998772
(153,135,114)
#8A7A67
(138,122,103)
#7B6D5C
(123,109,92)
#6C6051
(108,96,81)
#5D5346
(93,83,70)
#4E463B
(78,70,59)
#3F3930
(63,57,48)
#302C25
(48,44,37)
#211F1A
(33,31,26)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #A8947D

#A8947D
(168,148,125)
#AF9D88
(175,157,136)
#B6A693
(182,166,147)
#BDAF9E
(189,175,158)
#C4B8A9
(196,184,169)
#CBC1B4
(203,193,180)
#D2CABF
(210,202,191)
#D9D3CA
(217,211,202)
#E0DCD5
(224,220,213)
#E7E5E0
(231,229,224)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8947D color. Also use rgb(168,148,125) instead hex code.

Text Font Color

.myTextColor { color: #A8947D; }

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

This text font color is #A8947D.

Background Color

.myBgColor { background-color: #A8947D; }

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

This div background color is #A8947D.

Border color

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

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

This div border color is #A8947D.

Opacity

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

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

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

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

This text has shadow with #A8947D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8947D.

Preview

Color preview on black background

This text has color #A8947D on black background.


Color preview on white background

This text has color #A8947D on white background.


Black color preview on #A8947D background

This text has black color on #A8947D background.


White color preview on #A8947D background

This text has white color on #A8947D background.


Related colors

Complementary color

Complementary color for #hex is #576B82.


I love getcolorcode.com

Triadic colors

1 #7DA894 and #947DA8 with #A8947D are triadic colors.

2 #7D94A8 and #94A87D with #A8947D are triadic colors.