COLOR #A699AA

HEX: #A699AA RGB: (166,153,170)

Color info

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

RGB color model

#A699AA color RGB value is (166,153,170).

RGB: (166,153,170) (65%, 60%, 67%)

RGB channels and saturation

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

166
153
170

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

Portions of RGB colors in percentages

R + G + B = 166 + 153 + 170 = 489 (100%)
R 166 of 489 ~ 33.95%
G 153 of 489 ~ 31.29%
B 170 of 489 ~ 34.76'%

%33.95
%31.29
%34.76

CMYK color model

#A699AA color CMYK value is (2,10,0,33).

  • cyan value is 2.35%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (2,10,0,33)
C2M10Y0K33 (2%, 10%, 0%, 33%)
(0.02 / 0.10 / 0.00 / 0.33)

CMYK percentages

%2.35
%10
%0
%33.33

Codes

Color #A699AA in popluar color models

A6 99 AA
RGB 166 153 170
HSL 286° 9.09% 63.33%
HSB/HSV 286° 10.00% 66.67%
CMYK 2.35% 10.00% 0.00%
33.33%

Color #A699AA in popluar number systems.

HEX A6 99 AA
Decimal 166 153 170
Binary 10100110 10011001 10101010
Octal 246 231 252

Shades and tints

Shades of #A699AA

#A699AA
(166,153,170)
#978C9B
(151,140,155)
#887F8C
(136,127,140)
#79727D
(121,114,125)
#6A656E
(106,101,110)
#5B585F
(91,88,95)
#4C4B50
(76,75,80)
#3D3E41
(61,62,65)
#2E3132
(46,49,50)
#1F2423
(31,36,35)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #A699AA

#A699AA
(166,153,170)
#AEA2B1
(174,162,177)
#B6ABB8
(182,171,184)
#BEB4BF
(190,180,191)
#C6BDC6
(198,189,198)
#CEC6CD
(206,198,205)
#D6CFD4
(214,207,212)
#DED8DB
(222,216,219)
#E6E1E2
(230,225,226)
#EEEAE9
(238,234,233)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A699AA; }

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

This text font color is #A699AA.

Background Color

.myBgColor { background-color: #A699AA; }

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

This div background color is #A699AA.

Border color

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

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

This div border color is #A699AA.

Opacity

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

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

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

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

This text has shadow with #A699AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A699AA.

Preview

Color preview on black background

This text has color #A699AA on black background.


Color preview on white background

This text has color #A699AA on white background.


Black color preview on #A699AA background

This text has black color on #A699AA background.


White color preview on #A699AA background

This text has white color on #A699AA background.


Related colors

Complementary color

Complementary color for #hex is #596655.


I love getcolorcode.com

Triadic colors

1 #AAA699 and #99AAA6 with #A699AA are triadic colors.

2 #AA99A6 and #99A6AA with #A699AA are triadic colors.