COLOR #A0868B

HEX: #A0868B RGB: (160,134,139)

Color info

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

RGB color model

#A0868B color RGB value is (160,134,139).

RGB: (160,134,139) (63%, 53%, 55%)

RGB channels and saturation

R 160 of 255 = 63%
G 134 of 255 = 53%
B 139 of 255 = 55%

160
134
139

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

Portions of RGB colors in percentages

R + G + B = 160 + 134 + 139 = 433 (100%)
R 160 of 433 ~ 36.95%
G 134 of 433 ~ 30.95%
B 139 of 433 ~ 32.1'%

%36.95
%30.95
%32.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.25%
  • yellow value is 13.13%
  • key color value is 37.25%

CMYK: (0,16,13,37)
C0M16Y13K37 (0%, 16%, 13%, 37%)
(0.00 / 0.16 / 0.13 / 0.37)

CMYK percentages

%0
%16.25
%13.13
%37.25

Codes

Color #A0868B in popluar color models

A0 86 8B
RGB 160 134 139
HSL 348° 12.04% 57.65%
HSB/HSV 348° 16.25% 62.75%
CMYK 0.00% 16.25% 13.13%
37.25%

Color #A0868B in popluar number systems.

HEX A0 86 8B
Decimal 160 134 139
Binary 10100000 10000110 10001011
Octal 240 206 213

Shades and tints

Shades of #A0868B

#A0868B
(160,134,139)
#927A7F
(146,122,127)
#846E73
(132,110,115)
#766267
(118,98,103)
#68565B
(104,86,91)
#5A4A4F
(90,74,79)
#4C3E43
(76,62,67)
#3E3237
(62,50,55)
#30262B
(48,38,43)
#221A1F
(34,26,31)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #A0868B

#A0868B
(160,134,139)
#A89195
(168,145,149)
#B09C9F
(176,156,159)
#B8A7A9
(184,167,169)
#C0B2B3
(192,178,179)
#C8BDBD
(200,189,189)
#D0C8C7
(208,200,199)
#D8D3D1
(216,211,209)
#E0DEDB
(224,222,219)
#E8E9E5
(232,233,229)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0868B; }

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

This text font color is #A0868B.

Background Color

.myBgColor { background-color: #A0868B; }

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

This div background color is #A0868B.

Border color

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

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

This div border color is #A0868B.

Opacity

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

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

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

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

This text has shadow with #A0868B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0868B.

Preview

Color preview on black background

This text has color #A0868B on black background.


Color preview on white background

This text has color #A0868B on white background.


Black color preview on #A0868B background

This text has black color on #A0868B background.


White color preview on #A0868B background

This text has white color on #A0868B background.


Related colors

Complementary color

Complementary color for #hex is #5F7974.


I love getcolorcode.com

Triadic colors

1 #8BA086 and #868BA0 with #A0868B are triadic colors.

2 #8B86A0 and #86A08B with #A0868B are triadic colors.