COLOR #A97380

HEX: #A97380 RGB: (169,115,128)

Color info

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

RGB color model

#A97380 color RGB value is (169,115,128).

RGB: (169,115,128) (66%, 45%, 50%)

RGB channels and saturation

R 169 of 255 = 66%
G 115 of 255 = 45%
B 128 of 255 = 50%

169
115
128

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

Portions of RGB colors in percentages

R + G + B = 169 + 115 + 128 = 412 (100%)
R 169 of 412 ~ 41.02%
G 115 of 412 ~ 27.91%
B 128 of 412 ~ 31.07'%

%41.02
%27.91
%31.07

CMYK color model

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

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

CMYK: (0,32,24,34)
C0M32Y24K34 (0%, 32%, 24%, 34%)
(0.00 / 0.32 / 0.24 / 0.34)

CMYK percentages

%0
%31.95
%24.26
%33.73

Codes

Color #A97380 in popluar color models

A9 73 80
RGB 169 115 128
HSL 346° 23.89% 55.69%
HSB/HSV 346° 31.95% 66.27%
CMYK 0.00% 31.95% 24.26%
33.73%

Color #A97380 in popluar number systems.

HEX A9 73 80
Decimal 169 115 128
Binary 10101001 1110011 10000000
Octal 251 163 200

Shades and tints

Shades of #A97380

#A97380
(169,115,128)
#9A6975
(154,105,117)
#8B5F6A
(139,95,106)
#7C555F
(124,85,95)
#6D4B54
(109,75,84)
#5E4149
(94,65,73)
#4F373E
(79,55,62)
#402D33
(64,45,51)
#312328
(49,35,40)
#22191D
(34,25,29)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #A97380

#A97380
(169,115,128)
#B07F8B
(176,127,139)
#B78B96
(183,139,150)
#BE97A1
(190,151,161)
#C5A3AC
(197,163,172)
#CCAFB7
(204,175,183)
#D3BBC2
(211,187,194)
#DAC7CD
(218,199,205)
#E1D3D8
(225,211,216)
#E8DFE3
(232,223,227)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97380; }

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

This text font color is #A97380.

Background Color

.myBgColor { background-color: #A97380; }

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

This div background color is #A97380.

Border color

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

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

This div border color is #A97380.

Opacity

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

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

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

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

This text has shadow with #A97380 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A97380.

Preview

Color preview on black background

This text has color #A97380 on black background.


Color preview on white background

This text has color #A97380 on white background.


Black color preview on #A97380 background

This text has black color on #A97380 background.


White color preview on #A97380 background

This text has white color on #A97380 background.


Related colors

Complementary color

Complementary color for #hex is #568C7F.


I love getcolorcode.com

Triadic colors

1 #80A973 and #7380A9 with #A97380 are triadic colors.

2 #8073A9 and #73A980 with #A97380 are triadic colors.