COLOR #A3AE73

HEX: #A3AE73
RGB: (163,174,115)

Color info

#A3AE73 contains red, green and blue colors in about the same proportion. Web safe color of #A3AE73 is #999966 (or #996).

RGB color model

#A3AE73 color RGB value is (163,174,115).

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

RGB channels and saturation

R 163 of 255 = 64%
G 174 of 255 = 68%
B 115 of 255 = 45%

163
174
115

R + G + B ~ 59%. #A3AE73 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
163 + 174 + 115 = 452 (100%)
R 163 of 452 ~ 36.06%
G 174 of 452 ~ 38.5%
B 115 of 452 ~ 25.44%

%36.06
%38.5
%25.44

CMYK color model

#A3AE73 color CMYK value is (6,0,34,32).

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 33.91%
  • key color value is 31.76%
CMYK:
(6,0,34,32)
C6M0Y34K32 
(6%,0%,34%,32%)
(0.06/0.00/0.34/0.32)	

CMYK percentages

%6.32
%0
%33.91
%31.76

Codes

Color #A3AE73 in popluar color models

A3AE73
RGB163174115
HSL71°26.70%56.67%
HSB/HSV71°33.91%68.24%
CMYK6.32%0.00%33.91%
31.76%

Color #A3AE73 in popluar number systems.

HEXA3AE73
Decimal163174115
Binary10100011101011101110011
Octal243256163

Shades and tints

Shades of #A3AE73

#A3AE73
(163,174,115)
#959F69
(149,159,105)
#87905F
(135,144,95)
#798155
(121,129,85)
#6B724B
(107,114,75)
#5D6341
(93,99,65)
#4F5437
(79,84,55)
#41452D
(65,69,45)
#333623
(51,54,35)
#252719
(37,39,25)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #A3AE73

#A3AE73
(163,174,115)
#ABB57F
(171,181,127)
#B3BC8B
(179,188,139)
#BBC397
(187,195,151)
#C3CAA3
(195,202,163)
#CBD1AF
(203,209,175)
#D3D8BB
(211,216,187)
#DBDFC7
(219,223,199)
#E3E6D3
(227,230,211)
#EBEDDF
(235,237,223)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AE73; }

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

This text font color is #A3AE73.


Background Color

.myBgColor { background-color: #A3AE73; }

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

This div background color is #A3AE73.


Border color

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

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

This div border color is #A3AE73.


Opacity

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

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

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

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

This text has shadow with #A3AE73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AE73 on black background.


Color preview on white background

This text has color #A3AE73 on white background.



Black color preview on #A3AE73 background

This text has black color on #A3AE73 background.


White color preview on #A3AE73 background

This text has white color on #A3AE73 background.