COLOR #A97079

HEX: #A97079 RGB: (169,112,121)

Color info

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

RGB color model

#A97079 color RGB value is (169,112,121).

RGB: (169,112,121) (66%, 44%, 47%)

RGB channels and saturation

R 169 of 255 = 66%
G 112 of 255 = 44%
B 121 of 255 = 47%

169
112
121

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

Portions of RGB colors in percentages

R + G + B = 169 + 112 + 121 = 402 (100%)
R 169 of 402 ~ 42.04%
G 112 of 402 ~ 27.86%
B 121 of 402 ~ 30.1'%

%42.04
%27.86
%30.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.73%
  • yellow value is 28.40%
  • key color value is 33.73%

CMYK: (0,34,28,34)
C0M34Y28K34 (0%, 34%, 28%, 34%)
(0.00 / 0.34 / 0.28 / 0.34)

CMYK percentages

%0
%33.73
%28.4
%33.73

Codes

Color #A97079 in popluar color models

A9 70 79
RGB 169 112 121
HSL 351° 24.89% 55.10%
HSB/HSV 351° 33.73% 66.27%
CMYK 0.00% 33.73% 28.40%
33.73%

Color #A97079 in popluar number systems.

HEX A9 70 79
Decimal 169 112 121
Binary 10101001 1110000 1111001
Octal 251 160 171

Shades and tints

Shades of #A97079

#A97079
(169,112,121)
#9A666E
(154,102,110)
#8B5C63
(139,92,99)
#7C5258
(124,82,88)
#6D484D
(109,72,77)
#5E3E42
(94,62,66)
#4F3437
(79,52,55)
#402A2C
(64,42,44)
#312021
(49,32,33)
#221616
(34,22,22)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #A97079

#A97079
(169,112,121)
#B07D85
(176,125,133)
#B78A91
(183,138,145)
#BE979D
(190,151,157)
#C5A4A9
(197,164,169)
#CCB1B5
(204,177,181)
#D3BEC1
(211,190,193)
#DACBCD
(218,203,205)
#E1D8D9
(225,216,217)
#E8E5E5
(232,229,229)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97079 color. Also use rgb(169,112,121) instead hex code.

Text Font Color

.myTextColor { color: #A97079; }

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

This text font color is #A97079.

Background Color

.myBgColor { background-color: #A97079; }

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

This div background color is #A97079.

Border color

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

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

This div border color is #A97079.

Opacity

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

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

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

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

This text has shadow with #A97079 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A97079.

Preview

Color preview on black background

This text has color #A97079 on black background.


Color preview on white background

This text has color #A97079 on white background.


Black color preview on #A97079 background

This text has black color on #A97079 background.


White color preview on #A97079 background

This text has white color on #A97079 background.


Related colors

Complementary color

Complementary color for #hex is #568F86.


I love getcolorcode.com

Triadic colors

1 #79A970 and #7079A9 with #A97079 are triadic colors.

2 #7970A9 and #70A979 with #A97079 are triadic colors.