COLOR #A1A88B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

161
168
139

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

Portions of RGB colors in percentages

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

%34.4
%35.9
%29.7

CMYK color model

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

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

CMYK percentages

%4.17
%0
%17.26
%34.12

Codes

Color #A1A88B in popluar color models

A1A88B
RGB161168139
HSL74°14.29%60.20%
HSB/HSV74°17.26%65.88%
CMYK4.17%0.00%17.26%
34.12%

Color #A1A88B in popluar number systems.

HEXA1A88B
Decimal161168139
Binary101000011010100010001011
Octal241250213

Shades and tints

Shades of #A1A88B

#A1A88B
(161,168,139)
#93997F
(147,153,127)
#858A73
(133,138,115)
#777B67
(119,123,103)
#696C5B
(105,108,91)
#5B5D4F
(91,93,79)
#4D4E43
(77,78,67)
#3F3F37
(63,63,55)
#31302B
(49,48,43)
#23211F
(35,33,31)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #A1A88B

#A1A88B
(161,168,139)
#A9AF95
(169,175,149)
#B1B69F
(177,182,159)
#B9BDA9
(185,189,169)
#C1C4B3
(193,196,179)
#C9CBBD
(201,203,189)
#D1D2C7
(209,210,199)
#D9D9D1
(217,217,209)
#E1E0DB
(225,224,219)
#E9E7E5
(233,231,229)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A88B; }

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

This text font color is #A1A88B.


Background Color

.myBgColor { background-color: #A1A88B; }

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

This div background color is #A1A88B.


Border color

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

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

This div border color is #A1A88B.


Opacity

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

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

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

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

This text has shadow with #A1A88B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A88B on black background.


Color preview on white background

This text has color #A1A88B on white background.



Black color preview on #A1A88B background

This text has black color on #A1A88B background.


White color preview on #A1A88B background

This text has white color on #A1A88B background.