COLOR #A8837C

HEX: #A8837C
RGB: (168,131,124)

Color info

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

RGB color model

#A8837C color RGB value is (168,131,124).

  • red value is 168;
  • green value is 131;
  • blue value is 124.
RGB:
(168,131,124)
(66%,51%,49%)

RGB channels and saturation

R 168 of 255 = 66%
G 131 of 255 = 51%
B 124 of 255 = 49%

168
131
124

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

Portions of RGB colors in percentages

R + G + B =
168 + 131 + 124 = 423 (100%)
R 168 of 423 ~ 39.72%
G 131 of 423 ~ 30.97%
B 124 of 423 ~ 29.31%

%39.72
%30.97
%29.31

CMYK color model

#A8837C color CMYK value is (0,22,26,34).

  • cyan value is 0.00%
  • magenta value is 22.02%
  • yellow value is 26.19%
  • key color value is 34.12%
CMYK:
(0,22,26,34)
C0M22Y26K34 
(0%,22%,26%,34%)
(0.00/0.22/0.26/0.34)	

CMYK percentages

%0
%22.02
%26.19
%34.12

Codes

Color #A8837C in popluar color models

A8837C
RGB168131124
HSL10°20.18%57.25%
HSB/HSV10°26.19%65.88%
CMYK0.00%22.02%26.19%
34.12%

Color #A8837C in popluar number systems.

HEXA8837C
Decimal168131124
Binary10101000100000111111100
Octal250203174

Shades and tints

Shades of #A8837C

#A8837C
(168,131,124)
#997871
(153,120,113)
#8A6D66
(138,109,102)
#7B625B
(123,98,91)
#6C5750
(108,87,80)
#5D4C45
(93,76,69)
#4E413A
(78,65,58)
#3F362F
(63,54,47)
#302B24
(48,43,36)
#212019
(33,32,25)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #A8837C

#A8837C
(168,131,124)
#AF8E87
(175,142,135)
#B69992
(182,153,146)
#BDA49D
(189,164,157)
#C4AFA8
(196,175,168)
#CBBAB3
(203,186,179)
#D2C5BE
(210,197,190)
#D9D0C9
(217,208,201)
#E0DBD4
(224,219,212)
#E7E6DF
(231,230,223)
#EEF1EA
(238,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8837C; }

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

This text font color is #A8837C.


Background Color

.myBgColor { background-color: #A8837C; }

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

This div background color is #A8837C.


Border color

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

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

This div border color is #A8837C.


Opacity

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

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

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

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

This text has shadow with #A8837C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8837C on black background.


Color preview on white background

This text has color #A8837C on white background.



Black color preview on #A8837C background

This text has black color on #A8837C background.


White color preview on #A8837C background

This text has white color on #A8837C background.