COLOR #A97284

HEX: #A97284
RGB: (169,114,132)

Color info

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

RGB color model

#A97284 color RGB value is (169,114,132).

  • red value is 169;
  • green value is 114;
  • blue value is 132.
RGB:
(169,114,132)
(66%,45%,52%)

RGB channels and saturation

R 169 of 255 = 66%
G 114 of 255 = 45%
B 132 of 255 = 52%

169
114
132

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

Portions of RGB colors in percentages

R + G + B =
169 + 114 + 132 = 415 (100%)
R 169 of 415 ~ 40.72%
G 114 of 415 ~ 27.47%
B 132 of 415 ~ 31.81%

%40.72
%27.47
%31.81

CMYK color model

#A97284 color CMYK value is (0,33,22,34).

  • cyan value is 0.00%
  • magenta value is 32.54%
  • yellow value is 21.89%
  • key color value is 33.73%
CMYK:
(0,33,22,34)
C0M33Y22K34 
(0%,33%,22%,34%)
(0.00/0.33/0.22/0.34)	

CMYK percentages

%0
%32.54
%21.89
%33.73

Codes

Color #A97284 in popluar color models

A97284
RGB169114132
HSL340°24.23%55.49%
HSB/HSV340°32.54%66.27%
CMYK0.00%32.54%21.89%
33.73%

Color #A97284 in popluar number systems.

HEXA97284
Decimal169114132
Binary10101001111001010000100
Octal251162204

Shades and tints

Shades of #A97284

#A97284
(169,114,132)
#9A6878
(154,104,120)
#8B5E6C
(139,94,108)
#7C5460
(124,84,96)
#6D4A54
(109,74,84)
#5E4048
(94,64,72)
#4F363C
(79,54,60)
#402C30
(64,44,48)
#312224
(49,34,36)
#221818
(34,24,24)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #A97284

#A97284
(169,114,132)
#B07E8F
(176,126,143)
#B78A9A
(183,138,154)
#BE96A5
(190,150,165)
#C5A2B0
(197,162,176)
#CCAEBB
(204,174,187)
#D3BAC6
(211,186,198)
#DAC6D1
(218,198,209)
#E1D2DC
(225,210,220)
#E8DEE7
(232,222,231)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97284 color. Also use rgb(169,114,132) instead hex code.

Text Font Color

.myTextColor { color: #A97284; }

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

This text font color is #A97284.


Background Color

.myBgColor { background-color: #A97284; }

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

This div background color is #A97284.


Border color

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

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

This div border color is #A97284.


Opacity

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

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

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

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

This text has shadow with #A97284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97284 on black background.


Color preview on white background

This text has color #A97284 on white background.



Black color preview on #A97284 background

This text has black color on #A97284 background.


White color preview on #A97284 background

This text has white color on #A97284 background.