COLOR #A9707B

HEX: #A9707B RGB: (169,112,123)

Color info

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

RGB color model

#A9707B color RGB value is (169,112,123).

RGB: (169,112,123) (66%, 44%, 48%)

RGB channels and saturation

R 169 of 255 = 66%
G 112 of 255 = 44%
B 123 of 255 = 48%

169
112
123

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

Portions of RGB colors in percentages

R + G + B = 169 + 112 + 123 = 404 (100%)
R 169 of 404 ~ 41.83%
G 112 of 404 ~ 27.72%
B 123 of 404 ~ 30.45'%

%41.83
%27.72
%30.45

CMYK color model

#A9707B color CMYK value is (0,34,27,34).

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

CMYK: (0,34,27,34)
C0M34Y27K34 (0%, 34%, 27%, 34%)
(0.00 / 0.34 / 0.27 / 0.34)

CMYK percentages

%0
%33.73
%27.22
%33.73

Codes

Color #A9707B in popluar color models

A9 70 7B
RGB 169 112 123
HSL 348° 24.89% 55.10%
HSB/HSV 348° 33.73% 66.27%
CMYK 0.00% 33.73% 27.22%
33.73%

Color #A9707B in popluar number systems.

HEX A9 70 7B
Decimal 169 112 123
Binary 10101001 1110000 1111011
Octal 251 160 173

Shades and tints

Shades of #A9707B

#A9707B
(169,112,123)
#9A6670
(154,102,112)
#8B5C65
(139,92,101)
#7C525A
(124,82,90)
#6D484F
(109,72,79)
#5E3E44
(94,62,68)
#4F3439
(79,52,57)
#402A2E
(64,42,46)
#312023
(49,32,35)
#221618
(34,22,24)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #A9707B

#A9707B
(169,112,123)
#B07D87
(176,125,135)
#B78A93
(183,138,147)
#BE979F
(190,151,159)
#C5A4AB
(197,164,171)
#CCB1B7
(204,177,183)
#D3BEC3
(211,190,195)
#DACBCF
(218,203,207)
#E1D8DB
(225,216,219)
#E8E5E7
(232,229,231)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9707B; }

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

This text font color is #A9707B.

Background Color

.myBgColor { background-color: #A9707B; }

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

This div background color is #A9707B.

Border color

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

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

This div border color is #A9707B.

Opacity

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

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

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

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

This text has shadow with #A9707B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9707B.

Preview

Color preview on black background

This text has color #A9707B on black background.


Color preview on white background

This text has color #A9707B on white background.


Black color preview on #A9707B background

This text has black color on #A9707B background.


White color preview on #A9707B background

This text has white color on #A9707B background.


Related colors

Complementary color

Complementary color for #hex is #568F84.


I love getcolorcode.com

Triadic colors

1 #7BA970 and #707BA9 with #A9707B are triadic colors.

2 #7B70A9 and #70A97B with #A9707B are triadic colors.