COLOR #A9766E

HEX: #A9766E RGB: (169,118,110)

Color info

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

RGB color model

#A9766E color RGB value is (169,118,110).

RGB: (169,118,110) (66%, 46%, 43%)

RGB channels and saturation

R 169 of 255 = 66%
G 118 of 255 = 46%
B 110 of 255 = 43%

169
118
110

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

Portions of RGB colors in percentages

R + G + B = 169 + 118 + 110 = 397 (100%)
R 169 of 397 ~ 42.57%
G 118 of 397 ~ 29.72%
B 110 of 397 ~ 27.71'%

%42.57
%29.72
%27.71

CMYK color model

#A9766E color CMYK value is (0,30,35,34).

  • cyan value is 0.00%
  • magenta value is 30.18%
  • yellow value is 34.91%
  • key color value is 33.73%

CMYK: (0,30,35,34)
C0M30Y35K34 (0%, 30%, 35%, 34%)
(0.00 / 0.30 / 0.35 / 0.34)

CMYK percentages

%0
%30.18
%34.91
%33.73

Codes

Color #A9766E in popluar color models

A9 76 6E
RGB 169 118 110
HSL 25.54% 54.71%
HSB/HSV 34.91% 66.27%
CMYK 0.00% 30.18% 34.91%
33.73%

Color #A9766E in popluar number systems.

HEX A9 76 6E
Decimal 169 118 110
Binary 10101001 1110110 1101110
Octal 251 166 156

Shades and tints

Shades of #A9766E

#A9766E
(169,118,110)
#9A6C64
(154,108,100)
#8B625A
(139,98,90)
#7C5850
(124,88,80)
#6D4E46
(109,78,70)
#5E443C
(94,68,60)
#4F3A32
(79,58,50)
#403028
(64,48,40)
#31261E
(49,38,30)
#221C14
(34,28,20)
#13120A
(19,18,10)
#000000
(0,0,0)

Tints of #A9766E

#A9766E
(169,118,110)
#B0827B
(176,130,123)
#B78E88
(183,142,136)
#BE9A95
(190,154,149)
#C5A6A2
(197,166,162)
#CCB2AF
(204,178,175)
#D3BEBC
(211,190,188)
#DACAC9
(218,202,201)
#E1D6D6
(225,214,214)
#E8E2E3
(232,226,227)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9766E color. Also use rgb(169,118,110) instead hex code.

Text Font Color

.myTextColor { color: #A9766E; }

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

This text font color is #A9766E.

Background Color

.myBgColor { background-color: #A9766E; }

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

This div background color is #A9766E.

Border color

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

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

This div border color is #A9766E.

Opacity

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

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

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

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

This text has shadow with #A9766E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9766E.

Preview

Color preview on black background

This text has color #A9766E on black background.


Color preview on white background

This text has color #A9766E on white background.


Black color preview on #A9766E background

This text has black color on #A9766E background.


White color preview on #A9766E background

This text has white color on #A9766E background.


Related colors

Complementary color

Complementary color for #hex is #568991.


I love getcolorcode.com

Triadic colors

1 #6EA976 and #766EA9 with #A9766E are triadic colors.

2 #6E76A9 and #76A96E with #A9766E are triadic colors.