COLOR #A69A9B

HEX: #A69A9B
RGB: (166,154,155)

Color info

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

RGB color model

#A69A9B color RGB value is (166,154,155).

  • red value is 166;
  • green value is 154;
  • blue value is 155.
RGB:
(166,154,155)
(65%,60%,61%)

RGB channels and saturation

R 166 of 255 = 65%
G 154 of 255 = 60%
B 155 of 255 = 61%

166
154
155

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

Portions of RGB colors in percentages

R + G + B =
166 + 154 + 155 = 475 (100%)
R 166 of 475 ~ 34.95%
G 154 of 475 ~ 32.42%
B 155 of 475 ~ 32.63%

%34.95
%32.42
%32.63

CMYK color model

#A69A9B color CMYK value is (0,7,7,35).

  • cyan value is 0.00%
  • magenta value is 7.23%
  • yellow value is 6.63%
  • key color value is 34.90%
CMYK:
(0,7,7,35)
C0M7Y7K35 
(0%,7%,7%,35%)
(0.00/0.07/0.07/0.35)	

CMYK percentages

%0
%7.23
%6.63
%34.9

Codes

Color #A69A9B in popluar color models

A69A9B
RGB166154155
HSL355°6.32%62.75%
HSB/HSV355°7.23%65.10%
CMYK0.00%7.23%6.63%
34.90%

Color #A69A9B in popluar number systems.

HEXA69A9B
Decimal166154155
Binary101001101001101010011011
Octal246232233

Shades and tints

Shades of #A69A9B

#A69A9B
(166,154,155)
#978C8D
(151,140,141)
#887E7F
(136,126,127)
#797071
(121,112,113)
#6A6263
(106,98,99)
#5B5455
(91,84,85)
#4C4647
(76,70,71)
#3D3839
(61,56,57)
#2E2A2B
(46,42,43)
#1F1C1D
(31,28,29)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #A69A9B

#A69A9B
(166,154,155)
#AEA3A4
(174,163,164)
#B6ACAD
(182,172,173)
#BEB5B6
(190,181,182)
#C6BEBF
(198,190,191)
#CEC7C8
(206,199,200)
#D6D0D1
(214,208,209)
#DED9DA
(222,217,218)
#E6E2E3
(230,226,227)
#EEEBEC
(238,235,236)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69A9B color. Also use rgb(166,154,155) instead hex code.

Text Font Color

.myTextColor { color: #A69A9B; }

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

This text font color is #A69A9B.


Background Color

.myBgColor { background-color: #A69A9B; }

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

This div background color is #A69A9B.


Border color

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

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

This div border color is #A69A9B.


Opacity

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

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

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

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

This text has shadow with #A69A9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69A9B on black background.


Color preview on white background

This text has color #A69A9B on white background.



Black color preview on #A69A9B background

This text has black color on #A69A9B background.


White color preview on #A69A9B background

This text has white color on #A69A9B background.