COLOR #A1AE89

HEX: #A1AE89 RGB: (161,174,137)

Color info

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

RGB color model

#A1AE89 color RGB value is (161,174,137).

RGB: (161,174,137) (63%, 68%, 54%)

RGB channels and saturation

R 161 of 255 = 63%
G 174 of 255 = 68%
B 137 of 255 = 54%

161
174
137

R + G + B ~ 62%. #A1AE89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 174 + 137 = 472 (100%)
R 161 of 472 ~ 34.11%
G 174 of 472 ~ 36.86%
B 137 of 472 ~ 29.03'%

%34.11
%36.86
%29.03

CMYK color model

#A1AE89 color CMYK value is (7,0,21,32).

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

CMYK: (7,0,21,32)
C7M0Y21K32 (7%, 0%, 21%, 32%)
(0.07 / 0.00 / 0.21 / 0.32)

CMYK percentages

%7.47
%0
%21.26
%31.76

Codes

Color #A1AE89 in popluar color models

A1 AE 89
RGB 161 174 137
HSL 81° 18.59% 60.98%
HSB/HSV 81° 21.26% 68.24%
CMYK 7.47% 0.00% 21.26%
31.76%

Color #A1AE89 in popluar number systems.

HEX A1 AE 89
Decimal 161 174 137
Binary 10100001 10101110 10001001
Octal 241 256 211

Shades and tints

Shades of #A1AE89

#A1AE89
(161,174,137)
#939F7D
(147,159,125)
#859071
(133,144,113)
#778165
(119,129,101)
#697259
(105,114,89)
#5B634D
(91,99,77)
#4D5441
(77,84,65)
#3F4535
(63,69,53)
#313629
(49,54,41)
#23271D
(35,39,29)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #A1AE89

#A1AE89
(161,174,137)
#A9B593
(169,181,147)
#B1BC9D
(177,188,157)
#B9C3A7
(185,195,167)
#C1CAB1
(193,202,177)
#C9D1BB
(201,209,187)
#D1D8C5
(209,216,197)
#D9DFCF
(217,223,207)
#E1E6D9
(225,230,217)
#E9EDE3
(233,237,227)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AE89; }

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

This text font color is #A1AE89.

Background Color

.myBgColor { background-color: #A1AE89; }

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

This div background color is #A1AE89.

Border color

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

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

This div border color is #A1AE89.

Opacity

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

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

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

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

This text has shadow with #A1AE89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1AE89.

Preview

Color preview on black background

This text has color #A1AE89 on black background.


Color preview on white background

This text has color #A1AE89 on white background.


Black color preview on #A1AE89 background

This text has black color on #A1AE89 background.


White color preview on #A1AE89 background

This text has white color on #A1AE89 background.


Related colors

Complementary color

Complementary color for #hex is #5E5176.


I love getcolorcode.com

Triadic colors

1 #89A1AE and #AE89A1 with #A1AE89 are triadic colors.

2 #89AEA1 and #AEA189 with #A1AE89 are triadic colors.