COLOR #A0A18F

HEX: #A0A18F
RGB: (160,161,143)

Color info

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

RGB color model

#A0A18F color RGB value is (160,161,143).

  • red value is 160;
  • green value is 161;
  • blue value is 143.
RGB:
(160,161,143)
(63%,63%,56%)

RGB channels and saturation

R 160 of 255 = 63%
G 161 of 255 = 63%
B 143 of 255 = 56%

160
161
143

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

Portions of RGB colors in percentages

R + G + B =
160 + 161 + 143 = 464 (100%)
R 160 of 464 ~ 34.48%
G 161 of 464 ~ 34.7%
B 143 of 464 ~ 30.82%

%34.48
%34.7
%30.82

CMYK color model

#A0A18F color CMYK value is (1,0,11,37).

  • cyan value is 0.62%
  • magenta value is 0.00%
  • yellow value is 11.18%
  • key color value is 36.86%
CMYK:
(1,0,11,37)
C1M0Y11K37 
(1%,0%,11%,37%)
(0.01/0.00/0.11/0.37)	

CMYK percentages

%0.62
%0
%11.18
%36.86

Codes

Color #A0A18F in popluar color models

A0A18F
RGB160161143
HSL63°8.74%59.61%
HSB/HSV63°11.18%63.14%
CMYK0.62%0.00%11.18%
36.86%

Color #A0A18F in popluar number systems.

HEXA0A18F
Decimal160161143
Binary101000001010000110001111
Octal240241217

Shades and tints

Shades of #A0A18F

#A0A18F
(160,161,143)
#929382
(146,147,130)
#848575
(132,133,117)
#767768
(118,119,104)
#68695B
(104,105,91)
#5A5B4E
(90,91,78)
#4C4D41
(76,77,65)
#3E3F34
(62,63,52)
#303127
(48,49,39)
#22231A
(34,35,26)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #A0A18F

#A0A18F
(160,161,143)
#A8A999
(168,169,153)
#B0B1A3
(176,177,163)
#B8B9AD
(184,185,173)
#C0C1B7
(192,193,183)
#C8C9C1
(200,201,193)
#D0D1CB
(208,209,203)
#D8D9D5
(216,217,213)
#E0E1DF
(224,225,223)
#E8E9E9
(232,233,233)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A18F; }

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

This text font color is #A0A18F.


Background Color

.myBgColor { background-color: #A0A18F; }

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

This div background color is #A0A18F.


Border color

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

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

This div border color is #A0A18F.


Opacity

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

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

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

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

This text has shadow with #A0A18F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A18F on black background.


Color preview on white background

This text has color #A0A18F on white background.



Black color preview on #A0A18F background

This text has black color on #A0A18F background.


White color preview on #A0A18F background

This text has white color on #A0A18F background.