COLOR #A0AD77

HEX: #A0AD77
RGB: (160,173,119)

Color info

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

RGB color model

#A0AD77 color RGB value is (160,173,119).

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

RGB channels and saturation

R 160 of 255 = 63%
G 173 of 255 = 68%
B 119 of 255 = 47%

160
173
119

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

Portions of RGB colors in percentages

R + G + B =
160 + 173 + 119 = 452 (100%)
R 160 of 452 ~ 35.4%
G 173 of 452 ~ 38.27%
B 119 of 452 ~ 26.33%

%35.4
%38.27
%26.33

CMYK color model

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

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

CMYK percentages

%7.51
%0
%31.21
%32.16

Codes

Color #A0AD77 in popluar color models

A0AD77
RGB160173119
HSL74°24.77%57.25%
HSB/HSV74°31.21%67.84%
CMYK7.51%0.00%31.21%
32.16%

Color #A0AD77 in popluar number systems.

HEXA0AD77
Decimal160173119
Binary10100000101011011110111
Octal240255167

Shades and tints

Shades of #A0AD77

#A0AD77
(160,173,119)
#929E6D
(146,158,109)
#848F63
(132,143,99)
#768059
(118,128,89)
#68714F
(104,113,79)
#5A6245
(90,98,69)
#4C533B
(76,83,59)
#3E4431
(62,68,49)
#303527
(48,53,39)
#22261D
(34,38,29)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #A0AD77

#A0AD77
(160,173,119)
#A8B483
(168,180,131)
#B0BB8F
(176,187,143)
#B8C29B
(184,194,155)
#C0C9A7
(192,201,167)
#C8D0B3
(200,208,179)
#D0D7BF
(208,215,191)
#D8DECB
(216,222,203)
#E0E5D7
(224,229,215)
#E8ECE3
(232,236,227)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0AD77 color. Also use rgb(160,173,119) instead hex code.

Text Font Color

.myTextColor { color: #A0AD77; }

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

This text font color is #A0AD77.


Background Color

.myBgColor { background-color: #A0AD77; }

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

This div background color is #A0AD77.


Border color

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

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

This div border color is #A0AD77.


Opacity

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

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

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

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

This text has shadow with #A0AD77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AD77 on black background.


Color preview on white background

This text has color #A0AD77 on white background.



Black color preview on #A0AD77 background

This text has black color on #A0AD77 background.


White color preview on #A0AD77 background

This text has white color on #A0AD77 background.