COLOR #A97880

HEX: #A97880 RGB: (169,120,128)

Color info

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

RGB color model

#A97880 color RGB value is (169,120,128).

RGB: (169,120,128) (66%, 47%, 50%)

RGB channels and saturation

R 169 of 255 = 66%
G 120 of 255 = 47%
B 128 of 255 = 50%

169
120
128

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

Portions of RGB colors in percentages

R + G + B = 169 + 120 + 128 = 417 (100%)
R 169 of 417 ~ 40.53%
G 120 of 417 ~ 28.78%
B 128 of 417 ~ 30.7'%

%40.53
%28.78
%30.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.99%
  • yellow value is 24.26%
  • key color value is 33.73%

CMYK: (0,29,24,34)
C0M29Y24K34 (0%, 29%, 24%, 34%)
(0.00 / 0.29 / 0.24 / 0.34)

CMYK percentages

%0
%28.99
%24.26
%33.73

Codes

Color #A97880 in popluar color models

A9 78 80
RGB 169 120 128
HSL 350° 22.17% 56.67%
HSB/HSV 350° 28.99% 66.27%
CMYK 0.00% 28.99% 24.26%
33.73%

Color #A97880 in popluar number systems.

HEX A9 78 80
Decimal 169 120 128
Binary 10101001 1111000 10000000
Octal 251 170 200

Shades and tints

Shades of #A97880

#A97880
(169,120,128)
#9A6E75
(154,110,117)
#8B646A
(139,100,106)
#7C5A5F
(124,90,95)
#6D5054
(109,80,84)
#5E4649
(94,70,73)
#4F3C3E
(79,60,62)
#403233
(64,50,51)
#312828
(49,40,40)
#221E1D
(34,30,29)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #A97880

#A97880
(169,120,128)
#B0848B
(176,132,139)
#B79096
(183,144,150)
#BE9CA1
(190,156,161)
#C5A8AC
(197,168,172)
#CCB4B7
(204,180,183)
#D3C0C2
(211,192,194)
#DACCCD
(218,204,205)
#E1D8D8
(225,216,216)
#E8E4E3
(232,228,227)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97880 color. Also use rgb(169,120,128) instead hex code.

Text Font Color

.myTextColor { color: #A97880; }

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

This text font color is #A97880.

Background Color

.myBgColor { background-color: #A97880; }

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

This div background color is #A97880.

Border color

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

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

This div border color is #A97880.

Opacity

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

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

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

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

This text has shadow with #A97880 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A97880.

Preview

Color preview on black background

This text has color #A97880 on black background.


Color preview on white background

This text has color #A97880 on white background.


Black color preview on #A97880 background

This text has black color on #A97880 background.


White color preview on #A97880 background

This text has white color on #A97880 background.


Related colors

Complementary color

Complementary color for #hex is #56877F.


I love getcolorcode.com

Triadic colors

1 #80A978 and #7880A9 with #A97880 are triadic colors.

2 #8078A9 and #78A980 with #A97880 are triadic colors.