COLOR #A69D8D

HEX: #A69D8D RGB: (166,157,141)

Color info

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

RGB color model

#A69D8D color RGB value is (166,157,141).

RGB: (166,157,141) (65%, 62%, 55%)

RGB channels and saturation

R 166 of 255 = 65%
G 157 of 255 = 62%
B 141 of 255 = 55%

166
157
141

R + G + B ~ 61%. #A69D8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 157 + 141 = 464 (100%)
R 166 of 464 ~ 35.78%
G 157 of 464 ~ 33.84%
B 141 of 464 ~ 30.39'%

%35.78
%33.84
%30.39

CMYK color model

#A69D8D color CMYK value is (0,5,15,35).

  • cyan value is 0.00%
  • magenta value is 5.42%
  • yellow value is 15.06%
  • key color value is 34.90%

CMYK: (0,5,15,35)
C0M5Y15K35 (0%, 5%, 15%, 35%)
(0.00 / 0.05 / 0.15 / 0.35)

CMYK percentages

%0
%5.42
%15.06
%34.9

Codes

Color #A69D8D in popluar color models

A6 9D 8D
RGB 166 157 141
HSL 38° 12.32% 60.20%
HSB/HSV 38° 15.06% 65.10%
CMYK 0.00% 5.42% 15.06%
34.90%

Color #A69D8D in popluar number systems.

HEX A6 9D 8D
Decimal 166 157 141
Binary 10100110 10011101 10001101
Octal 246 235 215

Shades and tints

Shades of #A69D8D

#A69D8D
(166,157,141)
#978F81
(151,143,129)
#888175
(136,129,117)
#797369
(121,115,105)
#6A655D
(106,101,93)
#5B5751
(91,87,81)
#4C4945
(76,73,69)
#3D3B39
(61,59,57)
#2E2D2D
(46,45,45)
#1F1F21
(31,31,33)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #A69D8D

#A69D8D
(166,157,141)
#AEA597
(174,165,151)
#B6ADA1
(182,173,161)
#BEB5AB
(190,181,171)
#C6BDB5
(198,189,181)
#CEC5BF
(206,197,191)
#D6CDC9
(214,205,201)
#DED5D3
(222,213,211)
#E6DDDD
(230,221,221)
#EEE5E7
(238,229,231)
#F6EDF1
(246,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69D8D; }

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

This text font color is #A69D8D.

Background Color

.myBgColor { background-color: #A69D8D; }

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

This div background color is #A69D8D.

Border color

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

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

This div border color is #A69D8D.

Opacity

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

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

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

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

This text has shadow with #A69D8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A69D8D.

Preview

Color preview on black background

This text has color #A69D8D on black background.


Color preview on white background

This text has color #A69D8D on white background.


Black color preview on #A69D8D background

This text has black color on #A69D8D background.


White color preview on #A69D8D background

This text has white color on #A69D8D background.


Related colors

Complementary color

Complementary color for #hex is #596272.


I love getcolorcode.com

Triadic colors

1 #8DA69D and #9D8DA6 with #A69D8D are triadic colors.

2 #8D9DA6 and #9DA68D with #A69D8D are triadic colors.