COLOR #A1A789

HEX: #A1A789
RGB: (161,167,137)

Color info

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

RGB color model

#A1A789 color RGB value is (161,167,137).

  • red value is 161;
  • green value is 167;
  • blue value is 137.
RGB:
(161,167,137)
(63%,65%,54%)

RGB channels and saturation

R 161 of 255 = 63%
G 167 of 255 = 65%
B 137 of 255 = 54%

161
167
137

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

Portions of RGB colors in percentages

R + G + B =
161 + 167 + 137 = 465 (100%)
R 161 of 465 ~ 34.62%
G 167 of 465 ~ 35.91%
B 137 of 465 ~ 29.46%

%34.62
%35.91
%29.46

CMYK color model

#A1A789 color CMYK value is (4,0,18,35).

  • cyan value is 3.59%
  • magenta value is 0.00%
  • yellow value is 17.96%
  • key color value is 34.51%
CMYK:
(4,0,18,35)
C4M0Y18K35 
(4%,0%,18%,35%)
(0.04/0.00/0.18/0.35)	

CMYK percentages

%3.59
%0
%17.96
%34.51

Codes

Color #A1A789 in popluar color models

A1A789
RGB161167137
HSL72°14.56%59.61%
HSB/HSV72°17.96%65.49%
CMYK3.59%0.00%17.96%
34.51%

Color #A1A789 in popluar number systems.

HEXA1A789
Decimal161167137
Binary101000011010011110001001
Octal241247211

Shades and tints

Shades of #A1A789

#A1A789
(161,167,137)
#93987D
(147,152,125)
#858971
(133,137,113)
#777A65
(119,122,101)
#696B59
(105,107,89)
#5B5C4D
(91,92,77)
#4D4D41
(77,77,65)
#3F3E35
(63,62,53)
#312F29
(49,47,41)
#23201D
(35,32,29)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #A1A789

#A1A789
(161,167,137)
#A9AF93
(169,175,147)
#B1B79D
(177,183,157)
#B9BFA7
(185,191,167)
#C1C7B1
(193,199,177)
#C9CFBB
(201,207,187)
#D1D7C5
(209,215,197)
#D9DFCF
(217,223,207)
#E1E7D9
(225,231,217)
#E9EFE3
(233,239,227)
#F1F7ED
(241,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1A789 color. Also use rgb(161,167,137) instead hex code.

Text Font Color

.myTextColor { color: #A1A789; }

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

This text font color is #A1A789.


Background Color

.myBgColor { background-color: #A1A789; }

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

This div background color is #A1A789.


Border color

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

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

This div border color is #A1A789.


Opacity

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

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

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

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

This text has shadow with #A1A789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A789 on black background.


Color preview on white background

This text has color #A1A789 on white background.



Black color preview on #A1A789 background

This text has black color on #A1A789 background.


White color preview on #A1A789 background

This text has white color on #A1A789 background.