COLOR #A1AC6F

HEX: #A1AC6F RGB: (161,172,111)

Color info

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

RGB color model

#A1AC6F color RGB value is (161,172,111).

RGB: (161,172,111) (63%, 67%, 44%)

RGB channels and saturation

R 161 of 255 = 63%
G 172 of 255 = 67%
B 111 of 255 = 44%

161
172
111

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

Portions of RGB colors in percentages

R + G + B = 161 + 172 + 111 = 444 (100%)
R 161 of 444 ~ 36.26%
G 172 of 444 ~ 38.74%
B 111 of 444 ~ 25'%

%36.26
%38.74
%25

CMYK color model

#A1AC6F color CMYK value is (6,0,35,33).

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

CMYK: (6,0,35,33)
C6M0Y35K33 (6%, 0%, 35%, 33%)
(0.06 / 0.00 / 0.35 / 0.33)

CMYK percentages

%6.4
%0
%35.47
%32.55

Codes

Color #A1AC6F in popluar color models

A1 AC 6F
RGB 161 172 111
HSL 71° 26.87% 55.49%
HSB/HSV 71° 35.47% 67.45%
CMYK 6.40% 0.00% 35.47%
32.55%

Color #A1AC6F in popluar number systems.

HEX A1 AC 6F
Decimal 161 172 111
Binary 10100001 10101100 1101111
Octal 241 254 157

Shades and tints

Shades of #A1AC6F

#A1AC6F
(161,172,111)
#939D65
(147,157,101)
#858E5B
(133,142,91)
#777F51
(119,127,81)
#697047
(105,112,71)
#5B613D
(91,97,61)
#4D5233
(77,82,51)
#3F4329
(63,67,41)
#31341F
(49,52,31)
#232515
(35,37,21)
#15160B
(21,22,11)
#000000
(0,0,0)

Tints of #A1AC6F

#A1AC6F
(161,172,111)
#A9B37C
(169,179,124)
#B1BA89
(177,186,137)
#B9C196
(185,193,150)
#C1C8A3
(193,200,163)
#C9CFB0
(201,207,176)
#D1D6BD
(209,214,189)
#D9DDCA
(217,221,202)
#E1E4D7
(225,228,215)
#E9EBE4
(233,235,228)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AC6F; }

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

This text font color is #A1AC6F.

Background Color

.myBgColor { background-color: #A1AC6F; }

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

This div background color is #A1AC6F.

Border color

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

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

This div border color is #A1AC6F.

Opacity

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

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

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

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

This text has shadow with #A1AC6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1AC6F.

Preview

Color preview on black background

This text has color #A1AC6F on black background.


Color preview on white background

This text has color #A1AC6F on white background.


Black color preview on #A1AC6F background

This text has black color on #A1AC6F background.


White color preview on #A1AC6F background

This text has white color on #A1AC6F background.


Related colors

Complementary color

Complementary color for #hex is #5E5390.


I love getcolorcode.com

Triadic colors

1 #6FA1AC and #AC6FA1 with #A1AC6F are triadic colors.

2 #6FACA1 and #ACA16F with #A1AC6F are triadic colors.