COLOR #A69E7C

HEX: #A69E7C RGB: (166,158,124)

Color info

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

RGB color model

#A69E7C color RGB value is (166,158,124).

RGB: (166,158,124) (65%, 62%, 49%)

RGB channels and saturation

R 166 of 255 = 65%
G 158 of 255 = 62%
B 124 of 255 = 49%

166
158
124

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

Portions of RGB colors in percentages

R + G + B = 166 + 158 + 124 = 448 (100%)
R 166 of 448 ~ 37.05%
G 158 of 448 ~ 35.27%
B 124 of 448 ~ 27.68'%

%37.05
%35.27
%27.68

CMYK color model

#A69E7C color CMYK value is (0,5,25,35).

  • cyan value is 0.00%
  • magenta value is 4.82%
  • yellow value is 25.30%
  • key color value is 34.90%

CMYK: (0,5,25,35)
C0M5Y25K35 (0%, 5%, 25%, 35%)
(0.00 / 0.05 / 0.25 / 0.35)

CMYK percentages

%0
%4.82
%25.3
%34.9

Codes

Color #A69E7C in popluar color models

A6 9E 7C
RGB 166 158 124
HSL 49° 19.09% 56.86%
HSB/HSV 49° 25.30% 65.10%
CMYK 0.00% 4.82% 25.30%
34.90%

Color #A69E7C in popluar number systems.

HEX A6 9E 7C
Decimal 166 158 124
Binary 10100110 10011110 1111100
Octal 246 236 174

Shades and tints

Shades of #A69E7C

#A69E7C
(166,158,124)
#979071
(151,144,113)
#888266
(136,130,102)
#79745B
(121,116,91)
#6A6650
(106,102,80)
#5B5845
(91,88,69)
#4C4A3A
(76,74,58)
#3D3C2F
(61,60,47)
#2E2E24
(46,46,36)
#1F2019
(31,32,25)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #A69E7C

#A69E7C
(166,158,124)
#AEA687
(174,166,135)
#B6AE92
(182,174,146)
#BEB69D
(190,182,157)
#C6BEA8
(198,190,168)
#CEC6B3
(206,198,179)
#D6CEBE
(214,206,190)
#DED6C9
(222,214,201)
#E6DED4
(230,222,212)
#EEE6DF
(238,230,223)
#F6EEEA
(246,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69E7C color. Also use rgb(166,158,124) instead hex code.

Text Font Color

.myTextColor { color: #A69E7C; }

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

This text font color is #A69E7C.

Background Color

.myBgColor { background-color: #A69E7C; }

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

This div background color is #A69E7C.

Border color

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

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

This div border color is #A69E7C.

Opacity

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

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

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

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

This text has shadow with #A69E7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A69E7C.

Preview

Color preview on black background

This text has color #A69E7C on black background.


Color preview on white background

This text has color #A69E7C on white background.


Black color preview on #A69E7C background

This text has black color on #A69E7C background.


White color preview on #A69E7C background

This text has white color on #A69E7C background.


Related colors

Complementary color

Complementary color for #hex is #596183.


I love getcolorcode.com

Triadic colors

1 #7CA69E and #9E7CA6 with #A69E7C are triadic colors.

2 #7C9EA6 and #9EA67C with #A69E7C are triadic colors.