COLOR #A08D7C

HEX: #A08D7C
RGB: (160,141,124)

Color info

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

RGB color model

#A08D7C color RGB value is (160,141,124).

  • red value is 160;
  • green value is 141;
  • blue value is 124.
RGB:
(160,141,124)
(63%,55%,49%)

RGB channels and saturation

R 160 of 255 = 63%
G 141 of 255 = 55%
B 124 of 255 = 49%

160
141
124

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

Portions of RGB colors in percentages

R + G + B =
160 + 141 + 124 = 425 (100%)
R 160 of 425 ~ 37.65%
G 141 of 425 ~ 33.18%
B 124 of 425 ~ 29.18%

%37.65
%33.18
%29.18

CMYK color model

#A08D7C color CMYK value is (0,12,23,37).

  • cyan value is 0.00%
  • magenta value is 11.88%
  • yellow value is 22.50%
  • key color value is 37.25%
CMYK:
(0,12,23,37)
C0M12Y23K37 
(0%,12%,23%,37%)
(0.00/0.12/0.23/0.37)	

CMYK percentages

%0
%11.88
%22.5
%37.25

Codes

Color #A08D7C in popluar color models

A08D7C
RGB160141124
HSL28°15.93%55.69%
HSB/HSV28°22.50%62.75%
CMYK0.00%11.88%22.50%
37.25%

Color #A08D7C in popluar number systems.

HEXA08D7C
Decimal160141124
Binary10100000100011011111100
Octal240215174

Shades and tints

Shades of #A08D7C

#A08D7C
(160,141,124)
#928171
(146,129,113)
#847566
(132,117,102)
#76695B
(118,105,91)
#685D50
(104,93,80)
#5A5145
(90,81,69)
#4C453A
(76,69,58)
#3E392F
(62,57,47)
#302D24
(48,45,36)
#222119
(34,33,25)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #A08D7C

#A08D7C
(160,141,124)
#A89787
(168,151,135)
#B0A192
(176,161,146)
#B8AB9D
(184,171,157)
#C0B5A8
(192,181,168)
#C8BFB3
(200,191,179)
#D0C9BE
(208,201,190)
#D8D3C9
(216,211,201)
#E0DDD4
(224,221,212)
#E8E7DF
(232,231,223)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08D7C color. Also use rgb(160,141,124) instead hex code.

Text Font Color

.myTextColor { color: #A08D7C; }

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

This text font color is #A08D7C.


Background Color

.myBgColor { background-color: #A08D7C; }

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

This div background color is #A08D7C.


Border color

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

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

This div border color is #A08D7C.


Opacity

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

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

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

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

This text has shadow with #A08D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08D7C on black background.


Color preview on white background

This text has color #A08D7C on white background.



Black color preview on #A08D7C background

This text has black color on #A08D7C background.


White color preview on #A08D7C background

This text has white color on #A08D7C background.