COLOR #A69296

HEX: #A69296
RGB: (166,146,150)

Color info

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

RGB color model

#A69296 color RGB value is (166,146,150).

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

RGB channels and saturation

R 166 of 255 = 65%
G 146 of 255 = 57%
B 150 of 255 = 59%

166
146
150

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

Portions of RGB colors in percentages

R + G + B =
166 + 146 + 150 = 462 (100%)
R 166 of 462 ~ 35.93%
G 146 of 462 ~ 31.6%
B 150 of 462 ~ 32.47%

%35.93
%31.6
%32.47

CMYK color model

#A69296 color CMYK value is (0,12,10,35).

  • cyan value is 0.00%
  • magenta value is 12.05%
  • yellow value is 9.64%
  • key color value is 34.90%
CMYK:
(0,12,10,35)
C0M12Y10K35 
(0%,12%,10%,35%)
(0.00/0.12/0.10/0.35)	

CMYK percentages

%0
%12.05
%9.64
%34.9

Codes

Color #A69296 in popluar color models

A69296
RGB166146150
HSL348°10.10%61.18%
HSB/HSV348°12.05%65.10%
CMYK0.00%12.05%9.64%
34.90%

Color #A69296 in popluar number systems.

HEXA69296
Decimal166146150
Binary101001101001001010010110
Octal246222226

Shades and tints

Shades of #A69296

#A69296
(166,146,150)
#978589
(151,133,137)
#88787C
(136,120,124)
#796B6F
(121,107,111)
#6A5E62
(106,94,98)
#5B5155
(91,81,85)
#4C4448
(76,68,72)
#3D373B
(61,55,59)
#2E2A2E
(46,42,46)
#1F1D21
(31,29,33)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #A69296

#A69296
(166,146,150)
#AE9B9F
(174,155,159)
#B6A4A8
(182,164,168)
#BEADB1
(190,173,177)
#C6B6BA
(198,182,186)
#CEBFC3
(206,191,195)
#D6C8CC
(214,200,204)
#DED1D5
(222,209,213)
#E6DADE
(230,218,222)
#EEE3E7
(238,227,231)
#F6ECF0
(246,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69296; }

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

This text font color is #A69296.


Background Color

.myBgColor { background-color: #A69296; }

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

This div background color is #A69296.


Border color

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

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

This div border color is #A69296.


Opacity

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

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

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

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

This text has shadow with #A69296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69296 on black background.


Color preview on white background

This text has color #A69296 on white background.



Black color preview on #A69296 background

This text has black color on #A69296 background.


White color preview on #A69296 background

This text has white color on #A69296 background.