COLOR #A08C8B

HEX: #A08C8B
RGB: (160,140,139)

Color info

#A08C8B contains red, green and blue colors in about the same proportion. Web safe color of #A08C8B is #999999 (or #999).

RGB color model

#A08C8B color RGB value is (160,140,139).

  • red value is 160;
  • green value is 140;
  • blue value is 139.
RGB:
(160,140,139)
(63%,55%,55%)

RGB channels and saturation

R 160 of 255 = 63%
G 140 of 255 = 55%
B 139 of 255 = 55%

160
140
139

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

Portions of RGB colors in percentages

R + G + B =
160 + 140 + 139 = 439 (100%)
R 160 of 439 ~ 36.45%
G 140 of 439 ~ 31.89%
B 139 of 439 ~ 31.66%

%36.45
%31.89
%31.66

CMYK color model

#A08C8B color CMYK value is (0,13,13,37).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 13.13%
  • key color value is 37.25%
CMYK:
(0,13,13,37)
C0M13Y13K37 
(0%,13%,13%,37%)
(0.00/0.13/0.13/0.37)	

CMYK percentages

%0
%12.5
%13.13
%37.25

Codes

Color #A08C8B in popluar color models

A08C8B
RGB160140139
HSL9.95%58.63%
HSB/HSV13.13%62.75%
CMYK0.00%12.50%13.13%
37.25%

Color #A08C8B in popluar number systems.

HEXA08C8B
Decimal160140139
Binary101000001000110010001011
Octal240214213

Shades and tints

Shades of #A08C8B

#A08C8B
(160,140,139)
#92807F
(146,128,127)
#847473
(132,116,115)
#766867
(118,104,103)
#685C5B
(104,92,91)
#5A504F
(90,80,79)
#4C4443
(76,68,67)
#3E3837
(62,56,55)
#302C2B
(48,44,43)
#22201F
(34,32,31)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #A08C8B

#A08C8B
(160,140,139)
#A89695
(168,150,149)
#B0A09F
(176,160,159)
#B8AAA9
(184,170,169)
#C0B4B3
(192,180,179)
#C8BEBD
(200,190,189)
#D0C8C7
(208,200,199)
#D8D2D1
(216,210,209)
#E0DCDB
(224,220,219)
#E8E6E5
(232,230,229)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08C8B color. Also use rgb(160,140,139) instead hex code.

Text Font Color

.myTextColor { color: #A08C8B; }

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

This text font color is #A08C8B.


Background Color

.myBgColor { background-color: #A08C8B; }

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

This div background color is #A08C8B.


Border color

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

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

This div border color is #A08C8B.


Opacity

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

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

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

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

This text has shadow with #A08C8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08C8B on black background.


Color preview on white background

This text has color #A08C8B on white background.



Black color preview on #A08C8B background

This text has black color on #A08C8B background.


White color preview on #A08C8B background

This text has white color on #A08C8B background.