COLOR #A1AC5E

HEX: #A1AC5E RGB: (161,172,94)

Color info

#A1AC5E contains mainly red and green colors. Web safe color of #A1AC5E is #999966 (or #996).

RGB color model

#A1AC5E color RGB value is (161,172,94).

RGB: (161,172,94) (63%, 67%, 37%)

RGB channels and saturation

R 161 of 255 = 63%
G 172 of 255 = 67%
B 94 of 255 = 37%

161
172
94

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

Portions of RGB colors in percentages

R + G + B = 161 + 172 + 94 = 427 (100%)
R 161 of 427 ~ 37.7%
G 172 of 427 ~ 40.28%
B 94 of 427 ~ 22.01'%

%37.7
%40.28
%22.01

CMYK color model

#A1AC5E color CMYK value is (6,0,45,33).

  • cyan value is 6.40%
  • magenta value is 0.00%
  • yellow value is 45.35%
  • key color value is 32.55%

CMYK: (6,0,45,33)
C6M0Y45K33 (6%, 0%, 45%, 33%)
(0.06 / 0.00 / 0.45 / 0.33)

CMYK percentages

%6.4
%0
%45.35
%32.55

Codes

Color #A1AC5E in popluar color models

A1 AC 5E
RGB 161 172 94
HSL 68° 31.97% 52.16%
HSB/HSV 68° 45.35% 67.45%
CMYK 6.40% 0.00% 45.35%
32.55%

Color #A1AC5E in popluar number systems.

HEX A1 AC 5E
Decimal 161 172 94
Binary 10100001 10101100 1011110
Octal 241 254 136

Shades and tints

Shades of #A1AC5E

#A1AC5E
(161,172,94)
#939D56
(147,157,86)
#858E4E
(133,142,78)
#777F46
(119,127,70)
#69703E
(105,112,62)
#5B6136
(91,97,54)
#4D522E
(77,82,46)
#3F4326
(63,67,38)
#31341E
(49,52,30)
#232516
(35,37,22)
#15160E
(21,22,14)
#000000
(0,0,0)

Tints of #A1AC5E

#A1AC5E
(161,172,94)
#A9B36C
(169,179,108)
#B1BA7A
(177,186,122)
#B9C188
(185,193,136)
#C1C896
(193,200,150)
#C9CFA4
(201,207,164)
#D1D6B2
(209,214,178)
#D9DDC0
(217,221,192)
#E1E4CE
(225,228,206)
#E9EBDC
(233,235,220)
#F1F2EA
(241,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1AC5E color. Also use rgb(161,172,94) instead hex code.

Text Font Color

.myTextColor { color: #A1AC5E; }

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

This text font color is #A1AC5E.

Background Color

.myBgColor { background-color: #A1AC5E; }

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

This div background color is #A1AC5E.

Border color

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

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

This div border color is #A1AC5E.

Opacity

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

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

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

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

This text has shadow with #A1AC5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1AC5E.

Preview

Color preview on black background

This text has color #A1AC5E on black background.


Color preview on white background

This text has color #A1AC5E on white background.


Black color preview on #A1AC5E background

This text has black color on #A1AC5E background.


White color preview on #A1AC5E background

This text has white color on #A1AC5E background.


Related colors

Complementary color

Complementary color for #hex is #5E53A1.


I love getcolorcode.com

Triadic colors

1 #5EA1AC and #AC5EA1 with #A1AC5E are triadic colors.

2 #5EACA1 and #ACA15E with #A1AC5E are triadic colors.