COLOR #A699A0

HEX: #A699A0 RGB: (166,153,160)

Color info

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

RGB color model

#A699A0 color RGB value is (166,153,160).

RGB: (166,153,160) (65%, 60%, 63%)

RGB channels and saturation

R 166 of 255 = 65%
G 153 of 255 = 60%
B 160 of 255 = 63%

166
153
160

R + G + B ~ 63%. #A699A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 153 + 160 = 479 (100%)
R 166 of 479 ~ 34.66%
G 153 of 479 ~ 31.94%
B 160 of 479 ~ 33.4'%

%34.66
%31.94
%33.4

CMYK color model

#A699A0 color CMYK value is (0,8,4,35).

  • cyan value is 0.00%
  • magenta value is 7.83%
  • yellow value is 3.61%
  • key color value is 34.90%

CMYK: (0,8,4,35)
C0M8Y4K35 (0%, 8%, 4%, 35%)
(0.00 / 0.08 / 0.04 / 0.35)

CMYK percentages

%0
%7.83
%3.61
%34.9

Codes

Color #A699A0 in popluar color models

A6 99 A0
RGB 166 153 160
HSL 328° 6.81% 62.55%
HSB/HSV 328° 7.83% 65.10%
CMYK 0.00% 7.83% 3.61%
34.90%

Color #A699A0 in popluar number systems.

HEX A6 99 A0
Decimal 166 153 160
Binary 10100110 10011001 10100000
Octal 246 231 240

Shades and tints

Shades of #A699A0

#A699A0
(166,153,160)
#978C92
(151,140,146)
#887F84
(136,127,132)
#797276
(121,114,118)
#6A6568
(106,101,104)
#5B585A
(91,88,90)
#4C4B4C
(76,75,76)
#3D3E3E
(61,62,62)
#2E3130
(46,49,48)
#1F2422
(31,36,34)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #A699A0

#A699A0
(166,153,160)
#AEA2A8
(174,162,168)
#B6ABB0
(182,171,176)
#BEB4B8
(190,180,184)
#C6BDC0
(198,189,192)
#CEC6C8
(206,198,200)
#D6CFD0
(214,207,208)
#DED8D8
(222,216,216)
#E6E1E0
(230,225,224)
#EEEAE8
(238,234,232)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A699A0; }

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

This text font color is #A699A0.

Background Color

.myBgColor { background-color: #A699A0; }

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

This div background color is #A699A0.

Border color

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

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

This div border color is #A699A0.

Opacity

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

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

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

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

This text has shadow with #A699A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A699A0.

Preview

Color preview on black background

This text has color #A699A0 on black background.


Color preview on white background

This text has color #A699A0 on white background.


Black color preview on #A699A0 background

This text has black color on #A699A0 background.


White color preview on #A699A0 background

This text has white color on #A699A0 background.


Related colors

Complementary color

Complementary color for #hex is #59665F.


I love getcolorcode.com

Triadic colors

1 #A0A699 and #99A0A6 with #A699A0 are triadic colors.

2 #A099A6 and #99A6A0 with #A699A0 are triadic colors.