COLOR #A97D80

HEX: #A97D80 RGB: (169,125,128)

Color info

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

RGB color model

#A97D80 color RGB value is (169,125,128).

RGB: (169,125,128) (66%, 49%, 50%)

RGB channels and saturation

R 169 of 255 = 66%
G 125 of 255 = 49%
B 128 of 255 = 50%

169
125
128

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

Portions of RGB colors in percentages

R + G + B = 169 + 125 + 128 = 422 (100%)
R 169 of 422 ~ 40.05%
G 125 of 422 ~ 29.62%
B 128 of 422 ~ 30.33'%

%40.05
%29.62
%30.33

CMYK color model

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

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

CMYK: (0,26,24,34)
C0M26Y24K34 (0%, 26%, 24%, 34%)
(0.00 / 0.26 / 0.24 / 0.34)

CMYK percentages

%0
%26.04
%24.26
%33.73

Codes

Color #A97D80 in popluar color models

A9 7D 80
RGB 169 125 128
HSL 356° 20.37% 57.65%
HSB/HSV 356° 26.04% 66.27%
CMYK 0.00% 26.04% 24.26%
33.73%

Color #A97D80 in popluar number systems.

HEX A9 7D 80
Decimal 169 125 128
Binary 10101001 1111101 10000000
Octal 251 175 200

Shades and tints

Shades of #A97D80

#A97D80
(169,125,128)
#9A7275
(154,114,117)
#8B676A
(139,103,106)
#7C5C5F
(124,92,95)
#6D5154
(109,81,84)
#5E4649
(94,70,73)
#4F3B3E
(79,59,62)
#403033
(64,48,51)
#312528
(49,37,40)
#221A1D
(34,26,29)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #A97D80

#A97D80
(169,125,128)
#B0888B
(176,136,139)
#B79396
(183,147,150)
#BE9EA1
(190,158,161)
#C5A9AC
(197,169,172)
#CCB4B7
(204,180,183)
#D3BFC2
(211,191,194)
#DACACD
(218,202,205)
#E1D5D8
(225,213,216)
#E8E0E3
(232,224,227)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97D80; }

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

This text font color is #A97D80.

Background Color

.myBgColor { background-color: #A97D80; }

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

This div background color is #A97D80.

Border color

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

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

This div border color is #A97D80.

Opacity

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

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

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

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

This text has shadow with #A97D80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A97D80.

Preview

Color preview on black background

This text has color #A97D80 on black background.


Color preview on white background

This text has color #A97D80 on white background.


Black color preview on #A97D80 background

This text has black color on #A97D80 background.


White color preview on #A97D80 background

This text has white color on #A97D80 background.


Related colors

Complementary color

Complementary color for #hex is #56827F.


I love getcolorcode.com

Triadic colors

1 #80A97D and #7D80A9 with #A97D80 are triadic colors.

2 #807DA9 and #7DA980 with #A97D80 are triadic colors.