COLOR #A0AD8F

HEX: #A0AD8F RGB: (160,173,143)

Color info

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

RGB color model

#A0AD8F color RGB value is (160,173,143).

RGB: (160,173,143) (63%, 68%, 56%)

RGB channels and saturation

R 160 of 255 = 63%
G 173 of 255 = 68%
B 143 of 255 = 56%

160
173
143

R + G + B ~ 62%. #A0AD8F is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 173 + 143 = 476 (100%)
R 160 of 476 ~ 33.61%
G 173 of 476 ~ 36.34%
B 143 of 476 ~ 30.04'%

%33.61
%36.34
%30.04

CMYK color model

#A0AD8F color CMYK value is (8,0,17,32).

  • cyan value is 7.51%
  • magenta value is 0.00%
  • yellow value is 17.34%
  • key color value is 32.16%

CMYK: (8,0,17,32)
C8M0Y17K32 (8%, 0%, 17%, 32%)
(0.08 / 0.00 / 0.17 / 0.32)

CMYK percentages

%7.51
%0
%17.34
%32.16

Codes

Color #A0AD8F in popluar color models

A0 AD 8F
RGB 160 173 143
HSL 86° 15.46% 61.96%
HSB/HSV 86° 17.34% 67.84%
CMYK 7.51% 0.00% 17.34%
32.16%

Color #A0AD8F in popluar number systems.

HEX A0 AD 8F
Decimal 160 173 143
Binary 10100000 10101101 10001111
Octal 240 255 217

Shades and tints

Shades of #A0AD8F

#A0AD8F
(160,173,143)
#929E82
(146,158,130)
#848F75
(132,143,117)
#768068
(118,128,104)
#68715B
(104,113,91)
#5A624E
(90,98,78)
#4C5341
(76,83,65)
#3E4434
(62,68,52)
#303527
(48,53,39)
#22261A
(34,38,26)
#14170D
(20,23,13)
#000000
(0,0,0)

Tints of #A0AD8F

#A0AD8F
(160,173,143)
#A8B499
(168,180,153)
#B0BBA3
(176,187,163)
#B8C2AD
(184,194,173)
#C0C9B7
(192,201,183)
#C8D0C1
(200,208,193)
#D0D7CB
(208,215,203)
#D8DED5
(216,222,213)
#E0E5DF
(224,229,223)
#E8ECE9
(232,236,233)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0AD8F color. Also use rgb(160,173,143) instead hex code.

Text Font Color

.myTextColor { color: #A0AD8F; }

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

This text font color is #A0AD8F.

Background Color

.myBgColor { background-color: #A0AD8F; }

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

This div background color is #A0AD8F.

Border color

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

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

This div border color is #A0AD8F.

Opacity

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

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

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

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

This text has shadow with #A0AD8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0AD8F.

Preview

Color preview on black background

This text has color #A0AD8F on black background.


Color preview on white background

This text has color #A0AD8F on white background.


Black color preview on #A0AD8F background

This text has black color on #A0AD8F background.


White color preview on #A0AD8F background

This text has white color on #A0AD8F background.


Related colors

Complementary color

Complementary color for #hex is #5F5270.


I love getcolorcode.com

Triadic colors

1 #8FA0AD and #AD8FA0 with #A0AD8F are triadic colors.

2 #8FADA0 and #ADA08F with #A0AD8F are triadic colors.