COLOR #A0A08D

HEX: #A0A08D
RGB: (160,160,141)

Color info

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

RGB color model

#A0A08D color RGB value is (160,160,141).

  • red value is 160;
  • green value is 160;
  • blue value is 141.
RGB:
(160,160,141)
(63%,63%,55%)

RGB channels and saturation

R 160 of 255 = 63%
G 160 of 255 = 63%
B 141 of 255 = 55%

160
160
141

R + G + B ~ 60%. #A0A08D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
160 + 160 + 141 = 461 (100%)
R 160 of 461 ~ 34.71%
G 160 of 461 ~ 34.71%
B 141 of 461 ~ 30.59%

%34.71
%34.71
%30.59

CMYK color model

#A0A08D color CMYK value is (0,0,12,37).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 11.88%
  • key color value is 37.25%
CMYK:
(0,0,12,37)
C0M0Y12K37 
(0%,0%,12%,37%)
(0.00/0.00/0.12/0.37)	

CMYK percentages

%0
%0
%11.88
%37.25

Codes

Color #A0A08D in popluar color models

A0A08D
RGB160160141
HSL60°9.09%59.02%
HSB/HSV60°11.88%62.75%
CMYK0.00%0.00%11.88%
37.25%

Color #A0A08D in popluar number systems.

HEXA0A08D
Decimal160160141
Binary101000001010000010001101
Octal240240215

Shades and tints

Shades of #A0A08D

#A0A08D
(160,160,141)
#929281
(146,146,129)
#848475
(132,132,117)
#767669
(118,118,105)
#68685D
(104,104,93)
#5A5A51
(90,90,81)
#4C4C45
(76,76,69)
#3E3E39
(62,62,57)
#30302D
(48,48,45)
#222221
(34,34,33)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #A0A08D

#A0A08D
(160,160,141)
#A8A897
(168,168,151)
#B0B0A1
(176,176,161)
#B8B8AB
(184,184,171)
#C0C0B5
(192,192,181)
#C8C8BF
(200,200,191)
#D0D0C9
(208,208,201)
#D8D8D3
(216,216,211)
#E0E0DD
(224,224,221)
#E8E8E7
(232,232,231)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A08D; }

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

This text font color is #A0A08D.


Background Color

.myBgColor { background-color: #A0A08D; }

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

This div background color is #A0A08D.


Border color

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

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

This div border color is #A0A08D.


Opacity

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

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

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

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

This text has shadow with #A0A08D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A08D on black background.


Color preview on white background

This text has color #A0A08D on white background.



Black color preview on #A0A08D background

This text has black color on #A0A08D background.


White color preview on #A0A08D background

This text has white color on #A0A08D background.