COLOR #A0AE78

HEX: #A0AE78
RGB: (160,174,120)

Color info

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

RGB color model

#A0AE78 color RGB value is (160,174,120).

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

RGB channels and saturation

R 160 of 255 = 63%
G 174 of 255 = 68%
B 120 of 255 = 47%

160
174
120

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

Portions of RGB colors in percentages

R + G + B =
160 + 174 + 120 = 454 (100%)
R 160 of 454 ~ 35.24%
G 174 of 454 ~ 38.33%
B 120 of 454 ~ 26.43%

%35.24
%38.33
%26.43

CMYK color model

#A0AE78 color CMYK value is (8,0,31,32).

  • cyan value is 8.05%
  • magenta value is 0.00%
  • yellow value is 31.03%
  • key color value is 31.76%
CMYK:
(8,0,31,32)
C8M0Y31K32 
(8%,0%,31%,32%)
(0.08/0.00/0.31/0.32)	

CMYK percentages

%8.05
%0
%31.03
%31.76

Codes

Color #A0AE78 in popluar color models

A0AE78
RGB160174120
HSL76°25.00%57.65%
HSB/HSV76°31.03%68.24%
CMYK8.05%0.00%31.03%
31.76%

Color #A0AE78 in popluar number systems.

HEXA0AE78
Decimal160174120
Binary10100000101011101111000
Octal240256170

Shades and tints

Shades of #A0AE78

#A0AE78
(160,174,120)
#929F6E
(146,159,110)
#849064
(132,144,100)
#76815A
(118,129,90)
#687250
(104,114,80)
#5A6346
(90,99,70)
#4C543C
(76,84,60)
#3E4532
(62,69,50)
#303628
(48,54,40)
#22271E
(34,39,30)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #A0AE78

#A0AE78
(160,174,120)
#A8B584
(168,181,132)
#B0BC90
(176,188,144)
#B8C39C
(184,195,156)
#C0CAA8
(192,202,168)
#C8D1B4
(200,209,180)
#D0D8C0
(208,216,192)
#D8DFCC
(216,223,204)
#E0E6D8
(224,230,216)
#E8EDE4
(232,237,228)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AE78; }

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

This text font color is #A0AE78.


Background Color

.myBgColor { background-color: #A0AE78; }

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

This div background color is #A0AE78.


Border color

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

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

This div border color is #A0AE78.


Opacity

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

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

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

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

This text has shadow with #A0AE78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AE78 on black background.


Color preview on white background

This text has color #A0AE78 on white background.



Black color preview on #A0AE78 background

This text has black color on #A0AE78 background.


White color preview on #A0AE78 background

This text has white color on #A0AE78 background.