COLOR #A69699

HEX: #A69699
RGB: (166,150,153)

Color info

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

RGB color model

#A69699 color RGB value is (166,150,153).

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

RGB channels and saturation

R 166 of 255 = 65%
G 150 of 255 = 59%
B 153 of 255 = 60%

166
150
153

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

Portions of RGB colors in percentages

R + G + B =
166 + 150 + 153 = 469 (100%)
R 166 of 469 ~ 35.39%
G 150 of 469 ~ 31.98%
B 153 of 469 ~ 32.62%

%35.39
%31.98
%32.62

CMYK color model

#A69699 color CMYK value is (0,10,8,35).

  • cyan value is 0.00%
  • magenta value is 9.64%
  • yellow value is 7.83%
  • key color value is 34.90%
CMYK:
(0,10,8,35)
C0M10Y8K35 
(0%,10%,8%,35%)
(0.00/0.10/0.08/0.35)	

CMYK percentages

%0
%9.64
%7.83
%34.9

Codes

Color #A69699 in popluar color models

A69699
RGB166150153
HSL349°8.25%61.96%
HSB/HSV349°9.64%65.10%
CMYK0.00%9.64%7.83%
34.90%

Color #A69699 in popluar number systems.

HEXA69699
Decimal166150153
Binary101001101001011010011001
Octal246226231

Shades and tints

Shades of #A69699

#A69699
(166,150,153)
#97898C
(151,137,140)
#887C7F
(136,124,127)
#796F72
(121,111,114)
#6A6265
(106,98,101)
#5B5558
(91,85,88)
#4C484B
(76,72,75)
#3D3B3E
(61,59,62)
#2E2E31
(46,46,49)
#1F2124
(31,33,36)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #A69699

#A69699
(166,150,153)
#AE9FA2
(174,159,162)
#B6A8AB
(182,168,171)
#BEB1B4
(190,177,180)
#C6BABD
(198,186,189)
#CEC3C6
(206,195,198)
#D6CCCF
(214,204,207)
#DED5D8
(222,213,216)
#E6DEE1
(230,222,225)
#EEE7EA
(238,231,234)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69699; }

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

This text font color is #A69699.


Background Color

.myBgColor { background-color: #A69699; }

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

This div background color is #A69699.


Border color

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

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

This div border color is #A69699.


Opacity

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

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

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

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

This text has shadow with #A69699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69699 on black background.


Color preview on white background

This text has color #A69699 on white background.



Black color preview on #A69699 background

This text has black color on #A69699 background.


White color preview on #A69699 background

This text has white color on #A69699 background.