COLOR #A69E96

HEX: #A69E96
RGB: (166,158,150)

Color info

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

RGB color model

#A69E96 color RGB value is (166,158,150).

  • red value is 166;
  • green value is 158;
  • blue value is 150.
RGB:
(166,158,150)
(65%,62%,59%)

RGB channels and saturation

R 166 of 255 = 65%
G 158 of 255 = 62%
B 150 of 255 = 59%

166
158
150

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

Portions of RGB colors in percentages

R + G + B =
166 + 158 + 150 = 474 (100%)
R 166 of 474 ~ 35.02%
G 158 of 474 ~ 33.33%
B 150 of 474 ~ 31.65%

%35.02
%33.33
%31.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.82%
  • yellow value is 9.64%
  • 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
%4.82
%9.64
%34.9

Codes

Color #A69E96 in popluar color models

A69E96
RGB166158150
HSL30°8.25%61.96%
HSB/HSV30°9.64%65.10%
CMYK0.00%4.82%9.64%
34.90%

Color #A69E96 in popluar number systems.

HEXA69E96
Decimal166158150
Binary101001101001111010010110
Octal246236226

Shades and tints

Shades of #A69E96

#A69E96
(166,158,150)
#979089
(151,144,137)
#88827C
(136,130,124)
#79746F
(121,116,111)
#6A6662
(106,102,98)
#5B5855
(91,88,85)
#4C4A48
(76,74,72)
#3D3C3B
(61,60,59)
#2E2E2E
(46,46,46)
#1F2021
(31,32,33)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #A69E96

#A69E96
(166,158,150)
#AEA69F
(174,166,159)
#B6AEA8
(182,174,168)
#BEB6B1
(190,182,177)
#C6BEBA
(198,190,186)
#CEC6C3
(206,198,195)
#D6CECC
(214,206,204)
#DED6D5
(222,214,213)
#E6DEDE
(230,222,222)
#EEE6E7
(238,230,231)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69E96 color. Also use rgb(166,158,150) instead hex code.

Text Font Color

.myTextColor { color: #A69E96; }

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

This text font color is #A69E96.


Background Color

.myBgColor { background-color: #A69E96; }

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

This div background color is #A69E96.


Border color

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

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

This div border color is #A69E96.


Opacity

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

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

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

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

This text has shadow with #A69E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69E96 on black background.


Color preview on white background

This text has color #A69E96 on white background.



Black color preview on #A69E96 background

This text has black color on #A69E96 background.


White color preview on #A69E96 background

This text has white color on #A69E96 background.