COLOR #A69D81

HEX: #A69D81 RGB: (166,157,129)

Color info

#A69D81 contains red, green and blue colors in about the same proportion. Web safe color of #A69D81 is #999999 (or #999).

RGB color model

#A69D81 color RGB value is (166,157,129).

RGB: (166,157,129) (65%, 62%, 51%)

RGB channels and saturation

R 166 of 255 = 65%
G 157 of 255 = 62%
B 129 of 255 = 51%

166
157
129

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

Portions of RGB colors in percentages

R + G + B = 166 + 157 + 129 = 452 (100%)
R 166 of 452 ~ 36.73%
G 157 of 452 ~ 34.73%
B 129 of 452 ~ 28.54'%

%36.73
%34.73
%28.54

CMYK color model

#A69D81 color CMYK value is (0,5,22,35).

  • cyan value is 0.00%
  • magenta value is 5.42%
  • yellow value is 22.29%
  • key color value is 34.90%
CMYK: (0,5,22,35) C0M5Y22K35 (0%,5%,22%,35%) (0.00/0.05/0.22/0.35) 

CMYK percentages

%0
%5.42
%22.29
%34.9

Codes

Color #A69D81 in popluar color models

A6 9D 81
RGB 166 157 129
HSL 45° 17.21% 57.84%
HSB/HSV 45° 22.29% 65.10%
CMYK 0.00% 5.42% 22.29%
34.90%

Color #A69D81 in popluar number systems.

HEX A6 9D 81
Decimal 166 157 129
Binary 10100110 10011101 10000001
Octal 246 235 201

Shades and tints

Shades of #A69D81

#A69D81
(166,157,129)
#978F76
(151,143,118)
#88816B
(136,129,107)
#797360
(121,115,96)
#6A6555
(106,101,85)
#5B574A
(91,87,74)
#4C493F
(76,73,63)
#3D3B34
(61,59,52)
#2E2D29
(46,45,41)
#1F1F1E
(31,31,30)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #A69D81

#A69D81
(166,157,129)
#AEA58C
(174,165,140)
#B6AD97
(182,173,151)
#BEB5A2
(190,181,162)
#C6BDAD
(198,189,173)
#CEC5B8
(206,197,184)
#D6CDC3
(214,205,195)
#DED5CE
(222,213,206)
#E6DDD9
(230,221,217)
#EEE5E4
(238,229,228)
#F6EDEF
(246,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69D81 color. Also use rgb(166,157,129) instead hex code.

Text Font Color

.myTextColor { color: #A69D81; }

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

This text font color is #A69D81.

Background Color

.myBgColor { background-color: #A69D81; }

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

This div background color is #A69D81.

Border color

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

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

This div border color is #A69D81.

Opacity

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

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

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

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

This text has shadow with #A69D81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A69D81.

Preview

Color preview on black background

This text has color #A69D81 on black background.


Color preview on white background

This text has color #A69D81 on white background.


Black color preview on #A69D81 background

This text has black color on #A69D81 background.


White color preview on #A69D81 background

This text has white color on #A69D81 background.


Related colors

Complementary color

Complementary color for #hex is #59627E.


I love getcolorcode.com

Triadic colors

1 #81A69D and #9D81A6 with #A69D81 are triadic colors.

2 #819DA6 and #9DA681 with #A69D81 are triadic colors.