COLOR #A8A19D

HEX: #A8A19D
RGB: (168,161,157)

Color info

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

RGB color model

#A8A19D color RGB value is (168,161,157).

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

RGB channels and saturation

R 168 of 255 = 66%
G 161 of 255 = 63%
B 157 of 255 = 62%

168
161
157

R + G + B ~ 64%. #A8A19D is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 161 + 157 = 486 (100%)
R 168 of 486 ~ 34.57%
G 161 of 486 ~ 33.13%
B 157 of 486 ~ 32.3%

%34.57
%33.13
%32.3

CMYK color model

#A8A19D color CMYK value is (0,4,7,34).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 6.55%
  • key color value is 34.12%
CMYK:
(0,4,7,34)
C0M4Y7K34 
(0%,4%,7%,34%)
(0.00/0.04/0.07/0.34)	

CMYK percentages

%0
%4.17
%6.55
%34.12

Codes

Color #A8A19D in popluar color models

A8A19D
RGB168161157
HSL22°5.95%63.73%
HSB/HSV22°6.55%65.88%
CMYK0.00%4.17%6.55%
34.12%

Color #A8A19D in popluar number systems.

HEXA8A19D
Decimal168161157
Binary101010001010000110011101
Octal250241235

Shades and tints

Shades of #A8A19D

#A8A19D
(168,161,157)
#99938F
(153,147,143)
#8A8581
(138,133,129)
#7B7773
(123,119,115)
#6C6965
(108,105,101)
#5D5B57
(93,91,87)
#4E4D49
(78,77,73)
#3F3F3B
(63,63,59)
#30312D
(48,49,45)
#21231F
(33,35,31)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #A8A19D

#A8A19D
(168,161,157)
#AFA9A5
(175,169,165)
#B6B1AD
(182,177,173)
#BDB9B5
(189,185,181)
#C4C1BD
(196,193,189)
#CBC9C5
(203,201,197)
#D2D1CD
(210,209,205)
#D9D9D5
(217,217,213)
#E0E1DD
(224,225,221)
#E7E9E5
(231,233,229)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A19D; }

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

This text font color is #A8A19D.


Background Color

.myBgColor { background-color: #A8A19D; }

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

This div background color is #A8A19D.


Border color

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

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

This div border color is #A8A19D.


Opacity

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

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

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

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

This text has shadow with #A8A19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A19D on black background.


Color preview on white background

This text has color #A8A19D on white background.



Black color preview on #A8A19D background

This text has black color on #A8A19D background.


White color preview on #A8A19D background

This text has white color on #A8A19D background.