COLOR #A8728B

HEX: #A8728B
RGB: (168,114,139)

Color info

#A8728B contains red, green and blue colors in about the same proportion. Web safe color of #A8728B is #996699 (or #969).

RGB color model

#A8728B color RGB value is (168,114,139).

  • red value is 168;
  • green value is 114;
  • blue value is 139.
RGB:
(168,114,139)
(66%,45%,55%)

RGB channels and saturation

R 168 of 255 = 66%
G 114 of 255 = 45%
B 139 of 255 = 55%

168
114
139

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

Portions of RGB colors in percentages

R + G + B =
168 + 114 + 139 = 421 (100%)
R 168 of 421 ~ 39.9%
G 114 of 421 ~ 27.08%
B 139 of 421 ~ 33.02%

%39.9
%27.08
%33.02

CMYK color model

#A8728B color CMYK value is (0,32,17,34).

  • cyan value is 0.00%
  • magenta value is 32.14%
  • yellow value is 17.26%
  • key color value is 34.12%
CMYK:
(0,32,17,34)
C0M32Y17K34 
(0%,32%,17%,34%)
(0.00/0.32/0.17/0.34)	

CMYK percentages

%0
%32.14
%17.26
%34.12

Codes

Color #A8728B in popluar color models

A8728B
RGB168114139
HSL332°23.68%55.29%
HSB/HSV332°32.14%65.88%
CMYK0.00%32.14%17.26%
34.12%

Color #A8728B in popluar number systems.

HEXA8728B
Decimal168114139
Binary10101000111001010001011
Octal250162213

Shades and tints

Shades of #A8728B

#A8728B
(168,114,139)
#99687F
(153,104,127)
#8A5E73
(138,94,115)
#7B5467
(123,84,103)
#6C4A5B
(108,74,91)
#5D404F
(93,64,79)
#4E3643
(78,54,67)
#3F2C37
(63,44,55)
#30222B
(48,34,43)
#21181F
(33,24,31)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #A8728B

#A8728B
(168,114,139)
#AF7E95
(175,126,149)
#B68A9F
(182,138,159)
#BD96A9
(189,150,169)
#C4A2B3
(196,162,179)
#CBAEBD
(203,174,189)
#D2BAC7
(210,186,199)
#D9C6D1
(217,198,209)
#E0D2DB
(224,210,219)
#E7DEE5
(231,222,229)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8728B color. Also use rgb(168,114,139) instead hex code.

Text Font Color

.myTextColor { color: #A8728B; }

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

This text font color is #A8728B.


Background Color

.myBgColor { background-color: #A8728B; }

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

This div background color is #A8728B.


Border color

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

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

This div border color is #A8728B.


Opacity

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

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

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

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

This text has shadow with #A8728B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8728B on black background.


Color preview on white background

This text has color #A8728B on white background.



Black color preview on #A8728B background

This text has black color on #A8728B background.


White color preview on #A8728B background

This text has white color on #A8728B background.