COLOR #A8907C

HEX: #A8907C
RGB: (168,144,124)

Color info

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

RGB color model

#A8907C color RGB value is (168,144,124).

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

RGB channels and saturation

R 168 of 255 = 66%
G 144 of 255 = 56%
B 124 of 255 = 49%

168
144
124

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

Portions of RGB colors in percentages

R + G + B =
168 + 144 + 124 = 436 (100%)
R 168 of 436 ~ 38.53%
G 144 of 436 ~ 33.03%
B 124 of 436 ~ 28.44%

%38.53
%33.03
%28.44

CMYK color model

#A8907C color CMYK value is (0,14,26,34).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 26.19%
  • key color value is 34.12%
CMYK:
(0,14,26,34)
C0M14Y26K34 
(0%,14%,26%,34%)
(0.00/0.14/0.26/0.34)	

CMYK percentages

%0
%14.29
%26.19
%34.12

Codes

Color #A8907C in popluar color models

A8907C
RGB168144124
HSL27°20.18%57.25%
HSB/HSV27°26.19%65.88%
CMYK0.00%14.29%26.19%
34.12%

Color #A8907C in popluar number systems.

HEXA8907C
Decimal168144124
Binary10101000100100001111100
Octal250220174

Shades and tints

Shades of #A8907C

#A8907C
(168,144,124)
#998371
(153,131,113)
#8A7666
(138,118,102)
#7B695B
(123,105,91)
#6C5C50
(108,92,80)
#5D4F45
(93,79,69)
#4E423A
(78,66,58)
#3F352F
(63,53,47)
#302824
(48,40,36)
#211B19
(33,27,25)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #A8907C

#A8907C
(168,144,124)
#AF9A87
(175,154,135)
#B6A492
(182,164,146)
#BDAE9D
(189,174,157)
#C4B8A8
(196,184,168)
#CBC2B3
(203,194,179)
#D2CCBE
(210,204,190)
#D9D6C9
(217,214,201)
#E0E0D4
(224,224,212)
#E7EADF
(231,234,223)
#EEF4EA
(238,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8907C; }

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

This text font color is #A8907C.


Background Color

.myBgColor { background-color: #A8907C; }

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

This div background color is #A8907C.


Border color

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

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

This div border color is #A8907C.


Opacity

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

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

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

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

This text has shadow with #A8907C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8907C on black background.


Color preview on white background

This text has color #A8907C on white background.



Black color preview on #A8907C background

This text has black color on #A8907C background.


White color preview on #A8907C background

This text has white color on #A8907C background.