COLOR #A69F89

HEX: #A69F89 RGB: (166,159,137)

Color info

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

RGB color model

#A69F89 color RGB value is (166,159,137).

RGB: (166,159,137) (65%, 62%, 54%)

RGB channels and saturation

R 166 of 255 = 65%
G 159 of 255 = 62%
B 137 of 255 = 54%

166
159
137

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

Portions of RGB colors in percentages

R + G + B = 166 + 159 + 137 = 462 (100%)
R 166 of 462 ~ 35.93%
G 159 of 462 ~ 34.42%
B 137 of 462 ~ 29.65'%

%35.93
%34.42
%29.65

CMYK color model

#A69F89 color CMYK value is (0,4,17,35).

  • cyan value is 0.00%
  • magenta value is 4.22%
  • yellow value is 17.47%
  • key color value is 34.90%

CMYK: (0,4,17,35)
C0M4Y17K35 (0%, 4%, 17%, 35%)
(0.00 / 0.04 / 0.17 / 0.35)

CMYK percentages

%0
%4.22
%17.47
%34.9

Codes

Color #A69F89 in popluar color models

A6 9F 89
RGB 166 159 137
HSL 46° 14.01% 59.41%
HSB/HSV 46° 17.47% 65.10%
CMYK 0.00% 4.22% 17.47%
34.90%

Color #A69F89 in popluar number systems.

HEX A6 9F 89
Decimal 166 159 137
Binary 10100110 10011111 10001001
Octal 246 237 211

Shades and tints

Shades of #A69F89

#A69F89
(166,159,137)
#97917D
(151,145,125)
#888371
(136,131,113)
#797565
(121,117,101)
#6A6759
(106,103,89)
#5B594D
(91,89,77)
#4C4B41
(76,75,65)
#3D3D35
(61,61,53)
#2E2F29
(46,47,41)
#1F211D
(31,33,29)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #A69F89

#A69F89
(166,159,137)
#AEA793
(174,167,147)
#B6AF9D
(182,175,157)
#BEB7A7
(190,183,167)
#C6BFB1
(198,191,177)
#CEC7BB
(206,199,187)
#D6CFC5
(214,207,197)
#DED7CF
(222,215,207)
#E6DFD9
(230,223,217)
#EEE7E3
(238,231,227)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69F89 color. Also use rgb(166,159,137) instead hex code.

Text Font Color

.myTextColor { color: #A69F89; }

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

This text font color is #A69F89.

Background Color

.myBgColor { background-color: #A69F89; }

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

This div background color is #A69F89.

Border color

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

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

This div border color is #A69F89.

Opacity

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

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

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

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

This text has shadow with #A69F89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A69F89.

Preview

Color preview on black background

This text has color #A69F89 on black background.


Color preview on white background

This text has color #A69F89 on white background.


Black color preview on #A69F89 background

This text has black color on #A69F89 background.


White color preview on #A69F89 background

This text has white color on #A69F89 background.


Related colors

Complementary color

Complementary color for #hex is #596076.


I love getcolorcode.com

Triadic colors

1 #89A69F and #9F89A6 with #A69F89 are triadic colors.

2 #899FA6 and #9FA689 with #A69F89 are triadic colors.