COLOR #A69B7E

HEX: #A69B7E RGB: (166,155,126)

Color info

#A69B7E contains red, green and blue colors in about the same proportion. Web safe color of #A69B7E is #999966 (or #996).

RGB color model

#A69B7E color RGB value is (166,155,126).

RGB: (166,155,126) (65%, 61%, 49%)

RGB channels and saturation

R 166 of 255 = 65%
G 155 of 255 = 61%
B 126 of 255 = 49%

166
155
126

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

Portions of RGB colors in percentages

R + G + B = 166 + 155 + 126 = 447 (100%)
R 166 of 447 ~ 37.14%
G 155 of 447 ~ 34.68%
B 126 of 447 ~ 28.19'%

%37.14
%34.68
%28.19

CMYK color model

#A69B7E color CMYK value is (0,7,24,35).

  • cyan value is 0.00%
  • magenta value is 6.63%
  • yellow value is 24.10%
  • key color value is 34.90%

CMYK: (0,7,24,35)
C0M7Y24K35 (0%, 7%, 24%, 35%)
(0.00 / 0.07 / 0.24 / 0.35)

CMYK percentages

%0
%6.63
%24.1
%34.9

Codes

Color #A69B7E in popluar color models

A6 9B 7E
RGB 166 155 126
HSL 44° 18.35% 57.25%
HSB/HSV 44° 24.10% 65.10%
CMYK 0.00% 6.63% 24.10%
34.90%

Color #A69B7E in popluar number systems.

HEX A6 9B 7E
Decimal 166 155 126
Binary 10100110 10011011 1111110
Octal 246 233 176

Shades and tints

Shades of #A69B7E

#A69B7E
(166,155,126)
#978D73
(151,141,115)
#887F68
(136,127,104)
#79715D
(121,113,93)
#6A6352
(106,99,82)
#5B5547
(91,85,71)
#4C473C
(76,71,60)
#3D3931
(61,57,49)
#2E2B26
(46,43,38)
#1F1D1B
(31,29,27)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #A69B7E

#A69B7E
(166,155,126)
#AEA489
(174,164,137)
#B6AD94
(182,173,148)
#BEB69F
(190,182,159)
#C6BFAA
(198,191,170)
#CEC8B5
(206,200,181)
#D6D1C0
(214,209,192)
#DEDACB
(222,218,203)
#E6E3D6
(230,227,214)
#EEECE1
(238,236,225)
#F6F5EC
(246,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69B7E color. Also use rgb(166,155,126) instead hex code.

Text Font Color

.myTextColor { color: #A69B7E; }

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

This text font color is #A69B7E.

Background Color

.myBgColor { background-color: #A69B7E; }

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

This div background color is #A69B7E.

Border color

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

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

This div border color is #A69B7E.

Opacity

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

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

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

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

This text has shadow with #A69B7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A69B7E.

Preview

Color preview on black background

This text has color #A69B7E on black background.


Color preview on white background

This text has color #A69B7E on white background.


Black color preview on #A69B7E background

This text has black color on #A69B7E background.


White color preview on #A69B7E background

This text has white color on #A69B7E background.


Related colors

Complementary color

Complementary color for #hex is #596481.


I love getcolorcode.com

Triadic colors

1 #7EA69B and #9B7EA6 with #A69B7E are triadic colors.

2 #7E9BA6 and #9BA67E with #A69B7E are triadic colors.