COLOR #A8A991

HEX: #A8A991
RGB: (168,169,145)

Color info

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

RGB color model

#A8A991 color RGB value is (168,169,145).

  • red value is 168;
  • green value is 169;
  • blue value is 145.
RGB:
(168,169,145)
(66%,66%,57%)

RGB channels and saturation

R 168 of 255 = 66%
G 169 of 255 = 66%
B 145 of 255 = 57%

168
169
145

R + G + B ~ 63%. #A8A991 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 169 + 145 = 482 (100%)
R 168 of 482 ~ 34.85%
G 169 of 482 ~ 35.06%
B 145 of 482 ~ 30.08%

%34.85
%35.06
%30.08

CMYK color model

#A8A991 color CMYK value is (1,0,14,34).

  • cyan value is 0.59%
  • magenta value is 0.00%
  • yellow value is 14.20%
  • key color value is 33.73%
CMYK:
(1,0,14,34)
C1M0Y14K34 
(1%,0%,14%,34%)
(0.01/0.00/0.14/0.34)	

CMYK percentages

%0.59
%0
%14.2
%33.73

Codes

Color #A8A991 in popluar color models

A8A991
RGB168169145
HSL63°12.24%61.57%
HSB/HSV63°14.20%66.27%
CMYK0.59%0.00%14.20%
33.73%

Color #A8A991 in popluar number systems.

HEXA8A991
Decimal168169145
Binary101010001010100110010001
Octal250251221

Shades and tints

Shades of #A8A991

#A8A991
(168,169,145)
#999A84
(153,154,132)
#8A8B77
(138,139,119)
#7B7C6A
(123,124,106)
#6C6D5D
(108,109,93)
#5D5E50
(93,94,80)
#4E4F43
(78,79,67)
#3F4036
(63,64,54)
#303129
(48,49,41)
#21221C
(33,34,28)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #A8A991

#A8A991
(168,169,145)
#AFB09B
(175,176,155)
#B6B7A5
(182,183,165)
#BDBEAF
(189,190,175)
#C4C5B9
(196,197,185)
#CBCCC3
(203,204,195)
#D2D3CD
(210,211,205)
#D9DAD7
(217,218,215)
#E0E1E1
(224,225,225)
#E7E8EB
(231,232,235)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8A991 color. Also use rgb(168,169,145) instead hex code.

Text Font Color

.myTextColor { color: #A8A991; }

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

This text font color is #A8A991.


Background Color

.myBgColor { background-color: #A8A991; }

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

This div background color is #A8A991.


Border color

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

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

This div border color is #A8A991.


Opacity

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

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

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

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

This text has shadow with #A8A991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A991 on black background.


Color preview on white background

This text has color #A8A991 on white background.



Black color preview on #A8A991 background

This text has black color on #A8A991 background.


White color preview on #A8A991 background

This text has white color on #A8A991 background.