COLOR #A87296

HEX: #A87296
RGB: (168,114,150)

Color info

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

RGB color model

#A87296 color RGB value is (168,114,150).

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

RGB channels and saturation

R 168 of 255 = 66%
G 114 of 255 = 45%
B 150 of 255 = 59%

168
114
150

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

Portions of RGB colors in percentages

R + G + B =
168 + 114 + 150 = 432 (100%)
R 168 of 432 ~ 38.89%
G 114 of 432 ~ 26.39%
B 150 of 432 ~ 34.72%

%38.89
%26.39
%34.72

CMYK color model

#A87296 color CMYK value is (0,32,11,34).

  • cyan value is 0.00%
  • magenta value is 32.14%
  • yellow value is 10.71%
  • key color value is 34.12%
CMYK:
(0,32,11,34)
C0M32Y11K34 
(0%,32%,11%,34%)
(0.00/0.32/0.11/0.34)	

CMYK percentages

%0
%32.14
%10.71
%34.12

Codes

Color #A87296 in popluar color models

A87296
RGB168114150
HSL320°23.68%55.29%
HSB/HSV320°32.14%65.88%
CMYK0.00%32.14%10.71%
34.12%

Color #A87296 in popluar number systems.

HEXA87296
Decimal168114150
Binary10101000111001010010110
Octal250162226

Shades and tints

Shades of #A87296

#A87296
(168,114,150)
#996889
(153,104,137)
#8A5E7C
(138,94,124)
#7B546F
(123,84,111)
#6C4A62
(108,74,98)
#5D4055
(93,64,85)
#4E3648
(78,54,72)
#3F2C3B
(63,44,59)
#30222E
(48,34,46)
#211821
(33,24,33)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #A87296

#A87296
(168,114,150)
#AF7E9F
(175,126,159)
#B68AA8
(182,138,168)
#BD96B1
(189,150,177)
#C4A2BA
(196,162,186)
#CBAEC3
(203,174,195)
#D2BACC
(210,186,204)
#D9C6D5
(217,198,213)
#E0D2DE
(224,210,222)
#E7DEE7
(231,222,231)
#EEEAF0
(238,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87296; }

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

This text font color is #A87296.


Background Color

.myBgColor { background-color: #A87296; }

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

This div background color is #A87296.


Border color

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

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

This div border color is #A87296.


Opacity

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

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

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

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

This text has shadow with #A87296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87296 on black background.


Color preview on white background

This text has color #A87296 on white background.



Black color preview on #A87296 background

This text has black color on #A87296 background.


White color preview on #A87296 background

This text has white color on #A87296 background.