COLOR #A97182

HEX: #A97182 RGB: (169,113,130)

Color info

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

RGB color model

#A97182 color RGB value is (169,113,130).

RGB: (169,113,130) (66%, 44%, 51%)

RGB channels and saturation

R 169 of 255 = 66%
G 113 of 255 = 44%
B 130 of 255 = 51%

169
113
130

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

Portions of RGB colors in percentages

R + G + B = 169 + 113 + 130 = 412 (100%)
R 169 of 412 ~ 41.02%
G 113 of 412 ~ 27.43%
B 130 of 412 ~ 31.55'%

%41.02
%27.43
%31.55

CMYK color model

#A97182 color CMYK value is (0,33,23,34).

  • cyan value is 0.00%
  • magenta value is 33.14%
  • yellow value is 23.08%
  • key color value is 33.73%

CMYK: (0,33,23,34)
C0M33Y23K34 (0%, 33%, 23%, 34%)
(0.00 / 0.33 / 0.23 / 0.34)

CMYK percentages

%0
%33.14
%23.08
%33.73

Codes

Color #A97182 in popluar color models

A9 71 82
RGB 169 113 130
HSL 342° 24.56% 55.29%
HSB/HSV 342° 33.14% 66.27%
CMYK 0.00% 33.14% 23.08%
33.73%

Color #A97182 in popluar number systems.

HEX A9 71 82
Decimal 169 113 130
Binary 10101001 1110001 10000010
Octal 251 161 202

Shades and tints

Shades of #A97182

#A97182
(169,113,130)
#9A6777
(154,103,119)
#8B5D6C
(139,93,108)
#7C5361
(124,83,97)
#6D4956
(109,73,86)
#5E3F4B
(94,63,75)
#4F3540
(79,53,64)
#402B35
(64,43,53)
#31212A
(49,33,42)
#22171F
(34,23,31)
#130D14
(19,13,20)
#000000
(0,0,0)

Tints of #A97182

#A97182
(169,113,130)
#B07D8D
(176,125,141)
#B78998
(183,137,152)
#BE95A3
(190,149,163)
#C5A1AE
(197,161,174)
#CCADB9
(204,173,185)
#D3B9C4
(211,185,196)
#DAC5CF
(218,197,207)
#E1D1DA
(225,209,218)
#E8DDE5
(232,221,229)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97182 color. Also use rgb(169,113,130) instead hex code.

Text Font Color

.myTextColor { color: #A97182; }

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

This text font color is #A97182.

Background Color

.myBgColor { background-color: #A97182; }

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

This div background color is #A97182.

Border color

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

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

This div border color is #A97182.

Opacity

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

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

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

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

This text has shadow with #A97182 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A97182.

Preview

Color preview on black background

This text has color #A97182 on black background.


Color preview on white background

This text has color #A97182 on white background.


Black color preview on #A97182 background

This text has black color on #A97182 background.


White color preview on #A97182 background

This text has white color on #A97182 background.


Related colors

Complementary color

Complementary color for #hex is #568E7D.


I love getcolorcode.com

Triadic colors

1 #82A971 and #7182A9 with #A97182 are triadic colors.

2 #8271A9 and #71A982 with #A97182 are triadic colors.