COLOR #A69E88

HEX: #A69E88
RGB: (166,158,136)

Color info

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

RGB color model

#A69E88 color RGB value is (166,158,136).

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

RGB channels and saturation

R 166 of 255 = 65%
G 158 of 255 = 62%
B 136 of 255 = 53%

166
158
136

R + G + B ~ 60%. #A69E88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
166 + 158 + 136 = 460 (100%)
R 166 of 460 ~ 36.09%
G 158 of 460 ~ 34.35%
B 136 of 460 ~ 29.57%

%36.09
%34.35
%29.57

CMYK color model

#A69E88 color CMYK value is (0,5,18,35).

  • cyan value is 0.00%
  • magenta value is 4.82%
  • yellow value is 18.07%
  • key color value is 34.90%
CMYK:
(0,5,18,35)
C0M5Y18K35 
(0%,5%,18%,35%)
(0.00/0.05/0.18/0.35)	

CMYK percentages

%0
%4.82
%18.07
%34.9

Codes

Color #A69E88 in popluar color models

A69E88
RGB166158136
HSL44°14.42%59.22%
HSB/HSV44°18.07%65.10%
CMYK0.00%4.82%18.07%
34.90%

Color #A69E88 in popluar number systems.

HEXA69E88
Decimal166158136
Binary101001101001111010001000
Octal246236210

Shades and tints

Shades of #A69E88

#A69E88
(166,158,136)
#97907C
(151,144,124)
#888270
(136,130,112)
#797464
(121,116,100)
#6A6658
(106,102,88)
#5B584C
(91,88,76)
#4C4A40
(76,74,64)
#3D3C34
(61,60,52)
#2E2E28
(46,46,40)
#1F201C
(31,32,28)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #A69E88

#A69E88
(166,158,136)
#AEA692
(174,166,146)
#B6AE9C
(182,174,156)
#BEB6A6
(190,182,166)
#C6BEB0
(198,190,176)
#CEC6BA
(206,198,186)
#D6CEC4
(214,206,196)
#DED6CE
(222,214,206)
#E6DED8
(230,222,216)
#EEE6E2
(238,230,226)
#F6EEEC
(246,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69E88; }

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

This text font color is #A69E88.


Background Color

.myBgColor { background-color: #A69E88; }

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

This div background color is #A69E88.


Border color

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

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

This div border color is #A69E88.


Opacity

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

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

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

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

This text has shadow with #A69E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69E88 on black background.


Color preview on white background

This text has color #A69E88 on white background.



Black color preview on #A69E88 background

This text has black color on #A69E88 background.


White color preview on #A69E88 background

This text has white color on #A69E88 background.