COLOR #A9756F

HEX: #A9756F RGB: (169,117,111)

Color info

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

RGB color model

#A9756F color RGB value is (169,117,111).

RGB: (169,117,111) (66%, 46%, 44%)

RGB channels and saturation

R 169 of 255 = 66%
G 117 of 255 = 46%
B 111 of 255 = 44%

169
117
111

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

Portions of RGB colors in percentages

R + G + B = 169 + 117 + 111 = 397 (100%)
R 169 of 397 ~ 42.57%
G 117 of 397 ~ 29.47%
B 111 of 397 ~ 27.96'%

%42.57
%29.47
%27.96

CMYK color model

#A9756F color CMYK value is (0,31,34,34).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 34.32%
  • key color value is 33.73%

CMYK: (0,31,34,34)
C0M31Y34K34 (0%, 31%, 34%, 34%)
(0.00 / 0.31 / 0.34 / 0.34)

CMYK percentages

%0
%30.77
%34.32
%33.73

Codes

Color #A9756F in popluar color models

A9 75 6F
RGB 169 117 111
HSL 25.22% 54.90%
HSB/HSV 34.32% 66.27%
CMYK 0.00% 30.77% 34.32%
33.73%

Color #A9756F in popluar number systems.

HEX A9 75 6F
Decimal 169 117 111
Binary 10101001 1110101 1101111
Octal 251 165 157

Shades and tints

Shades of #A9756F

#A9756F
(169,117,111)
#9A6B65
(154,107,101)
#8B615B
(139,97,91)
#7C5751
(124,87,81)
#6D4D47
(109,77,71)
#5E433D
(94,67,61)
#4F3933
(79,57,51)
#402F29
(64,47,41)
#31251F
(49,37,31)
#221B15
(34,27,21)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #A9756F

#A9756F
(169,117,111)
#B0817C
(176,129,124)
#B78D89
(183,141,137)
#BE9996
(190,153,150)
#C5A5A3
(197,165,163)
#CCB1B0
(204,177,176)
#D3BDBD
(211,189,189)
#DAC9CA
(218,201,202)
#E1D5D7
(225,213,215)
#E8E1E4
(232,225,228)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9756F color. Also use rgb(169,117,111) instead hex code.

Text Font Color

.myTextColor { color: #A9756F; }

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

This text font color is #A9756F.

Background Color

.myBgColor { background-color: #A9756F; }

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

This div background color is #A9756F.

Border color

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

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

This div border color is #A9756F.

Opacity

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

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

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

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

This text has shadow with #A9756F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9756F.

Preview

Color preview on black background

This text has color #A9756F on black background.


Color preview on white background

This text has color #A9756F on white background.


Black color preview on #A9756F background

This text has black color on #A9756F background.


White color preview on #A9756F background

This text has white color on #A9756F background.


Related colors

Complementary color

Complementary color for #hex is #568A90.


I love getcolorcode.com

Triadic colors

1 #6FA975 and #756FA9 with #A9756F are triadic colors.

2 #6F75A9 and #75A96F with #A9756F are triadic colors.