COLOR #A69396

HEX: #A69396
RGB: (166,147,150)

Color info

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

RGB color model

#A69396 color RGB value is (166,147,150).

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

RGB channels and saturation

R 166 of 255 = 65%
G 147 of 255 = 58%
B 150 of 255 = 59%

166
147
150

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

Portions of RGB colors in percentages

R + G + B =
166 + 147 + 150 = 463 (100%)
R 166 of 463 ~ 35.85%
G 147 of 463 ~ 31.75%
B 150 of 463 ~ 32.4%

%35.85
%31.75
%32.4

CMYK color model

#A69396 color CMYK value is (0,11,10,35).

  • cyan value is 0.00%
  • magenta value is 11.45%
  • yellow value is 9.64%
  • key color value is 34.90%
CMYK:
(0,11,10,35)
C0M11Y10K35 
(0%,11%,10%,35%)
(0.00/0.11/0.10/0.35)	

CMYK percentages

%0
%11.45
%9.64
%34.9

Codes

Color #A69396 in popluar color models

A69396
RGB166147150
HSL351°9.64%61.37%
HSB/HSV351°11.45%65.10%
CMYK0.00%11.45%9.64%
34.90%

Color #A69396 in popluar number systems.

HEXA69396
Decimal166147150
Binary101001101001001110010110
Octal246223226

Shades and tints

Shades of #A69396

#A69396
(166,147,150)
#978689
(151,134,137)
#88797C
(136,121,124)
#796C6F
(121,108,111)
#6A5F62
(106,95,98)
#5B5255
(91,82,85)
#4C4548
(76,69,72)
#3D383B
(61,56,59)
#2E2B2E
(46,43,46)
#1F1E21
(31,30,33)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #A69396

#A69396
(166,147,150)
#AE9C9F
(174,156,159)
#B6A5A8
(182,165,168)
#BEAEB1
(190,174,177)
#C6B7BA
(198,183,186)
#CEC0C3
(206,192,195)
#D6C9CC
(214,201,204)
#DED2D5
(222,210,213)
#E6DBDE
(230,219,222)
#EEE4E7
(238,228,231)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69396; }

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

This text font color is #A69396.


Background Color

.myBgColor { background-color: #A69396; }

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

This div background color is #A69396.


Border color

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

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

This div border color is #A69396.


Opacity

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

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

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

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

This text has shadow with #A69396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69396 on black background.


Color preview on white background

This text has color #A69396 on white background.



Black color preview on #A69396 background

This text has black color on #A69396 background.


White color preview on #A69396 background

This text has white color on #A69396 background.