COLOR #A69D95

HEX: #A69D95 RGB: (166,157,149)

Color info

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

RGB color model

#A69D95 color RGB value is (166,157,149).

RGB: (166,157,149) (65%, 62%, 58%)

RGB channels and saturation

R 166 of 255 = 65%
G 157 of 255 = 62%
B 149 of 255 = 58%

166
157
149

R + G + B ~ 62%. #A69D95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 157 + 149 = 472 (100%)
R 166 of 472 ~ 35.17%
G 157 of 472 ~ 33.26%
B 149 of 472 ~ 31.57'%

%35.17
%33.26
%31.57

CMYK color model

#A69D95 color CMYK value is (0,5,10,35).

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

CMYK: (0,5,10,35)
C0M5Y10K35 (0%, 5%, 10%, 35%)
(0.00 / 0.05 / 0.10 / 0.35)

CMYK percentages

%0
%5.42
%10.24
%34.9

Codes

Color #A69D95 in popluar color models

A6 9D 95
RGB 166 157 149
HSL 28° 8.72% 61.76%
HSB/HSV 28° 10.24% 65.10%
CMYK 0.00% 5.42% 10.24%
34.90%

Color #A69D95 in popluar number systems.

HEX A6 9D 95
Decimal 166 157 149
Binary 10100110 10011101 10010101
Octal 246 235 225

Shades and tints

Shades of #A69D95

#A69D95
(166,157,149)
#978F88
(151,143,136)
#88817B
(136,129,123)
#79736E
(121,115,110)
#6A6561
(106,101,97)
#5B5754
(91,87,84)
#4C4947
(76,73,71)
#3D3B3A
(61,59,58)
#2E2D2D
(46,45,45)
#1F1F20
(31,31,32)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #A69D95

#A69D95
(166,157,149)
#AEA59E
(174,165,158)
#B6ADA7
(182,173,167)
#BEB5B0
(190,181,176)
#C6BDB9
(198,189,185)
#CEC5C2
(206,197,194)
#D6CDCB
(214,205,203)
#DED5D4
(222,213,212)
#E6DDDD
(230,221,221)
#EEE5E6
(238,229,230)
#F6EDEF
(246,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69D95; }

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

This text font color is #A69D95.

Background Color

.myBgColor { background-color: #A69D95; }

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

This div background color is #A69D95.

Border color

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

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

This div border color is #A69D95.

Opacity

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

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

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

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

This text has shadow with #A69D95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A69D95.

Preview

Color preview on black background

This text has color #A69D95 on black background.


Color preview on white background

This text has color #A69D95 on white background.


Black color preview on #A69D95 background

This text has black color on #A69D95 background.


White color preview on #A69D95 background

This text has white color on #A69D95 background.


Related colors

Complementary color

Complementary color for #hex is #59626A.


I love getcolorcode.com

Triadic colors

1 #95A69D and #9D95A6 with #A69D95 are triadic colors.

2 #959DA6 and #9DA695 with #A69D95 are triadic colors.