COLOR #A97081

HEX: #A97081
RGB: (169,112,129)

Color info

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

RGB color model

#A97081 color RGB value is (169,112,129).

  • red value is 169;
  • green value is 112;
  • blue value is 129.
RGB:
(169,112,129)
(66%,44%,51%)

RGB channels and saturation

R 169 of 255 = 66%
G 112 of 255 = 44%
B 129 of 255 = 51%

169
112
129

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

Portions of RGB colors in percentages

R + G + B =
169 + 112 + 129 = 410 (100%)
R 169 of 410 ~ 41.22%
G 112 of 410 ~ 27.32%
B 129 of 410 ~ 31.46%

%41.22
%27.32
%31.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.73%
  • yellow value is 23.67%
  • key color value is 33.73%
CMYK:
(0,34,24,34)
C0M34Y24K34 
(0%,34%,24%,34%)
(0.00/0.34/0.24/0.34)	

CMYK percentages

%0
%33.73
%23.67
%33.73

Codes

Color #A97081 in popluar color models

A97081
RGB169112129
HSL342°24.89%55.10%
HSB/HSV342°33.73%66.27%
CMYK0.00%33.73%23.67%
33.73%

Color #A97081 in popluar number systems.

HEXA97081
Decimal169112129
Binary10101001111000010000001
Octal251160201

Shades and tints

Shades of #A97081

#A97081
(169,112,129)
#9A6676
(154,102,118)
#8B5C6B
(139,92,107)
#7C5260
(124,82,96)
#6D4855
(109,72,85)
#5E3E4A
(94,62,74)
#4F343F
(79,52,63)
#402A34
(64,42,52)
#312029
(49,32,41)
#22161E
(34,22,30)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #A97081

#A97081
(169,112,129)
#B07D8C
(176,125,140)
#B78A97
(183,138,151)
#BE97A2
(190,151,162)
#C5A4AD
(197,164,173)
#CCB1B8
(204,177,184)
#D3BEC3
(211,190,195)
#DACBCE
(218,203,206)
#E1D8D9
(225,216,217)
#E8E5E4
(232,229,228)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97081 color. Also use rgb(169,112,129) instead hex code.

Text Font Color

.myTextColor { color: #A97081; }

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

This text font color is #A97081.


Background Color

.myBgColor { background-color: #A97081; }

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

This div background color is #A97081.


Border color

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

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

This div border color is #A97081.


Opacity

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

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

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

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

This text has shadow with #A97081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97081 on black background.


Color preview on white background

This text has color #A97081 on white background.



Black color preview on #A97081 background

This text has black color on #A97081 background.


White color preview on #A97081 background

This text has white color on #A97081 background.