COLOR #A97F7A

HEX: #A97F7A RGB: (169,127,122)

Color info

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

RGB color model

#A97F7A color RGB value is (169,127,122).

RGB: (169,127,122) (66%, 50%, 48%)

RGB channels and saturation

R 169 of 255 = 66%
G 127 of 255 = 50%
B 122 of 255 = 48%

169
127
122

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

Portions of RGB colors in percentages

R + G + B = 169 + 127 + 122 = 418 (100%)
R 169 of 418 ~ 40.43%
G 127 of 418 ~ 30.38%
B 122 of 418 ~ 29.19'%

%40.43
%30.38
%29.19

CMYK color model

#A97F7A color CMYK value is (0,25,28,34).

  • cyan value is 0.00%
  • magenta value is 24.85%
  • yellow value is 27.81%
  • key color value is 33.73%

CMYK: (0,25,28,34)
C0M25Y28K34 (0%, 25%, 28%, 34%)
(0.00 / 0.25 / 0.28 / 0.34)

CMYK percentages

%0
%24.85
%27.81
%33.73

Codes

Color #A97F7A in popluar color models

A9 7F 7A
RGB 169 127 122
HSL 21.46% 57.06%
HSB/HSV 27.81% 66.27%
CMYK 0.00% 24.85% 27.81%
33.73%

Color #A97F7A in popluar number systems.

HEX A9 7F 7A
Decimal 169 127 122
Binary 10101001 1111111 1111010
Octal 251 177 172

Shades and tints

Shades of #A97F7A

#A97F7A
(169,127,122)
#9A746F
(154,116,111)
#8B6964
(139,105,100)
#7C5E59
(124,94,89)
#6D534E
(109,83,78)
#5E4843
(94,72,67)
#4F3D38
(79,61,56)
#40322D
(64,50,45)
#312722
(49,39,34)
#221C17
(34,28,23)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #A97F7A

#A97F7A
(169,127,122)
#B08A86
(176,138,134)
#B79592
(183,149,146)
#BEA09E
(190,160,158)
#C5ABAA
(197,171,170)
#CCB6B6
(204,182,182)
#D3C1C2
(211,193,194)
#DACCCE
(218,204,206)
#E1D7DA
(225,215,218)
#E8E2E6
(232,226,230)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97F7A color. Also use rgb(169,127,122) instead hex code.

Text Font Color

.myTextColor { color: #A97F7A; }

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

This text font color is #A97F7A.

Background Color

.myBgColor { background-color: #A97F7A; }

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

This div background color is #A97F7A.

Border color

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

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

This div border color is #A97F7A.

Opacity

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

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

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

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

This text has shadow with #A97F7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A97F7A.

Preview

Color preview on black background

This text has color #A97F7A on black background.


Color preview on white background

This text has color #A97F7A on white background.


Black color preview on #A97F7A background

This text has black color on #A97F7A background.


White color preview on #A97F7A background

This text has white color on #A97F7A background.


Related colors

Complementary color

Complementary color for #hex is #568085.


I love getcolorcode.com

Triadic colors

1 #7AA97F and #7F7AA9 with #A97F7A are triadic colors.

2 #7A7FA9 and #7FA97A with #A97F7A are triadic colors.