COLOR #A8AD93

HEX: #A8AD93 RGB: (168,173,147)

Color info

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

RGB color model

#A8AD93 color RGB value is (168,173,147).

RGB: (168,173,147) (66%, 68%, 58%)

RGB channels and saturation

R 168 of 255 = 66%
G 173 of 255 = 68%
B 147 of 255 = 58%

168
173
147

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

Portions of RGB colors in percentages

R + G + B = 168 + 173 + 147 = 488 (100%)
R 168 of 488 ~ 34.43%
G 173 of 488 ~ 35.45%
B 147 of 488 ~ 30.12'%

%34.43
%35.45
%30.12

CMYK color model

#A8AD93 color CMYK value is (3,0,15,32).

  • cyan value is 2.89%
  • magenta value is 0.00%
  • yellow value is 15.03%
  • key color value is 32.16%

CMYK: (3,0,15,32)
C3M0Y15K32 (3%, 0%, 15%, 32%)
(0.03 / 0.00 / 0.15 / 0.32)

CMYK percentages

%2.89
%0
%15.03
%32.16

Codes

Color #A8AD93 in popluar color models

A8 AD 93
RGB 168 173 147
HSL 72° 13.68% 62.75%
HSB/HSV 72° 15.03% 67.84%
CMYK 2.89% 0.00% 15.03%
32.16%

Color #A8AD93 in popluar number systems.

HEX A8 AD 93
Decimal 168 173 147
Binary 10101000 10101101 10010011
Octal 250 255 223

Shades and tints

Shades of #A8AD93

#A8AD93
(168,173,147)
#999E86
(153,158,134)
#8A8F79
(138,143,121)
#7B806C
(123,128,108)
#6C715F
(108,113,95)
#5D6252
(93,98,82)
#4E5345
(78,83,69)
#3F4438
(63,68,56)
#30352B
(48,53,43)
#21261E
(33,38,30)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #A8AD93

#A8AD93
(168,173,147)
#AFB49C
(175,180,156)
#B6BBA5
(182,187,165)
#BDC2AE
(189,194,174)
#C4C9B7
(196,201,183)
#CBD0C0
(203,208,192)
#D2D7C9
(210,215,201)
#D9DED2
(217,222,210)
#E0E5DB
(224,229,219)
#E7ECE4
(231,236,228)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AD93; }

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

This text font color is #A8AD93.

Background Color

.myBgColor { background-color: #A8AD93; }

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

This div background color is #A8AD93.

Border color

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

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

This div border color is #A8AD93.

Opacity

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

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

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

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

This text has shadow with #A8AD93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8AD93.

Preview

Color preview on black background

This text has color #A8AD93 on black background.


Color preview on white background

This text has color #A8AD93 on white background.


Black color preview on #A8AD93 background

This text has black color on #A8AD93 background.


White color preview on #A8AD93 background

This text has white color on #A8AD93 background.


Related colors

Complementary color

Complementary color for #hex is #57526C.


I love getcolorcode.com

Triadic colors

1 #93A8AD and #AD93A8 with #A8AD93 are triadic colors.

2 #93ADA8 and #ADA893 with #A8AD93 are triadic colors.