COLOR #A1AE94

HEX: #A1AE94 RGB: (161,174,148)

Color info

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

RGB color model

#A1AE94 color RGB value is (161,174,148).

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

RGB channels and saturation

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

161
174
148

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

Portions of RGB colors in percentages

R + G + B = 161 + 174 + 148 = 483 (100%)
R 161 of 483 ~ 33.33%
G 174 of 483 ~ 36.02%
B 148 of 483 ~ 30.64'%

%33.33
%36.02
%30.64

CMYK color model

#A1AE94 color CMYK value is (7,0,15,32).

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

CMYK: (7,0,15,32)
C7M0Y15K32 (7%, 0%, 15%, 32%)
(0.07 / 0.00 / 0.15 / 0.32)

CMYK percentages

%7.47
%0
%14.94
%31.76

Codes

Color #A1AE94 in popluar color models

A1 AE 94
RGB 161 174 148
HSL 90° 13.83% 63.14%
HSB/HSV 90° 14.94% 68.24%
CMYK 7.47% 0.00% 14.94%
31.76%

Color #A1AE94 in popluar number systems.

HEX A1 AE 94
Decimal 161 174 148
Binary 10100001 10101110 10010100
Octal 241 256 224

Shades and tints

Shades of #A1AE94

#A1AE94
(161,174,148)
#939F87
(147,159,135)
#85907A
(133,144,122)
#77816D
(119,129,109)
#697260
(105,114,96)
#5B6353
(91,99,83)
#4D5446
(77,84,70)
#3F4539
(63,69,57)
#31362C
(49,54,44)
#23271F
(35,39,31)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #A1AE94

#A1AE94
(161,174,148)
#A9B59D
(169,181,157)
#B1BCA6
(177,188,166)
#B9C3AF
(185,195,175)
#C1CAB8
(193,202,184)
#C9D1C1
(201,209,193)
#D1D8CA
(209,216,202)
#D9DFD3
(217,223,211)
#E1E6DC
(225,230,220)
#E9EDE5
(233,237,229)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AE94; }

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

This text font color is #A1AE94.

Background Color

.myBgColor { background-color: #A1AE94; }

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

This div background color is #A1AE94.

Border color

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

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

This div border color is #A1AE94.

Opacity

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

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

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

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

This text has shadow with #A1AE94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1AE94.

Preview

Color preview on black background

This text has color #A1AE94 on black background.


Color preview on white background

This text has color #A1AE94 on white background.


Black color preview on #A1AE94 background

This text has black color on #A1AE94 background.


White color preview on #A1AE94 background

This text has white color on #A1AE94 background.


Related colors

Complementary color

Complementary color for #hex is #5E516B.


I love getcolorcode.com

Triadic colors

1 #94A1AE and #AE94A1 with #A1AE94 are triadic colors.

2 #94AEA1 and #AEA194 with #A1AE94 are triadic colors.