COLOR #A1AE73

HEX: #A1AE73
RGB: (161,174,115)

Color info

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

RGB color model

#A1AE73 color RGB value is (161,174,115).

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

RGB channels and saturation

R 161 of 255 = 63%
G 174 of 255 = 68%
B 115 of 255 = 45%

161
174
115

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

Portions of RGB colors in percentages

R + G + B =
161 + 174 + 115 = 450 (100%)
R 161 of 450 ~ 35.78%
G 174 of 450 ~ 38.67%
B 115 of 450 ~ 25.56%

%35.78
%38.67
%25.56

CMYK color model

#A1AE73 color CMYK value is (7,0,34,32).

  • cyan value is 7.47%
  • magenta value is 0.00%
  • yellow value is 33.91%
  • key color value is 31.76%
CMYK:
(7,0,34,32)
C7M0Y34K32 
(7%,0%,34%,32%)
(0.07/0.00/0.34/0.32)	

CMYK percentages

%7.47
%0
%33.91
%31.76

Codes

Color #A1AE73 in popluar color models

A1AE73
RGB161174115
HSL73°26.70%56.67%
HSB/HSV73°33.91%68.24%
CMYK7.47%0.00%33.91%
31.76%

Color #A1AE73 in popluar number systems.

HEXA1AE73
Decimal161174115
Binary10100001101011101110011
Octal241256163

Shades and tints

Shades of #A1AE73

#A1AE73
(161,174,115)
#939F69
(147,159,105)
#85905F
(133,144,95)
#778155
(119,129,85)
#69724B
(105,114,75)
#5B6341
(91,99,65)
#4D5437
(77,84,55)
#3F452D
(63,69,45)
#313623
(49,54,35)
#232719
(35,39,25)
#15180F
(21,24,15)
#000000
(0,0,0)

Tints of #A1AE73

#A1AE73
(161,174,115)
#A9B57F
(169,181,127)
#B1BC8B
(177,188,139)
#B9C397
(185,195,151)
#C1CAA3
(193,202,163)
#C9D1AF
(201,209,175)
#D1D8BB
(209,216,187)
#D9DFC7
(217,223,199)
#E1E6D3
(225,230,211)
#E9EDDF
(233,237,223)
#F1F4EB
(241,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AE73; }

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

This text font color is #A1AE73.


Background Color

.myBgColor { background-color: #A1AE73; }

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

This div background color is #A1AE73.


Border color

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

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

This div border color is #A1AE73.


Opacity

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

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

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

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

This text has shadow with #A1AE73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AE73 on black background.


Color preview on white background

This text has color #A1AE73 on white background.



Black color preview on #A1AE73 background

This text has black color on #A1AE73 background.


White color preview on #A1AE73 background

This text has white color on #A1AE73 background.