COLOR #A0867E

HEX: #A0867E
RGB: (160,134,126)

Color info

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

RGB color model

#A0867E color RGB value is (160,134,126).

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

RGB channels and saturation

R 160 of 255 = 63%
G 134 of 255 = 53%
B 126 of 255 = 49%

160
134
126

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

Portions of RGB colors in percentages

R + G + B =
160 + 134 + 126 = 420 (100%)
R 160 of 420 ~ 38.1%
G 134 of 420 ~ 31.9%
B 126 of 420 ~ 30%

%38.1
%31.9
%30

CMYK color model

#A0867E color CMYK value is (0,16,21,37).

  • cyan value is 0.00%
  • magenta value is 16.25%
  • yellow value is 21.25%
  • key color value is 37.25%
CMYK:
(0,16,21,37)
C0M16Y21K37 
(0%,16%,21%,37%)
(0.00/0.16/0.21/0.37)	

CMYK percentages

%0
%16.25
%21.25
%37.25

Codes

Color #A0867E in popluar color models

A0867E
RGB160134126
HSL14°15.18%56.08%
HSB/HSV14°21.25%62.75%
CMYK0.00%16.25%21.25%
37.25%

Color #A0867E in popluar number systems.

HEXA0867E
Decimal160134126
Binary10100000100001101111110
Octal240206176

Shades and tints

Shades of #A0867E

#A0867E
(160,134,126)
#927A73
(146,122,115)
#846E68
(132,110,104)
#76625D
(118,98,93)
#685652
(104,86,82)
#5A4A47
(90,74,71)
#4C3E3C
(76,62,60)
#3E3231
(62,50,49)
#302626
(48,38,38)
#221A1B
(34,26,27)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #A0867E

#A0867E
(160,134,126)
#A89189
(168,145,137)
#B09C94
(176,156,148)
#B8A79F
(184,167,159)
#C0B2AA
(192,178,170)
#C8BDB5
(200,189,181)
#D0C8C0
(208,200,192)
#D8D3CB
(216,211,203)
#E0DED6
(224,222,214)
#E8E9E1
(232,233,225)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0867E; }

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

This text font color is #A0867E.


Background Color

.myBgColor { background-color: #A0867E; }

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

This div background color is #A0867E.


Border color

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

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

This div border color is #A0867E.


Opacity

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

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

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

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

This text has shadow with #A0867E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0867E on black background.


Color preview on white background

This text has color #A0867E on white background.



Black color preview on #A0867E background

This text has black color on #A0867E background.


White color preview on #A0867E background

This text has white color on #A0867E background.