COLOR #A0AE7C

HEX: #A0AE7C
RGB: (160,174,124)

Color info

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

RGB color model

#A0AE7C color RGB value is (160,174,124).

  • red value is 160;
  • green value is 174;
  • blue value is 124.
RGB:
(160,174,124)
(63%,68%,49%)

RGB channels and saturation

R 160 of 255 = 63%
G 174 of 255 = 68%
B 124 of 255 = 49%

160
174
124

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

Portions of RGB colors in percentages

R + G + B =
160 + 174 + 124 = 458 (100%)
R 160 of 458 ~ 34.93%
G 174 of 458 ~ 37.99%
B 124 of 458 ~ 27.07%

%34.93
%37.99
%27.07

CMYK color model

#A0AE7C color CMYK value is (8,0,29,32).

  • cyan value is 8.05%
  • magenta value is 0.00%
  • yellow value is 28.74%
  • key color value is 31.76%
CMYK:
(8,0,29,32)
C8M0Y29K32 
(8%,0%,29%,32%)
(0.08/0.00/0.29/0.32)	

CMYK percentages

%8.05
%0
%28.74
%31.76

Codes

Color #A0AE7C in popluar color models

A0AE7C
RGB160174124
HSL77°23.58%58.43%
HSB/HSV77°28.74%68.24%
CMYK8.05%0.00%28.74%
31.76%

Color #A0AE7C in popluar number systems.

HEXA0AE7C
Decimal160174124
Binary10100000101011101111100
Octal240256174

Shades and tints

Shades of #A0AE7C

#A0AE7C
(160,174,124)
#929F71
(146,159,113)
#849066
(132,144,102)
#76815B
(118,129,91)
#687250
(104,114,80)
#5A6345
(90,99,69)
#4C543A
(76,84,58)
#3E452F
(62,69,47)
#303624
(48,54,36)
#222719
(34,39,25)
#14180E
(20,24,14)
#000000
(0,0,0)

Tints of #A0AE7C

#A0AE7C
(160,174,124)
#A8B587
(168,181,135)
#B0BC92
(176,188,146)
#B8C39D
(184,195,157)
#C0CAA8
(192,202,168)
#C8D1B3
(200,209,179)
#D0D8BE
(208,216,190)
#D8DFC9
(216,223,201)
#E0E6D4
(224,230,212)
#E8EDDF
(232,237,223)
#F0F4EA
(240,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0AE7C color. Also use rgb(160,174,124) instead hex code.

Text Font Color

.myTextColor { color: #A0AE7C; }

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

This text font color is #A0AE7C.


Background Color

.myBgColor { background-color: #A0AE7C; }

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

This div background color is #A0AE7C.


Border color

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

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

This div border color is #A0AE7C.


Opacity

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

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

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

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

This text has shadow with #A0AE7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AE7C on black background.


Color preview on white background

This text has color #A0AE7C on white background.



Black color preview on #A0AE7C background

This text has black color on #A0AE7C background.


White color preview on #A0AE7C background

This text has white color on #A0AE7C background.