COLOR #A1AE70

HEX: #A1AE70
RGB: (161,174,112)

Color info

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

RGB color model

#A1AE70 color RGB value is (161,174,112).

  • red value is 161;
  • green value is 174;
  • blue value is 112.
RGB:
(161,174,112)
(63%,68%,44%)

RGB channels and saturation

R 161 of 255 = 63%
G 174 of 255 = 68%
B 112 of 255 = 44%

161
174
112

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

Portions of RGB colors in percentages

R + G + B =
161 + 174 + 112 = 447 (100%)
R 161 of 447 ~ 36.02%
G 174 of 447 ~ 38.93%
B 112 of 447 ~ 25.06%

%36.02
%38.93
%25.06

CMYK color model

#A1AE70 color CMYK value is (7,0,36,32).

  • cyan value is 7.47%
  • magenta value is 0.00%
  • yellow value is 35.63%
  • key color value is 31.76%
CMYK:
(7,0,36,32)
C7M0Y36K32 
(7%,0%,36%,32%)
(0.07/0.00/0.36/0.32)	

CMYK percentages

%7.47
%0
%35.63
%31.76

Codes

Color #A1AE70 in popluar color models

A1AE70
RGB161174112
HSL73°27.68%56.08%
HSB/HSV73°35.63%68.24%
CMYK7.47%0.00%35.63%
31.76%

Color #A1AE70 in popluar number systems.

HEXA1AE70
Decimal161174112
Binary10100001101011101110000
Octal241256160

Shades and tints

Shades of #A1AE70

#A1AE70
(161,174,112)
#939F66
(147,159,102)
#85905C
(133,144,92)
#778152
(119,129,82)
#697248
(105,114,72)
#5B633E
(91,99,62)
#4D5434
(77,84,52)
#3F452A
(63,69,42)
#313620
(49,54,32)
#232716
(35,39,22)
#15180C
(21,24,12)
#000000
(0,0,0)

Tints of #A1AE70

#A1AE70
(161,174,112)
#A9B57D
(169,181,125)
#B1BC8A
(177,188,138)
#B9C397
(185,195,151)
#C1CAA4
(193,202,164)
#C9D1B1
(201,209,177)
#D1D8BE
(209,216,190)
#D9DFCB
(217,223,203)
#E1E6D8
(225,230,216)
#E9EDE5
(233,237,229)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1AE70 color. Also use rgb(161,174,112) instead hex code.

Text Font Color

.myTextColor { color: #A1AE70; }

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

This text font color is #A1AE70.


Background Color

.myBgColor { background-color: #A1AE70; }

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

This div background color is #A1AE70.


Border color

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

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

This div border color is #A1AE70.


Opacity

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

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

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

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

This text has shadow with #A1AE70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AE70 on black background.


Color preview on white background

This text has color #A1AE70 on white background.



Black color preview on #A1AE70 background

This text has black color on #A1AE70 background.


White color preview on #A1AE70 background

This text has white color on #A1AE70 background.