COLOR #A8AD8D

HEX: #A8AD8D RGB: (168,173,141)

Color info

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

RGB color model

#A8AD8D color RGB value is (168,173,141).

RGB: (168,173,141) (66%, 68%, 55%)

RGB channels and saturation

R 168 of 255 = 66%
G 173 of 255 = 68%
B 141 of 255 = 55%

168
173
141

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

Portions of RGB colors in percentages

R + G + B = 168 + 173 + 141 = 482 (100%)
R 168 of 482 ~ 34.85%
G 173 of 482 ~ 35.89%
B 141 of 482 ~ 29.25'%

%34.85
%35.89
%29.25

CMYK color model

#A8AD8D color CMYK value is (3,0,18,32).

  • cyan value is 2.89%
  • magenta value is 0.00%
  • yellow value is 18.50%
  • key color value is 32.16%
CMYK: (3,0,18,32) C3M0Y18K32 (3%,0%,18%,32%) (0.03/0.00/0.18/0.32) 

CMYK percentages

%2.89
%0
%18.5
%32.16

Codes

Color #A8AD8D in popluar color models

A8 AD 8D
RGB 168 173 141
HSL 69° 16.33% 61.57%
HSB/HSV 69° 18.50% 67.84%
CMYK 2.89% 0.00% 18.50%
32.16%

Color #A8AD8D in popluar number systems.

HEX A8 AD 8D
Decimal 168 173 141
Binary 10101000 10101101 10001101
Octal 250 255 215

Shades and tints

Shades of #A8AD8D

#A8AD8D
(168,173,141)
#999E81
(153,158,129)
#8A8F75
(138,143,117)
#7B8069
(123,128,105)
#6C715D
(108,113,93)
#5D6251
(93,98,81)
#4E5345
(78,83,69)
#3F4439
(63,68,57)
#30352D
(48,53,45)
#212621
(33,38,33)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #A8AD8D

#A8AD8D
(168,173,141)
#AFB497
(175,180,151)
#B6BBA1
(182,187,161)
#BDC2AB
(189,194,171)
#C4C9B5
(196,201,181)
#CBD0BF
(203,208,191)
#D2D7C9
(210,215,201)
#D9DED3
(217,222,211)
#E0E5DD
(224,229,221)
#E7ECE7
(231,236,231)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8AD8D color. Also use rgb(168,173,141) instead hex code.

Text Font Color

.myTextColor { color: #A8AD8D; }

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

This text font color is #A8AD8D.

Background Color

.myBgColor { background-color: #A8AD8D; }

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

This div background color is #A8AD8D.

Border color

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

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

This div border color is #A8AD8D.

Opacity

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

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

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

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

This text has shadow with #A8AD8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8AD8D.

Preview

Color preview on black background

This text has color #A8AD8D on black background.


Color preview on white background

This text has color #A8AD8D on white background.


Black color preview on #A8AD8D background

This text has black color on #A8AD8D background.


White color preview on #A8AD8D background

This text has white color on #A8AD8D background.


Related colors

Complementary color

Complementary color for #hex is #575272.


I love getcolorcode.com

Triadic colors

1 #8DA8AD and #AD8DA8 with #A8AD8D are triadic colors.

2 #8DADA8 and #ADA88D with #A8AD8D are triadic colors.