COLOR #A69796

HEX: #A69796
RGB: (166,151,150)

Color info

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

RGB color model

#A69796 color RGB value is (166,151,150).

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

RGB channels and saturation

R 166 of 255 = 65%
G 151 of 255 = 59%
B 150 of 255 = 59%

166
151
150

R + G + B ~ 61%. #A69796 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 151 + 150 = 467 (100%)
R 166 of 467 ~ 35.55%
G 151 of 467 ~ 32.33%
B 150 of 467 ~ 32.12%

%35.55
%32.33
%32.12

CMYK color model

#A69796 color CMYK value is (0,9,10,35).

  • cyan value is 0.00%
  • magenta value is 9.04%
  • yellow value is 9.64%
  • key color value is 34.90%
CMYK:
(0,9,10,35)
C0M9Y10K35 
(0%,9%,10%,35%)
(0.00/0.09/0.10/0.35)	

CMYK percentages

%0
%9.04
%9.64
%34.9

Codes

Color #A69796 in popluar color models

A69796
RGB166151150
HSL8.25%61.96%
HSB/HSV9.64%65.10%
CMYK0.00%9.04%9.64%
34.90%

Color #A69796 in popluar number systems.

HEXA69796
Decimal166151150
Binary101001101001011110010110
Octal246227226

Shades and tints

Shades of #A69796

#A69796
(166,151,150)
#978A89
(151,138,137)
#887D7C
(136,125,124)
#79706F
(121,112,111)
#6A6362
(106,99,98)
#5B5655
(91,86,85)
#4C4948
(76,73,72)
#3D3C3B
(61,60,59)
#2E2F2E
(46,47,46)
#1F2221
(31,34,33)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #A69796

#A69796
(166,151,150)
#AEA09F
(174,160,159)
#B6A9A8
(182,169,168)
#BEB2B1
(190,178,177)
#C6BBBA
(198,187,186)
#CEC4C3
(206,196,195)
#D6CDCC
(214,205,204)
#DED6D5
(222,214,213)
#E6DFDE
(230,223,222)
#EEE8E7
(238,232,231)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69796; }

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

This text font color is #A69796.


Background Color

.myBgColor { background-color: #A69796; }

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

This div background color is #A69796.


Border color

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

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

This div border color is #A69796.


Opacity

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

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

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

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

This text has shadow with #A69796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69796 on black background.


Color preview on white background

This text has color #A69796 on white background.



Black color preview on #A69796 background

This text has black color on #A69796 background.


White color preview on #A69796 background

This text has white color on #A69796 background.