COLOR #A0A98F

HEX: #A0A98F RGB: (160,169,143)

Color info

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

RGB color model

#A0A98F color RGB value is (160,169,143).

RGB: (160,169,143) (63%, 66%, 56%)

RGB channels and saturation

R 160 of 255 = 63%
G 169 of 255 = 66%
B 143 of 255 = 56%

160
169
143

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

Portions of RGB colors in percentages

R + G + B = 160 + 169 + 143 = 472 (100%)
R 160 of 472 ~ 33.9%
G 169 of 472 ~ 35.81%
B 143 of 472 ~ 30.3'%

%33.9
%35.81
%30.3

CMYK color model

#A0A98F color CMYK value is (5,0,15,34).

  • cyan value is 5.33%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 33.73%

CMYK: (5,0,15,34)
C5M0Y15K34 (5%, 0%, 15%, 34%)
(0.05 / 0.00 / 0.15 / 0.34)

CMYK percentages

%5.33
%0
%15.38
%33.73

Codes

Color #A0A98F in popluar color models

A0 A9 8F
RGB 160 169 143
HSL 81° 13.13% 61.18%
HSB/HSV 81° 15.38% 66.27%
CMYK 5.33% 0.00% 15.38%
33.73%

Color #A0A98F in popluar number systems.

HEX A0 A9 8F
Decimal 160 169 143
Binary 10100000 10101001 10001111
Octal 240 251 217

Shades and tints

Shades of #A0A98F

#A0A98F
(160,169,143)
#929A82
(146,154,130)
#848B75
(132,139,117)
#767C68
(118,124,104)
#686D5B
(104,109,91)
#5A5E4E
(90,94,78)
#4C4F41
(76,79,65)
#3E4034
(62,64,52)
#303127
(48,49,39)
#22221A
(34,34,26)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #A0A98F

#A0A98F
(160,169,143)
#A8B099
(168,176,153)
#B0B7A3
(176,183,163)
#B8BEAD
(184,190,173)
#C0C5B7
(192,197,183)
#C8CCC1
(200,204,193)
#D0D3CB
(208,211,203)
#D8DAD5
(216,218,213)
#E0E1DF
(224,225,223)
#E8E8E9
(232,232,233)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A98F; }

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

This text font color is #A0A98F.

Background Color

.myBgColor { background-color: #A0A98F; }

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

This div background color is #A0A98F.

Border color

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

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

This div border color is #A0A98F.

Opacity

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

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

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

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

This text has shadow with #A0A98F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A98F.

Preview

Color preview on black background

This text has color #A0A98F on black background.


Color preview on white background

This text has color #A0A98F on white background.


Black color preview on #A0A98F background

This text has black color on #A0A98F background.


White color preview on #A0A98F background

This text has white color on #A0A98F background.


Related colors

Complementary color

Complementary color for #hex is #5F5670.


I love getcolorcode.com

Triadic colors

1 #8FA0A9 and #A98FA0 with #A0A98F are triadic colors.

2 #8FA9A0 and #A9A08F with #A0A98F are triadic colors.