COLOR #A08E86

HEX: #A08E86
RGB: (160,142,134)

Color info

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

RGB color model

#A08E86 color RGB value is (160,142,134).

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

RGB channels and saturation

R 160 of 255 = 63%
G 142 of 255 = 56%
B 134 of 255 = 53%

160
142
134

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

Portions of RGB colors in percentages

R + G + B =
160 + 142 + 134 = 436 (100%)
R 160 of 436 ~ 36.7%
G 142 of 436 ~ 32.57%
B 134 of 436 ~ 30.73%

%36.7
%32.57
%30.73

CMYK color model

#A08E86 color CMYK value is (0,11,16,37).

  • cyan value is 0.00%
  • magenta value is 11.25%
  • yellow value is 16.25%
  • key color value is 37.25%
CMYK:
(0,11,16,37)
C0M11Y16K37 
(0%,11%,16%,37%)
(0.00/0.11/0.16/0.37)	

CMYK percentages

%0
%11.25
%16.25
%37.25

Codes

Color #A08E86 in popluar color models

A08E86
RGB160142134
HSL18°12.04%57.65%
HSB/HSV18°16.25%62.75%
CMYK0.00%11.25%16.25%
37.25%

Color #A08E86 in popluar number systems.

HEXA08E86
Decimal160142134
Binary101000001000111010000110
Octal240216206

Shades and tints

Shades of #A08E86

#A08E86
(160,142,134)
#92827A
(146,130,122)
#84766E
(132,118,110)
#766A62
(118,106,98)
#685E56
(104,94,86)
#5A524A
(90,82,74)
#4C463E
(76,70,62)
#3E3A32
(62,58,50)
#302E26
(48,46,38)
#22221A
(34,34,26)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #A08E86

#A08E86
(160,142,134)
#A89891
(168,152,145)
#B0A29C
(176,162,156)
#B8ACA7
(184,172,167)
#C0B6B2
(192,182,178)
#C8C0BD
(200,192,189)
#D0CAC8
(208,202,200)
#D8D4D3
(216,212,211)
#E0DEDE
(224,222,222)
#E8E8E9
(232,232,233)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08E86; }

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

This text font color is #A08E86.


Background Color

.myBgColor { background-color: #A08E86; }

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

This div background color is #A08E86.


Border color

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

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

This div border color is #A08E86.


Opacity

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

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

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

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

This text has shadow with #A08E86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08E86 on black background.


Color preview on white background

This text has color #A08E86 on white background.



Black color preview on #A08E86 background

This text has black color on #A08E86 background.


White color preview on #A08E86 background

This text has white color on #A08E86 background.