COLOR #A0A779

HEX: #A0A779
RGB: (160,167,121)

Color info

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

RGB color model

#A0A779 color RGB value is (160,167,121).

  • red value is 160;
  • green value is 167;
  • blue value is 121.
RGB:
(160,167,121)
(63%,65%,47%)

RGB channels and saturation

R 160 of 255 = 63%
G 167 of 255 = 65%
B 121 of 255 = 47%

160
167
121

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

Portions of RGB colors in percentages

R + G + B =
160 + 167 + 121 = 448 (100%)
R 160 of 448 ~ 35.71%
G 167 of 448 ~ 37.28%
B 121 of 448 ~ 27.01%

%35.71
%37.28
%27.01

CMYK color model

#A0A779 color CMYK value is (4,0,28,35).

  • cyan value is 4.19%
  • magenta value is 0.00%
  • yellow value is 27.54%
  • key color value is 34.51%
CMYK:
(4,0,28,35)
C4M0Y28K35 
(4%,0%,28%,35%)
(0.04/0.00/0.28/0.35)	

CMYK percentages

%4.19
%0
%27.54
%34.51

Codes

Color #A0A779 in popluar color models

A0A779
RGB160167121
HSL69°20.72%56.47%
HSB/HSV69°27.54%65.49%
CMYK4.19%0.00%27.54%
34.51%

Color #A0A779 in popluar number systems.

HEXA0A779
Decimal160167121
Binary10100000101001111111001
Octal240247171

Shades and tints

Shades of #A0A779

#A0A779
(160,167,121)
#92986E
(146,152,110)
#848963
(132,137,99)
#767A58
(118,122,88)
#686B4D
(104,107,77)
#5A5C42
(90,92,66)
#4C4D37
(76,77,55)
#3E3E2C
(62,62,44)
#302F21
(48,47,33)
#222016
(34,32,22)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #A0A779

#A0A779
(160,167,121)
#A8AF85
(168,175,133)
#B0B791
(176,183,145)
#B8BF9D
(184,191,157)
#C0C7A9
(192,199,169)
#C8CFB5
(200,207,181)
#D0D7C1
(208,215,193)
#D8DFCD
(216,223,205)
#E0E7D9
(224,231,217)
#E8EFE5
(232,239,229)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0A779 color. Also use rgb(160,167,121) instead hex code.

Text Font Color

.myTextColor { color: #A0A779; }

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

This text font color is #A0A779.


Background Color

.myBgColor { background-color: #A0A779; }

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

This div background color is #A0A779.


Border color

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

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

This div border color is #A0A779.


Opacity

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

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

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

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

This text has shadow with #A0A779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A779 on black background.


Color preview on white background

This text has color #A0A779 on white background.



Black color preview on #A0A779 background

This text has black color on #A0A779 background.


White color preview on #A0A779 background

This text has white color on #A0A779 background.