COLOR #A69D7D

HEX: #A69D7D
RGB: (166,157,125)

Color info

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

RGB color model

#A69D7D color RGB value is (166,157,125).

  • red value is 166;
  • green value is 157;
  • blue value is 125.
RGB:
(166,157,125)
(65%,62%,49%)

RGB channels and saturation

R 166 of 255 = 65%
G 157 of 255 = 62%
B 125 of 255 = 49%

166
157
125

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

Portions of RGB colors in percentages

R + G + B =
166 + 157 + 125 = 448 (100%)
R 166 of 448 ~ 37.05%
G 157 of 448 ~ 35.04%
B 125 of 448 ~ 27.9%

%37.05
%35.04
%27.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.42%
  • yellow value is 24.70%
  • 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
%5.42
%24.7
%34.9

Codes

Color #A69D7D in popluar color models

A69D7D
RGB166157125
HSL47°18.72%57.06%
HSB/HSV47°24.70%65.10%
CMYK0.00%5.42%24.70%
34.90%

Color #A69D7D in popluar number systems.

HEXA69D7D
Decimal166157125
Binary10100110100111011111101
Octal246235175

Shades and tints

Shades of #A69D7D

#A69D7D
(166,157,125)
#978F72
(151,143,114)
#888167
(136,129,103)
#79735C
(121,115,92)
#6A6551
(106,101,81)
#5B5746
(91,87,70)
#4C493B
(76,73,59)
#3D3B30
(61,59,48)
#2E2D25
(46,45,37)
#1F1F1A
(31,31,26)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #A69D7D

#A69D7D
(166,157,125)
#AEA588
(174,165,136)
#B6AD93
(182,173,147)
#BEB59E
(190,181,158)
#C6BDA9
(198,189,169)
#CEC5B4
(206,197,180)
#D6CDBF
(214,205,191)
#DED5CA
(222,213,202)
#E6DDD5
(230,221,213)
#EEE5E0
(238,229,224)
#F6EDEB
(246,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69D7D; }

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

This text font color is #A69D7D.


Background Color

.myBgColor { background-color: #A69D7D; }

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

This div background color is #A69D7D.


Border color

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

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

This div border color is #A69D7D.


Opacity

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

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

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

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

This text has shadow with #A69D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69D7D on black background.


Color preview on white background

This text has color #A69D7D on white background.



Black color preview on #A69D7D background

This text has black color on #A69D7D background.


White color preview on #A69D7D background

This text has white color on #A69D7D background.