COLOR #A1A581

HEX: #A1A581 RGB: (161,165,129)

Color info

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

RGB color model

#A1A581 color RGB value is (161,165,129).

RGB: (161,165,129) (63%, 65%, 51%)

RGB channels and saturation

R 161 of 255 = 63%
G 165 of 255 = 65%
B 129 of 255 = 51%

161
165
129

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

Portions of RGB colors in percentages

R + G + B = 161 + 165 + 129 = 455 (100%)
R 161 of 455 ~ 35.38%
G 165 of 455 ~ 36.26%
B 129 of 455 ~ 28.35'%

%35.38
%36.26
%28.35

CMYK color model

#A1A581 color CMYK value is (2,0,22,35).

  • cyan value is 2.42%
  • magenta value is 0.00%
  • yellow value is 21.82%
  • key color value is 35.29%

CMYK: (2,0,22,35)
C2M0Y22K35 (2%, 0%, 22%, 35%)
(0.02 / 0.00 / 0.22 / 0.35)

CMYK percentages

%2.42
%0
%21.82
%35.29

Codes

Color #A1A581 in popluar color models

A1 A5 81
RGB 161 165 129
HSL 67° 16.67% 57.65%
HSB/HSV 67° 21.82% 64.71%
CMYK 2.42% 0.00% 21.82%
35.29%

Color #A1A581 in popluar number systems.

HEX A1 A5 81
Decimal 161 165 129
Binary 10100001 10100101 10000001
Octal 241 245 201

Shades and tints

Shades of #A1A581

#A1A581
(161,165,129)
#939676
(147,150,118)
#85876B
(133,135,107)
#777860
(119,120,96)
#696955
(105,105,85)
#5B5A4A
(91,90,74)
#4D4B3F
(77,75,63)
#3F3C34
(63,60,52)
#312D29
(49,45,41)
#231E1E
(35,30,30)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #A1A581

#A1A581
(161,165,129)
#A9AD8C
(169,173,140)
#B1B597
(177,181,151)
#B9BDA2
(185,189,162)
#C1C5AD
(193,197,173)
#C9CDB8
(201,205,184)
#D1D5C3
(209,213,195)
#D9DDCE
(217,221,206)
#E1E5D9
(225,229,217)
#E9EDE4
(233,237,228)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A581; }

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

This text font color is #A1A581.

Background Color

.myBgColor { background-color: #A1A581; }

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

This div background color is #A1A581.

Border color

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

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

This div border color is #A1A581.

Opacity

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

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

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

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

This text has shadow with #A1A581 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A581.

Preview

Color preview on black background

This text has color #A1A581 on black background.


Color preview on white background

This text has color #A1A581 on white background.


Black color preview on #A1A581 background

This text has black color on #A1A581 background.


White color preview on #A1A581 background

This text has white color on #A1A581 background.


Related colors

Complementary color

Complementary color for #hex is #5E5A7E.


I love getcolorcode.com

Triadic colors

1 #81A1A5 and #A581A1 with #A1A581 are triadic colors.

2 #81A5A1 and #A5A181 with #A1A581 are triadic colors.