COLOR #A1A081

HEX: #A1A081 RGB: (161,160,129)

Color info

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

RGB color model

#A1A081 color RGB value is (161,160,129).

RGB: (161,160,129) (63%, 63%, 51%)

RGB channels and saturation

R 161 of 255 = 63%
G 160 of 255 = 63%
B 129 of 255 = 51%

161
160
129

R + G + B ~ 59%. #A1A081 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 161 + 160 + 129 = 450 (100%)
R 161 of 450 ~ 35.78%
G 160 of 450 ~ 35.56%
B 129 of 450 ~ 28.67'%

%35.78
%35.56
%28.67

CMYK color model

#A1A081 color CMYK value is (0,1,20,37).

  • cyan value is 0.00%
  • magenta value is 0.62%
  • yellow value is 19.88%
  • key color value is 36.86%
CMYK: (0,1,20,37) C0M1Y20K37 (0%,1%,20%,37%) (0.00/0.01/0.20/0.37) 

CMYK percentages

%0
%0.62
%19.88
%36.86

Codes

Color #A1A081 in popluar color models

A1 A0 81
RGB 161 160 129
HSL 58° 14.55% 56.86%
HSB/HSV 58° 19.88% 63.14%
CMYK 0.00% 0.62% 19.88%
36.86%

Color #A1A081 in popluar number systems.

HEX A1 A0 81
Decimal 161 160 129
Binary 10100001 10100000 10000001
Octal 241 240 201

Shades and tints

Shades of #A1A081

#A1A081
(161,160,129)
#939276
(147,146,118)
#85846B
(133,132,107)
#777660
(119,118,96)
#696855
(105,104,85)
#5B5A4A
(91,90,74)
#4D4C3F
(77,76,63)
#3F3E34
(63,62,52)
#313029
(49,48,41)
#23221E
(35,34,30)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #A1A081

#A1A081
(161,160,129)
#A9A88C
(169,168,140)
#B1B097
(177,176,151)
#B9B8A2
(185,184,162)
#C1C0AD
(193,192,173)
#C9C8B8
(201,200,184)
#D1D0C3
(209,208,195)
#D9D8CE
(217,216,206)
#E1E0D9
(225,224,217)
#E9E8E4
(233,232,228)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1A081 color. Also use rgb(161,160,129) instead hex code.

Text Font Color

.myTextColor { color: #A1A081; }

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

This text font color is #A1A081.

Background Color

.myBgColor { background-color: #A1A081; }

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

This div background color is #A1A081.

Border color

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

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

This div border color is #A1A081.

Opacity

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

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

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

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

This text has shadow with #A1A081 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A081.

Preview

Color preview on black background

This text has color #A1A081 on black background.


Color preview on white background

This text has color #A1A081 on white background.


Black color preview on #A1A081 background

This text has black color on #A1A081 background.


White color preview on #A1A081 background

This text has white color on #A1A081 background.


Related colors

Complementary color

Complementary color for #hex is #5E5F7E.


I love getcolorcode.com

Triadic colors

1 #81A1A0 and #A081A1 with #A1A081 are triadic colors.

2 #81A0A1 and #A0A181 with #A1A081 are triadic colors.