COLOR #A8A18B

HEX: #A8A18B
RGB: (168,161,139)

Color info

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

RGB color model

#A8A18B color RGB value is (168,161,139).

  • red value is 168;
  • green value is 161;
  • blue value is 139.
RGB:
(168,161,139)
(66%,63%,55%)

RGB channels and saturation

R 168 of 255 = 66%
G 161 of 255 = 63%
B 139 of 255 = 55%

168
161
139

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

Portions of RGB colors in percentages

R + G + B =
168 + 161 + 139 = 468 (100%)
R 168 of 468 ~ 35.9%
G 161 of 468 ~ 34.4%
B 139 of 468 ~ 29.7%

%35.9
%34.4
%29.7

CMYK color model

#A8A18B color CMYK value is (0,4,17,34).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 17.26%
  • key color value is 34.12%
CMYK:
(0,4,17,34)
C0M4Y17K34 
(0%,4%,17%,34%)
(0.00/0.04/0.17/0.34)	

CMYK percentages

%0
%4.17
%17.26
%34.12

Codes

Color #A8A18B in popluar color models

A8A18B
RGB168161139
HSL46°14.29%60.20%
HSB/HSV46°17.26%65.88%
CMYK0.00%4.17%17.26%
34.12%

Color #A8A18B in popluar number systems.

HEXA8A18B
Decimal168161139
Binary101010001010000110001011
Octal250241213

Shades and tints

Shades of #A8A18B

#A8A18B
(168,161,139)
#99937F
(153,147,127)
#8A8573
(138,133,115)
#7B7767
(123,119,103)
#6C695B
(108,105,91)
#5D5B4F
(93,91,79)
#4E4D43
(78,77,67)
#3F3F37
(63,63,55)
#30312B
(48,49,43)
#21231F
(33,35,31)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #A8A18B

#A8A18B
(168,161,139)
#AFA995
(175,169,149)
#B6B19F
(182,177,159)
#BDB9A9
(189,185,169)
#C4C1B3
(196,193,179)
#CBC9BD
(203,201,189)
#D2D1C7
(210,209,199)
#D9D9D1
(217,217,209)
#E0E1DB
(224,225,219)
#E7E9E5
(231,233,229)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8A18B color. Also use rgb(168,161,139) instead hex code.

Text Font Color

.myTextColor { color: #A8A18B; }

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

This text font color is #A8A18B.


Background Color

.myBgColor { background-color: #A8A18B; }

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

This div background color is #A8A18B.


Border color

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

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

This div border color is #A8A18B.


Opacity

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

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

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

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

This text has shadow with #A8A18B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A18B on black background.


Color preview on white background

This text has color #A8A18B on white background.



Black color preview on #A8A18B background

This text has black color on #A8A18B background.


White color preview on #A8A18B background

This text has white color on #A8A18B background.