COLOR #A2AE93

HEX: #A2AE93 RGB: (162,174,147)

Color info

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

RGB color model

#A2AE93 color RGB value is (162,174,147).

RGB: (162,174,147) (64%, 68%, 58%)

RGB channels and saturation

R 162 of 255 = 64%
G 174 of 255 = 68%
B 147 of 255 = 58%

162
174
147

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

Portions of RGB colors in percentages

R + G + B = 162 + 174 + 147 = 483 (100%)
R 162 of 483 ~ 33.54%
G 174 of 483 ~ 36.02%
B 147 of 483 ~ 30.43'%

%33.54
%36.02
%30.43

CMYK color model

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

  • cyan value is 6.90%
  • 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

%6.9
%0
%15.52
%31.76

Codes

Color #A2AE93 in popluar color models

A2 AE 93
RGB 162 174 147
HSL 87° 14.29% 62.94%
HSB/HSV 87° 15.52% 68.24%
CMYK 6.90% 0.00% 15.52%
31.76%

Color #A2AE93 in popluar number systems.

HEX A2 AE 93
Decimal 162 174 147
Binary 10100010 10101110 10010011
Octal 242 256 223

Shades and tints

Shades of #A2AE93

#A2AE93
(162,174,147)
#949F86
(148,159,134)
#869079
(134,144,121)
#78816C
(120,129,108)
#6A725F
(106,114,95)
#5C6352
(92,99,82)
#4E5445
(78,84,69)
#404538
(64,69,56)
#32362B
(50,54,43)
#24271E
(36,39,30)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #A2AE93

#A2AE93
(162,174,147)
#AAB59C
(170,181,156)
#B2BCA5
(178,188,165)
#BAC3AE
(186,195,174)
#C2CAB7
(194,202,183)
#CAD1C0
(202,209,192)
#D2D8C9
(210,216,201)
#DADFD2
(218,223,210)
#E2E6DB
(226,230,219)
#EAEDE4
(234,237,228)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2AE93; }

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

This text font color is #A2AE93.

Background Color

.myBgColor { background-color: #A2AE93; }

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

This div background color is #A2AE93.

Border color

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

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

This div border color is #A2AE93.

Opacity

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

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

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

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

This text has shadow with #A2AE93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2AE93.

Preview

Color preview on black background

This text has color #A2AE93 on black background.


Color preview on white background

This text has color #A2AE93 on white background.


Black color preview on #A2AE93 background

This text has black color on #A2AE93 background.


White color preview on #A2AE93 background

This text has white color on #A2AE93 background.


Related colors

Complementary color

Complementary color for #hex is #5D516C.


I love getcolorcode.com

Triadic colors

1 #93A2AE and #AE93A2 with #A2AE93 are triadic colors.

2 #93AEA2 and #AEA293 with #A2AE93 are triadic colors.