COLOR #A1AF7E

HEX: #A1AF7E
RGB: (161,175,126)

Color info

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

RGB color model

#A1AF7E color RGB value is (161,175,126).

  • red value is 161;
  • green value is 175;
  • blue value is 126.
RGB:
(161,175,126)
(63%,69%,49%)

RGB channels and saturation

R 161 of 255 = 63%
G 175 of 255 = 69%
B 126 of 255 = 49%

161
175
126

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

Portions of RGB colors in percentages

R + G + B =
161 + 175 + 126 = 462 (100%)
R 161 of 462 ~ 34.85%
G 175 of 462 ~ 37.88%
B 126 of 462 ~ 27.27%

%34.85
%37.88
%27.27

CMYK color model

#A1AF7E color CMYK value is (8,0,28,31).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 28.00%
  • key color value is 31.37%
CMYK:
(8,0,28,31)
C8M0Y28K31 
(8%,0%,28%,31%)
(0.08/0.00/0.28/0.31)	

CMYK percentages

%8
%0
%28
%31.37

Codes

Color #A1AF7E in popluar color models

A1AF7E
RGB161175126
HSL77°23.44%59.02%
HSB/HSV77°28.00%68.63%
CMYK8.00%0.00%28.00%
31.37%

Color #A1AF7E in popluar number systems.

HEXA1AF7E
Decimal161175126
Binary10100001101011111111110
Octal241257176

Shades and tints

Shades of #A1AF7E

#A1AF7E
(161,175,126)
#93A073
(147,160,115)
#859168
(133,145,104)
#77825D
(119,130,93)
#697352
(105,115,82)
#5B6447
(91,100,71)
#4D553C
(77,85,60)
#3F4631
(63,70,49)
#313726
(49,55,38)
#23281B
(35,40,27)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #A1AF7E

#A1AF7E
(161,175,126)
#A9B689
(169,182,137)
#B1BD94
(177,189,148)
#B9C49F
(185,196,159)
#C1CBAA
(193,203,170)
#C9D2B5
(201,210,181)
#D1D9C0
(209,217,192)
#D9E0CB
(217,224,203)
#E1E7D6
(225,231,214)
#E9EEE1
(233,238,225)
#F1F5EC
(241,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1AF7E color. Also use rgb(161,175,126) instead hex code.

Text Font Color

.myTextColor { color: #A1AF7E; }

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

This text font color is #A1AF7E.


Background Color

.myBgColor { background-color: #A1AF7E; }

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

This div background color is #A1AF7E.


Border color

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

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

This div border color is #A1AF7E.


Opacity

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

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

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

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

This text has shadow with #A1AF7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AF7E on black background.


Color preview on white background

This text has color #A1AF7E on white background.



Black color preview on #A1AF7E background

This text has black color on #A1AF7E background.


White color preview on #A1AF7E background

This text has white color on #A1AF7E background.