COLOR #A698AA

HEX: #A698AA RGB: (166,152,170)

Color info

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

RGB color model

#A698AA color RGB value is (166,152,170).

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

RGB channels and saturation

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

166
152
170

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

Portions of RGB colors in percentages

R + G + B = 166 + 152 + 170 = 488 (100%)
R 166 of 488 ~ 34.02%
G 152 of 488 ~ 31.15%
B 170 of 488 ~ 34.84'%

%34.02
%31.15
%34.84

CMYK color model

#A698AA color CMYK value is (2,11,0,33).

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

CMYK: (2,11,0,33)
C2M11Y0K33 (2%, 11%, 0%, 33%)
(0.02 / 0.11 / 0.00 / 0.33)

CMYK percentages

%2.35
%10.59
%0
%33.33

Codes

Color #A698AA in popluar color models

A6 98 AA
RGB 166 152 170
HSL 287° 9.57% 63.14%
HSB/HSV 287° 10.59% 66.67%
CMYK 2.35% 10.59% 0.00%
33.33%

Color #A698AA in popluar number systems.

HEX A6 98 AA
Decimal 166 152 170
Binary 10100110 10011000 10101010
Octal 246 230 252

Shades and tints

Shades of #A698AA

#A698AA
(166,152,170)
#978B9B
(151,139,155)
#887E8C
(136,126,140)
#79717D
(121,113,125)
#6A646E
(106,100,110)
#5B575F
(91,87,95)
#4C4A50
(76,74,80)
#3D3D41
(61,61,65)
#2E3032
(46,48,50)
#1F2323
(31,35,35)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #A698AA

#A698AA
(166,152,170)
#AEA1B1
(174,161,177)
#B6AAB8
(182,170,184)
#BEB3BF
(190,179,191)
#C6BCC6
(198,188,198)
#CEC5CD
(206,197,205)
#D6CED4
(214,206,212)
#DED7DB
(222,215,219)
#E6E0E2
(230,224,226)
#EEE9E9
(238,233,233)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A698AA; }

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

This text font color is #A698AA.

Background Color

.myBgColor { background-color: #A698AA; }

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

This div background color is #A698AA.

Border color

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

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

This div border color is #A698AA.

Opacity

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

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

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

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

This text has shadow with #A698AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A698AA.

Preview

Color preview on black background

This text has color #A698AA on black background.


Color preview on white background

This text has color #A698AA on white background.


Black color preview on #A698AA background

This text has black color on #A698AA background.


White color preview on #A698AA background

This text has white color on #A698AA background.


Related colors

Complementary color

Complementary color for #hex is #596755.


I love getcolorcode.com

Triadic colors

1 #AAA698 and #98AAA6 with #A698AA are triadic colors.

2 #AA98A6 and #98A6AA with #A698AA are triadic colors.