COLOR #A08E7F

HEX: #A08E7F
RGB: (160,142,127)

Color info

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

RGB color model

#A08E7F color RGB value is (160,142,127).

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

RGB channels and saturation

R 160 of 255 = 63%
G 142 of 255 = 56%
B 127 of 255 = 50%

160
142
127

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

Portions of RGB colors in percentages

R + G + B =
160 + 142 + 127 = 429 (100%)
R 160 of 429 ~ 37.3%
G 142 of 429 ~ 33.1%
B 127 of 429 ~ 29.6%

%37.3
%33.1
%29.6

CMYK color model

#A08E7F color CMYK value is (0,11,21,37).

  • cyan value is 0.00%
  • magenta value is 11.25%
  • yellow value is 20.63%
  • key color value is 37.25%
CMYK:
(0,11,21,37)
C0M11Y21K37 
(0%,11%,21%,37%)
(0.00/0.11/0.21/0.37)	

CMYK percentages

%0
%11.25
%20.63
%37.25

Codes

Color #A08E7F in popluar color models

A08E7F
RGB160142127
HSL27°14.80%56.27%
HSB/HSV27°20.63%62.75%
CMYK0.00%11.25%20.63%
37.25%

Color #A08E7F in popluar number systems.

HEXA08E7F
Decimal160142127
Binary10100000100011101111111
Octal240216177

Shades and tints

Shades of #A08E7F

#A08E7F
(160,142,127)
#928274
(146,130,116)
#847669
(132,118,105)
#766A5E
(118,106,94)
#685E53
(104,94,83)
#5A5248
(90,82,72)
#4C463D
(76,70,61)
#3E3A32
(62,58,50)
#302E27
(48,46,39)
#22221C
(34,34,28)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #A08E7F

#A08E7F
(160,142,127)
#A8988A
(168,152,138)
#B0A295
(176,162,149)
#B8ACA0
(184,172,160)
#C0B6AB
(192,182,171)
#C8C0B6
(200,192,182)
#D0CAC1
(208,202,193)
#D8D4CC
(216,212,204)
#E0DED7
(224,222,215)
#E8E8E2
(232,232,226)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08E7F; }

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

This text font color is #A08E7F.


Background Color

.myBgColor { background-color: #A08E7F; }

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

This div background color is #A08E7F.


Border color

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

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

This div border color is #A08E7F.


Opacity

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

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

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

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

This text has shadow with #A08E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08E7F on black background.


Color preview on white background

This text has color #A08E7F on white background.



Black color preview on #A08E7F background

This text has black color on #A08E7F background.


White color preview on #A08E7F background

This text has white color on #A08E7F background.