COLOR #A0A38D

HEX: #A0A38D
RGB: (160,163,141)

Color info

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

RGB color model

#A0A38D color RGB value is (160,163,141).

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

RGB channels and saturation

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

160
163
141

R + G + B ~ 61%. #A0A38D is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 163 + 141 = 464 (100%)
R 160 of 464 ~ 34.48%
G 163 of 464 ~ 35.13%
B 141 of 464 ~ 30.39%

%34.48
%35.13
%30.39

CMYK color model

#A0A38D color CMYK value is (2,0,13,36).

  • cyan value is 1.84%
  • magenta value is 0.00%
  • yellow value is 13.50%
  • key color value is 36.08%
CMYK:
(2,0,13,36)
C2M0Y13K36 
(2%,0%,13%,36%)
(0.02/0.00/0.13/0.36)	

CMYK percentages

%1.84
%0
%13.5
%36.08

Codes

Color #A0A38D in popluar color models

A0A38D
RGB160163141
HSL68°10.68%59.61%
HSB/HSV68°13.50%63.92%
CMYK1.84%0.00%13.50%
36.08%

Color #A0A38D in popluar number systems.

HEXA0A38D
Decimal160163141
Binary101000001010001110001101
Octal240243215

Shades and tints

Shades of #A0A38D

#A0A38D
(160,163,141)
#929581
(146,149,129)
#848775
(132,135,117)
#767969
(118,121,105)
#686B5D
(104,107,93)
#5A5D51
(90,93,81)
#4C4F45
(76,79,69)
#3E4139
(62,65,57)
#30332D
(48,51,45)
#222521
(34,37,33)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #A0A38D

#A0A38D
(160,163,141)
#A8AB97
(168,171,151)
#B0B3A1
(176,179,161)
#B8BBAB
(184,187,171)
#C0C3B5
(192,195,181)
#C8CBBF
(200,203,191)
#D0D3C9
(208,211,201)
#D8DBD3
(216,219,211)
#E0E3DD
(224,227,221)
#E8EBE7
(232,235,231)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A38D; }

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

This text font color is #A0A38D.


Background Color

.myBgColor { background-color: #A0A38D; }

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

This div background color is #A0A38D.


Border color

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

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

This div border color is #A0A38D.


Opacity

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

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

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

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

This text has shadow with #A0A38D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A38D on black background.


Color preview on white background

This text has color #A0A38D on white background.



Black color preview on #A0A38D background

This text has black color on #A0A38D background.


White color preview on #A0A38D background

This text has white color on #A0A38D background.