COLOR #A3AE93

HEX: #A3AE93
RGB: (163,174,147)

Color info

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

RGB color model

#A3AE93 color RGB value is (163,174,147).

  • red value is 163;
  • green value is 174;
  • blue value is 147.
RGB:
(163,174,147)
(64%,68%,58%)

RGB channels and saturation

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

163
174
147

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

Portions of RGB colors in percentages

R + G + B =
163 + 174 + 147 = 484 (100%)
R 163 of 484 ~ 33.68%
G 174 of 484 ~ 35.95%
B 147 of 484 ~ 30.37%

%33.68
%35.95
%30.37

CMYK color model

#A3AE93 color CMYK value is (6,0,16,32).

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 15.52%
  • key color value is 31.76%
CMYK:
(6,0,16,32)
C6M0Y16K32 
(6%,0%,16%,32%)
(0.06/0.00/0.16/0.32)	

CMYK percentages

%6.32
%0
%15.52
%31.76

Codes

Color #A3AE93 in popluar color models

A3AE93
RGB163174147
HSL84°14.29%62.94%
HSB/HSV84°15.52%68.24%
CMYK6.32%0.00%15.52%
31.76%

Color #A3AE93 in popluar number systems.

HEXA3AE93
Decimal163174147
Binary101000111010111010010011
Octal243256223

Shades and tints

Shades of #A3AE93

#A3AE93
(163,174,147)
#959F86
(149,159,134)
#879079
(135,144,121)
#79816C
(121,129,108)
#6B725F
(107,114,95)
#5D6352
(93,99,82)
#4F5445
(79,84,69)
#414538
(65,69,56)
#33362B
(51,54,43)
#25271E
(37,39,30)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #A3AE93

#A3AE93
(163,174,147)
#ABB59C
(171,181,156)
#B3BCA5
(179,188,165)
#BBC3AE
(187,195,174)
#C3CAB7
(195,202,183)
#CBD1C0
(203,209,192)
#D3D8C9
(211,216,201)
#DBDFD2
(219,223,210)
#E3E6DB
(227,230,219)
#EBEDE4
(235,237,228)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AE93; }

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

This text font color is #A3AE93.


Background Color

.myBgColor { background-color: #A3AE93; }

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

This div background color is #A3AE93.


Border color

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

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

This div border color is #A3AE93.


Opacity

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

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

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

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

This text has shadow with #A3AE93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AE93 on black background.


Color preview on white background

This text has color #A3AE93 on white background.



Black color preview on #A3AE93 background

This text has black color on #A3AE93 background.


White color preview on #A3AE93 background

This text has white color on #A3AE93 background.