COLOR #A1AC7F

HEX: #A1AC7F RGB: (161,172,127)

Color info

#A1AC7F contains red, green and blue colors in about the same proportion. Web safe color of #A1AC7F is #999966 (or #996).

RGB color model

#A1AC7F color RGB value is (161,172,127).

RGB: (161,172,127) (63%, 67%, 50%)

RGB channels and saturation

R 161 of 255 = 63%
G 172 of 255 = 67%
B 127 of 255 = 50%

161
172
127

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

Portions of RGB colors in percentages

R + G + B = 161 + 172 + 127 = 460 (100%)
R 161 of 460 ~ 35%
G 172 of 460 ~ 37.39%
B 127 of 460 ~ 27.61'%

%35
%37.39
%27.61

CMYK color model

#A1AC7F color CMYK value is (6,0,26,33).

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

CMYK: (6,0,26,33)
C6M0Y26K33 (6%, 0%, 26%, 33%)
(0.06 / 0.00 / 0.26 / 0.33)

CMYK percentages

%6.4
%0
%26.16
%32.55

Codes

Color #A1AC7F in popluar color models

A1 AC 7F
RGB 161 172 127
HSL 75° 21.33% 58.63%
HSB/HSV 75° 26.16% 67.45%
CMYK 6.40% 0.00% 26.16%
32.55%

Color #A1AC7F in popluar number systems.

HEX A1 AC 7F
Decimal 161 172 127
Binary 10100001 10101100 1111111
Octal 241 254 177

Shades and tints

Shades of #A1AC7F

#A1AC7F
(161,172,127)
#939D74
(147,157,116)
#858E69
(133,142,105)
#777F5E
(119,127,94)
#697053
(105,112,83)
#5B6148
(91,97,72)
#4D523D
(77,82,61)
#3F4332
(63,67,50)
#313427
(49,52,39)
#23251C
(35,37,28)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #A1AC7F

#A1AC7F
(161,172,127)
#A9B38A
(169,179,138)
#B1BA95
(177,186,149)
#B9C1A0
(185,193,160)
#C1C8AB
(193,200,171)
#C9CFB6
(201,207,182)
#D1D6C1
(209,214,193)
#D9DDCC
(217,221,204)
#E1E4D7
(225,228,215)
#E9EBE2
(233,235,226)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AC7F; }

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

This text font color is #A1AC7F.

Background Color

.myBgColor { background-color: #A1AC7F; }

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

This div background color is #A1AC7F.

Border color

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

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

This div border color is #A1AC7F.

Opacity

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

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

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

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

This text has shadow with #A1AC7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1AC7F.

Preview

Color preview on black background

This text has color #A1AC7F on black background.


Color preview on white background

This text has color #A1AC7F on white background.


Black color preview on #A1AC7F background

This text has black color on #A1AC7F background.


White color preview on #A1AC7F background

This text has white color on #A1AC7F background.


Related colors

Complementary color

Complementary color for #hex is #5E5380.


I love getcolorcode.com

Triadic colors

1 #7FA1AC and #AC7FA1 with #A1AC7F are triadic colors.

2 #7FACA1 and #ACA17F with #A1AC7F are triadic colors.