COLOR #A69B97

HEX: #A69B97
RGB: (166,155,151)

Color info

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

RGB color model

#A69B97 color RGB value is (166,155,151).

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

RGB channels and saturation

R 166 of 255 = 65%
G 155 of 255 = 61%
B 151 of 255 = 59%

166
155
151

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

Portions of RGB colors in percentages

R + G + B =
166 + 155 + 151 = 472 (100%)
R 166 of 472 ~ 35.17%
G 155 of 472 ~ 32.84%
B 151 of 472 ~ 31.99%

%35.17
%32.84
%31.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.63%
  • yellow value is 9.04%
  • key color value is 34.90%
CMYK:
(0,7,9,35)
C0M7Y9K35 
(0%,7%,9%,35%)
(0.00/0.07/0.09/0.35)	

CMYK percentages

%0
%6.63
%9.04
%34.9

Codes

Color #A69B97 in popluar color models

A69B97
RGB166155151
HSL16°7.77%62.16%
HSB/HSV16°9.04%65.10%
CMYK0.00%6.63%9.04%
34.90%

Color #A69B97 in popluar number systems.

HEXA69B97
Decimal166155151
Binary101001101001101110010111
Octal246233227

Shades and tints

Shades of #A69B97

#A69B97
(166,155,151)
#978D8A
(151,141,138)
#887F7D
(136,127,125)
#797170
(121,113,112)
#6A6363
(106,99,99)
#5B5556
(91,85,86)
#4C4749
(76,71,73)
#3D393C
(61,57,60)
#2E2B2F
(46,43,47)
#1F1D22
(31,29,34)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #A69B97

#A69B97
(166,155,151)
#AEA4A0
(174,164,160)
#B6ADA9
(182,173,169)
#BEB6B2
(190,182,178)
#C6BFBB
(198,191,187)
#CEC8C4
(206,200,196)
#D6D1CD
(214,209,205)
#DEDAD6
(222,218,214)
#E6E3DF
(230,227,223)
#EEECE8
(238,236,232)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69B97; }

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

This text font color is #A69B97.


Background Color

.myBgColor { background-color: #A69B97; }

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

This div background color is #A69B97.


Border color

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

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

This div border color is #A69B97.


Opacity

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

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

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

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

This text has shadow with #A69B97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69B97 on black background.


Color preview on white background

This text has color #A69B97 on white background.



Black color preview on #A69B97 background

This text has black color on #A69B97 background.


White color preview on #A69B97 background

This text has white color on #A69B97 background.