COLOR #A8727F

HEX: #A8727F
RGB: (168,114,127)

Color info

#A8727F contains red, green and blue colors in about the same proportion. Web safe color of #A8727F is #996666 (or #966).

RGB color model

#A8727F color RGB value is (168,114,127).

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

RGB channels and saturation

R 168 of 255 = 66%
G 114 of 255 = 45%
B 127 of 255 = 50%

168
114
127

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

Portions of RGB colors in percentages

R + G + B =
168 + 114 + 127 = 409 (100%)
R 168 of 409 ~ 41.08%
G 114 of 409 ~ 27.87%
B 127 of 409 ~ 31.05%

%41.08
%27.87
%31.05

CMYK color model

#A8727F color CMYK value is (0,32,24,34).

  • cyan value is 0.00%
  • magenta value is 32.14%
  • yellow value is 24.40%
  • key color value is 34.12%
CMYK:
(0,32,24,34)
C0M32Y24K34 
(0%,32%,24%,34%)
(0.00/0.32/0.24/0.34)	

CMYK percentages

%0
%32.14
%24.4
%34.12

Codes

Color #A8727F in popluar color models

A8727F
RGB168114127
HSL346°23.68%55.29%
HSB/HSV346°32.14%65.88%
CMYK0.00%32.14%24.40%
34.12%

Color #A8727F in popluar number systems.

HEXA8727F
Decimal168114127
Binary1010100011100101111111
Octal250162177

Shades and tints

Shades of #A8727F

#A8727F
(168,114,127)
#996874
(153,104,116)
#8A5E69
(138,94,105)
#7B545E
(123,84,94)
#6C4A53
(108,74,83)
#5D4048
(93,64,72)
#4E363D
(78,54,61)
#3F2C32
(63,44,50)
#302227
(48,34,39)
#21181C
(33,24,28)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #A8727F

#A8727F
(168,114,127)
#AF7E8A
(175,126,138)
#B68A95
(182,138,149)
#BD96A0
(189,150,160)
#C4A2AB
(196,162,171)
#CBAEB6
(203,174,182)
#D2BAC1
(210,186,193)
#D9C6CC
(217,198,204)
#E0D2D7
(224,210,215)
#E7DEE2
(231,222,226)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8727F; }

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

This text font color is #A8727F.


Background Color

.myBgColor { background-color: #A8727F; }

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

This div background color is #A8727F.


Border color

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

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

This div border color is #A8727F.


Opacity

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

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

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

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

This text has shadow with #A8727F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8727F on black background.


Color preview on white background

This text has color #A8727F on white background.



Black color preview on #A8727F background

This text has black color on #A8727F background.


White color preview on #A8727F background

This text has white color on #A8727F background.