COLOR #A69789

HEX: #A69789 RGB: (166,151,137)

Color info

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

RGB color model

#A69789 color RGB value is (166,151,137).

RGB: (166,151,137) (65%, 59%, 54%)

RGB channels and saturation

R 166 of 255 = 65%
G 151 of 255 = 59%
B 137 of 255 = 54%

166
151
137

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

Portions of RGB colors in percentages

R + G + B = 166 + 151 + 137 = 454 (100%)
R 166 of 454 ~ 36.56%
G 151 of 454 ~ 33.26%
B 137 of 454 ~ 30.18'%

%36.56
%33.26
%30.18

CMYK color model

#A69789 color CMYK value is (0,9,17,35).

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

CMYK: (0,9,17,35)
C0M9Y17K35 (0%, 9%, 17%, 35%)
(0.00 / 0.09 / 0.17 / 0.35)

CMYK percentages

%0
%9.04
%17.47
%34.9

Codes

Color #A69789 in popluar color models

A6 97 89
RGB 166 151 137
HSL 29° 14.01% 59.41%
HSB/HSV 29° 17.47% 65.10%
CMYK 0.00% 9.04% 17.47%
34.90%

Color #A69789 in popluar number systems.

HEX A6 97 89
Decimal 166 151 137
Binary 10100110 10010111 10001001
Octal 246 227 211

Shades and tints

Shades of #A69789

#A69789
(166,151,137)
#978A7D
(151,138,125)
#887D71
(136,125,113)
#797065
(121,112,101)
#6A6359
(106,99,89)
#5B564D
(91,86,77)
#4C4941
(76,73,65)
#3D3C35
(61,60,53)
#2E2F29
(46,47,41)
#1F221D
(31,34,29)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #A69789

#A69789
(166,151,137)
#AEA093
(174,160,147)
#B6A99D
(182,169,157)
#BEB2A7
(190,178,167)
#C6BBB1
(198,187,177)
#CEC4BB
(206,196,187)
#D6CDC5
(214,205,197)
#DED6CF
(222,214,207)
#E6DFD9
(230,223,217)
#EEE8E3
(238,232,227)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69789; }

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

This text font color is #A69789.

Background Color

.myBgColor { background-color: #A69789; }

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

This div background color is #A69789.

Border color

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

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

This div border color is #A69789.

Opacity

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

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

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

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

This text has shadow with #A69789 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A69789.

Preview

Color preview on black background

This text has color #A69789 on black background.


Color preview on white background

This text has color #A69789 on white background.


Black color preview on #A69789 background

This text has black color on #A69789 background.


White color preview on #A69789 background

This text has white color on #A69789 background.


Related colors

Complementary color

Complementary color for #hex is #596876.


I love getcolorcode.com

Triadic colors

1 #89A697 and #9789A6 with #A69789 are triadic colors.

2 #8997A6 and #97A689 with #A69789 are triadic colors.