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).

  • red value is 168;
  • green value is 148;
  • blue value is 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

A8947D
RGB168148125
HSL32°19.82%57.45%
HSB/HSV32°25.60%65.88%
CMYK0.00%11.90%25.60%
34.12%

Color #A8947D in popluar number systems.

HEXA8947D
Decimal168148125
Binary10101000100101001111101
Octal250224175

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.