COLOR #A899A6

HEX: #A899A6 RGB: (168,153,166)

Color info

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

RGB color model

#A899A6 color RGB value is (168,153,166).

RGB: (168,153,166) (66%, 60%, 65%)

RGB channels and saturation

R 168 of 255 = 66%
G 153 of 255 = 60%
B 166 of 255 = 65%

168
153
166

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

Portions of RGB colors in percentages

R + G + B = 168 + 153 + 166 = 487 (100%)
R 168 of 487 ~ 34.5%
G 153 of 487 ~ 31.42%
B 166 of 487 ~ 34.09'%

%34.5
%31.42
%34.09

CMYK color model

#A899A6 color CMYK value is (0,9,1,34).

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 1.19%
  • key color value is 34.12%

CMYK: (0,9,1,34)
C0M9Y1K34 (0%, 9%, 1%, 34%)
(0.00 / 0.09 / 0.01 / 0.34)

CMYK percentages

%0
%8.93
%1.19
%34.12

Codes

Color #A899A6 in popluar color models

A8 99 A6
RGB 168 153 166
HSL 308° 7.94% 62.94%
HSB/HSV 308° 8.93% 65.88%
CMYK 0.00% 8.93% 1.19%
34.12%

Color #A899A6 in popluar number systems.

HEX A8 99 A6
Decimal 168 153 166
Binary 10101000 10011001 10100110
Octal 250 231 246

Shades and tints

Shades of #A899A6

#A899A6
(168,153,166)
#998C97
(153,140,151)
#8A7F88
(138,127,136)
#7B7279
(123,114,121)
#6C656A
(108,101,106)
#5D585B
(93,88,91)
#4E4B4C
(78,75,76)
#3F3E3D
(63,62,61)
#30312E
(48,49,46)
#21241F
(33,36,31)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #A899A6

#A899A6
(168,153,166)
#AFA2AE
(175,162,174)
#B6ABB6
(182,171,182)
#BDB4BE
(189,180,190)
#C4BDC6
(196,189,198)
#CBC6CE
(203,198,206)
#D2CFD6
(210,207,214)
#D9D8DE
(217,216,222)
#E0E1E6
(224,225,230)
#E7EAEE
(231,234,238)
#EEF3F6
(238,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A899A6; }

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

This text font color is #A899A6.

Background Color

.myBgColor { background-color: #A899A6; }

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

This div background color is #A899A6.

Border color

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

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

This div border color is #A899A6.

Opacity

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

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

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

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

This text has shadow with #A899A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A899A6.

Preview

Color preview on black background

This text has color #A899A6 on black background.


Color preview on white background

This text has color #A899A6 on white background.


Black color preview on #A899A6 background

This text has black color on #A899A6 background.


White color preview on #A899A6 background

This text has white color on #A899A6 background.


Related colors

Complementary color

Complementary color for #hex is #576659.


I love getcolorcode.com

Triadic colors

1 #A6A899 and #99A6A8 with #A899A6 are triadic colors.

2 #A699A8 and #99A8A6 with #A899A6 are triadic colors.