COLOR #A69AAA

HEX: #A69AAA
RGB: (166,154,170)

Color info

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

RGB color model

#A69AAA color RGB value is (166,154,170).

  • red value is 166;
  • green value is 154;
  • blue value is 170.
RGB:
(166,154,170)
(65%,60%,67%)

RGB channels and saturation

R 166 of 255 = 65%
G 154 of 255 = 60%
B 170 of 255 = 67%

166
154
170

R + G + B ~ 64%. #A69AAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 154 + 170 = 490 (100%)
R 166 of 490 ~ 33.88%
G 154 of 490 ~ 31.43%
B 170 of 490 ~ 34.69%

%33.88
%31.43
%34.69

CMYK color model

#A69AAA color CMYK value is (2,9,0,33).

  • cyan value is 2.35%
  • magenta value is 9.41%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(2,9,0,33)
C2M9Y0K33 
(2%,9%,0%,33%)
(0.02/0.09/0.00/0.33)	

CMYK percentages

%2.35
%9.41
%0
%33.33

Codes

Color #A69AAA in popluar color models

A69AAA
RGB166154170
HSL285°8.60%63.53%
HSB/HSV285°9.41%66.67%
CMYK2.35%9.41%0.00%
33.33%

Color #A69AAA in popluar number systems.

HEXA69AAA
Decimal166154170
Binary101001101001101010101010
Octal246232252

Shades and tints

Shades of #A69AAA

#A69AAA
(166,154,170)
#978C9B
(151,140,155)
#887E8C
(136,126,140)
#79707D
(121,112,125)
#6A626E
(106,98,110)
#5B545F
(91,84,95)
#4C4650
(76,70,80)
#3D3841
(61,56,65)
#2E2A32
(46,42,50)
#1F1C23
(31,28,35)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #A69AAA

#A69AAA
(166,154,170)
#AEA3B1
(174,163,177)
#B6ACB8
(182,172,184)
#BEB5BF
(190,181,191)
#C6BEC6
(198,190,198)
#CEC7CD
(206,199,205)
#D6D0D4
(214,208,212)
#DED9DB
(222,217,219)
#E6E2E2
(230,226,226)
#EEEBE9
(238,235,233)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69AAA color. Also use rgb(166,154,170) instead hex code.

Text Font Color

.myTextColor { color: #A69AAA; }

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

This text font color is #A69AAA.


Background Color

.myBgColor { background-color: #A69AAA; }

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

This div background color is #A69AAA.


Border color

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

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

This div border color is #A69AAA.


Opacity

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

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

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

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

This text has shadow with #A69AAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69AAA on black background.


Color preview on white background

This text has color #A69AAA on white background.



Black color preview on #A69AAA background

This text has black color on #A69AAA background.


White color preview on #A69AAA background

This text has white color on #A69AAA background.