COLOR #A69C9F

HEX: #A69C9F RGB: (166,156,159)

Color info

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

RGB color model

#A69C9F color RGB value is (166,156,159).

RGB: (166,156,159) (65%, 61%, 62%)

RGB channels and saturation

R 166 of 255 = 65%
G 156 of 255 = 61%
B 159 of 255 = 62%

166
156
159

R + G + B ~ 63%. #A69C9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 156 + 159 = 481 (100%)
R 166 of 481 ~ 34.51%
G 156 of 481 ~ 32.43%
B 159 of 481 ~ 33.06'%

%34.51
%32.43
%33.06

CMYK color model

#A69C9F color CMYK value is (0,6,4,35).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 4.22%
  • key color value is 34.90%

CMYK: (0,6,4,35)
C0M6Y4K35 (0%, 6%, 4%, 35%)
(0.00 / 0.06 / 0.04 / 0.35)

CMYK percentages

%0
%6.02
%4.22
%34.9

Codes

Color #A69C9F in popluar color models

A6 9C 9F
RGB 166 156 159
HSL 342° 5.32% 63.14%
HSB/HSV 342° 6.02% 65.10%
CMYK 0.00% 6.02% 4.22%
34.90%

Color #A69C9F in popluar number systems.

HEX A6 9C 9F
Decimal 166 156 159
Binary 10100110 10011100 10011111
Octal 246 234 237

Shades and tints

Shades of #A69C9F

#A69C9F
(166,156,159)
#978E91
(151,142,145)
#888083
(136,128,131)
#797275
(121,114,117)
#6A6467
(106,100,103)
#5B5659
(91,86,89)
#4C484B
(76,72,75)
#3D3A3D
(61,58,61)
#2E2C2F
(46,44,47)
#1F1E21
(31,30,33)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #A69C9F

#A69C9F
(166,156,159)
#AEA5A7
(174,165,167)
#B6AEAF
(182,174,175)
#BEB7B7
(190,183,183)
#C6C0BF
(198,192,191)
#CEC9C7
(206,201,199)
#D6D2CF
(214,210,207)
#DEDBD7
(222,219,215)
#E6E4DF
(230,228,223)
#EEEDE7
(238,237,231)
#F6F6EF
(246,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69C9F color. Also use rgb(166,156,159) instead hex code.

Text Font Color

.myTextColor { color: #A69C9F; }

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

This text font color is #A69C9F.

Background Color

.myBgColor { background-color: #A69C9F; }

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

This div background color is #A69C9F.

Border color

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

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

This div border color is #A69C9F.

Opacity

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

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

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

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

This text has shadow with #A69C9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A69C9F.

Preview

Color preview on black background

This text has color #A69C9F on black background.


Color preview on white background

This text has color #A69C9F on white background.


Black color preview on #A69C9F background

This text has black color on #A69C9F background.


White color preview on #A69C9F background

This text has white color on #A69C9F background.


Related colors

Complementary color

Complementary color for #hex is #596360.


I love getcolorcode.com

Triadic colors

1 #9FA69C and #9C9FA6 with #A69C9F are triadic colors.

2 #9F9CA6 and #9CA69F with #A69C9F are triadic colors.