COLOR #A08C7F

HEX: #A08C7F
RGB: (160,140,127)

Color info

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

RGB color model

#A08C7F color RGB value is (160,140,127).

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

RGB channels and saturation

R 160 of 255 = 63%
G 140 of 255 = 55%
B 127 of 255 = 50%

160
140
127

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

Portions of RGB colors in percentages

R + G + B =
160 + 140 + 127 = 427 (100%)
R 160 of 427 ~ 37.47%
G 140 of 427 ~ 32.79%
B 127 of 427 ~ 29.74%

%37.47
%32.79
%29.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 20.63%
  • key color value is 37.25%
CMYK:
(0,13,21,37)
C0M13Y21K37 
(0%,13%,21%,37%)
(0.00/0.13/0.21/0.37)	

CMYK percentages

%0
%12.5
%20.63
%37.25

Codes

Color #A08C7F in popluar color models

A08C7F
RGB160140127
HSL24°14.80%56.27%
HSB/HSV24°20.63%62.75%
CMYK0.00%12.50%20.63%
37.25%

Color #A08C7F in popluar number systems.

HEXA08C7F
Decimal160140127
Binary10100000100011001111111
Octal240214177

Shades and tints

Shades of #A08C7F

#A08C7F
(160,140,127)
#928074
(146,128,116)
#847469
(132,116,105)
#76685E
(118,104,94)
#685C53
(104,92,83)
#5A5048
(90,80,72)
#4C443D
(76,68,61)
#3E3832
(62,56,50)
#302C27
(48,44,39)
#22201C
(34,32,28)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #A08C7F

#A08C7F
(160,140,127)
#A8968A
(168,150,138)
#B0A095
(176,160,149)
#B8AAA0
(184,170,160)
#C0B4AB
(192,180,171)
#C8BEB6
(200,190,182)
#D0C8C1
(208,200,193)
#D8D2CC
(216,210,204)
#E0DCD7
(224,220,215)
#E8E6E2
(232,230,226)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08C7F; }

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

This text font color is #A08C7F.


Background Color

.myBgColor { background-color: #A08C7F; }

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

This div background color is #A08C7F.


Border color

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

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

This div border color is #A08C7F.


Opacity

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

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

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

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

This text has shadow with #A08C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08C7F on black background.


Color preview on white background

This text has color #A08C7F on white background.



Black color preview on #A08C7F background

This text has black color on #A08C7F background.


White color preview on #A08C7F background

This text has white color on #A08C7F background.