COLOR #A69F95

HEX: #A69F95 RGB: (166,159,149)

Color info

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

RGB color model

#A69F95 color RGB value is (166,159,149).

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

RGB channels and saturation

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

166
159
149

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

Portions of RGB colors in percentages

R + G + B = 166 + 159 + 149 = 474 (100%)
R 166 of 474 ~ 35.02%
G 159 of 474 ~ 33.54%
B 149 of 474 ~ 31.43'%

%35.02
%33.54
%31.43

CMYK color model

#A69F95 color CMYK value is (0,4,10,35).

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

CMYK: (0,4,10,35)
C0M4Y10K35 (0%, 4%, 10%, 35%)
(0.00 / 0.04 / 0.10 / 0.35)

CMYK percentages

%0
%4.22
%10.24
%34.9

Codes

Color #A69F95 in popluar color models

A6 9F 95
RGB 166 159 149
HSL 35° 8.72% 61.76%
HSB/HSV 35° 10.24% 65.10%
CMYK 0.00% 4.22% 10.24%
34.90%

Color #A69F95 in popluar number systems.

HEX A6 9F 95
Decimal 166 159 149
Binary 10100110 10011111 10010101
Octal 246 237 225

Shades and tints

Shades of #A69F95

#A69F95
(166,159,149)
#979188
(151,145,136)
#88837B
(136,131,123)
#79756E
(121,117,110)
#6A6761
(106,103,97)
#5B5954
(91,89,84)
#4C4B47
(76,75,71)
#3D3D3A
(61,61,58)
#2E2F2D
(46,47,45)
#1F2120
(31,33,32)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #A69F95

#A69F95
(166,159,149)
#AEA79E
(174,167,158)
#B6AFA7
(182,175,167)
#BEB7B0
(190,183,176)
#C6BFB9
(198,191,185)
#CEC7C2
(206,199,194)
#D6CFCB
(214,207,203)
#DED7D4
(222,215,212)
#E6DFDD
(230,223,221)
#EEE7E6
(238,231,230)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69F95; }

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

This text font color is #A69F95.

Background Color

.myBgColor { background-color: #A69F95; }

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

This div background color is #A69F95.

Border color

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

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

This div border color is #A69F95.

Opacity

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

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

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

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

This text has shadow with #A69F95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A69F95.

Preview

Color preview on black background

This text has color #A69F95 on black background.


Color preview on white background

This text has color #A69F95 on white background.


Black color preview on #A69F95 background

This text has black color on #A69F95 background.


White color preview on #A69F95 background

This text has white color on #A69F95 background.


Related colors

Complementary color

Complementary color for #hex is #59606A.


I love getcolorcode.com

Triadic colors

1 #95A69F and #9F95A6 with #A69F95 are triadic colors.

2 #959FA6 and #9FA695 with #A69F95 are triadic colors.