COLOR #A1AE93

HEX: #A1AE93 RGB: (161,174,147)

Color info

#A1AE93 contains red, green and blue colors in about the same proportion. Web safe color of #A1AE93 is #999999 (or #999).

RGB color model

#A1AE93 color RGB value is (161,174,147).

RGB: (161,174,147) (63%, 68%, 58%)

RGB channels and saturation

R 161 of 255 = 63%
G 174 of 255 = 68%
B 147 of 255 = 58%

161
174
147

R + G + B ~ 63%. #A1AE93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 174 + 147 = 482 (100%)
R 161 of 482 ~ 33.4%
G 174 of 482 ~ 36.1%
B 147 of 482 ~ 30.5'%

%33.4
%36.1
%30.5

CMYK color model

#A1AE93 color CMYK value is (7,0,16,32).

  • cyan value is 7.47%
  • magenta value is 0.00%
  • yellow value is 15.52%
  • key color value is 31.76%

CMYK: (7,0,16,32)
C7M0Y16K32 (7%, 0%, 16%, 32%)
(0.07 / 0.00 / 0.16 / 0.32)

CMYK percentages

%7.47
%0
%15.52
%31.76

Codes

Color #A1AE93 in popluar color models

A1 AE 93
RGB 161 174 147
HSL 89° 14.29% 62.94%
HSB/HSV 89° 15.52% 68.24%
CMYK 7.47% 0.00% 15.52%
31.76%

Color #A1AE93 in popluar number systems.

HEX A1 AE 93
Decimal 161 174 147
Binary 10100001 10101110 10010011
Octal 241 256 223

Shades and tints

Shades of #A1AE93

#A1AE93
(161,174,147)
#939F86
(147,159,134)
#859079
(133,144,121)
#77816C
(119,129,108)
#69725F
(105,114,95)
#5B6352
(91,99,82)
#4D5445
(77,84,69)
#3F4538
(63,69,56)
#31362B
(49,54,43)
#23271E
(35,39,30)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #A1AE93

#A1AE93
(161,174,147)
#A9B59C
(169,181,156)
#B1BCA5
(177,188,165)
#B9C3AE
(185,195,174)
#C1CAB7
(193,202,183)
#C9D1C0
(201,209,192)
#D1D8C9
(209,216,201)
#D9DFD2
(217,223,210)
#E1E6DB
(225,230,219)
#E9EDE4
(233,237,228)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AE93; }

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

This text font color is #A1AE93.

Background Color

.myBgColor { background-color: #A1AE93; }

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

This div background color is #A1AE93.

Border color

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

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

This div border color is #A1AE93.

Opacity

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

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

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

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

This text has shadow with #A1AE93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1AE93.

Preview

Color preview on black background

This text has color #A1AE93 on black background.


Color preview on white background

This text has color #A1AE93 on white background.


Black color preview on #A1AE93 background

This text has black color on #A1AE93 background.


White color preview on #A1AE93 background

This text has white color on #A1AE93 background.


Related colors

Complementary color

Complementary color for #hex is #5E516C.


I love getcolorcode.com

Triadic colors

1 #93A1AE and #AE93A1 with #A1AE93 are triadic colors.

2 #93AEA1 and #AEA193 with #A1AE93 are triadic colors.