COLOR #A69691

HEX: #A69691
RGB: (166,150,145)

Color info

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

RGB color model

#A69691 color RGB value is (166,150,145).

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

RGB channels and saturation

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

166
150
145

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

Portions of RGB colors in percentages

R + G + B =
166 + 150 + 145 = 461 (100%)
R 166 of 461 ~ 36.01%
G 150 of 461 ~ 32.54%
B 145 of 461 ~ 31.45%

%36.01
%32.54
%31.45

CMYK color model

#A69691 color CMYK value is (0,10,13,35).

  • cyan value is 0.00%
  • magenta value is 9.64%
  • yellow value is 12.65%
  • key color value is 34.90%
CMYK:
(0,10,13,35)
C0M10Y13K35 
(0%,10%,13%,35%)
(0.00/0.10/0.13/0.35)	

CMYK percentages

%0
%9.64
%12.65
%34.9

Codes

Color #A69691 in popluar color models

A69691
RGB166150145
HSL14°10.55%60.98%
HSB/HSV14°12.65%65.10%
CMYK0.00%9.64%12.65%
34.90%

Color #A69691 in popluar number systems.

HEXA69691
Decimal166150145
Binary101001101001011010010001
Octal246226221

Shades and tints

Shades of #A69691

#A69691
(166,150,145)
#978984
(151,137,132)
#887C77
(136,124,119)
#796F6A
(121,111,106)
#6A625D
(106,98,93)
#5B5550
(91,85,80)
#4C4843
(76,72,67)
#3D3B36
(61,59,54)
#2E2E29
(46,46,41)
#1F211C
(31,33,28)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #A69691

#A69691
(166,150,145)
#AE9F9B
(174,159,155)
#B6A8A5
(182,168,165)
#BEB1AF
(190,177,175)
#C6BAB9
(198,186,185)
#CEC3C3
(206,195,195)
#D6CCCD
(214,204,205)
#DED5D7
(222,213,215)
#E6DEE1
(230,222,225)
#EEE7EB
(238,231,235)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69691; }

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

This text font color is #A69691.


Background Color

.myBgColor { background-color: #A69691; }

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

This div background color is #A69691.


Border color

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

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

This div border color is #A69691.


Opacity

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

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

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

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

This text has shadow with #A69691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69691 on black background.


Color preview on white background

This text has color #A69691 on white background.



Black color preview on #A69691 background

This text has black color on #A69691 background.


White color preview on #A69691 background

This text has white color on #A69691 background.