COLOR #A0B776

HEX: #A0B776
RGB: (160,183,118)

Color info

#A0B776 contains mainly red and green colors. Web safe color of #A0B776 is #99CC66 (or #9C6).

RGB color model

#A0B776 color RGB value is (160,183,118).

  • red value is 160;
  • green value is 183;
  • blue value is 118.
RGB:
(160,183,118)
(63%,72%,46%)

RGB channels and saturation

R 160 of 255 = 63%
G 183 of 255 = 72%
B 118 of 255 = 46%

160
183
118

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

Portions of RGB colors in percentages

R + G + B =
160 + 183 + 118 = 461 (100%)
R 160 of 461 ~ 34.71%
G 183 of 461 ~ 39.7%
B 118 of 461 ~ 25.6%

%34.71
%39.7
%25.6

CMYK color model

#A0B776 color CMYK value is (13,0,36,28).

  • cyan value is 12.57%
  • magenta value is 0.00%
  • yellow value is 35.52%
  • key color value is 28.24%
CMYK:
(13,0,36,28)
C13M0Y36K28 
(13%,0%,36%,28%)
(0.13/0.00/0.36/0.28)	

CMYK percentages

%12.57
%0
%35.52
%28.24

Codes

Color #A0B776 in popluar color models

A0B776
RGB160183118
HSL81°31.10%59.02%
HSB/HSV81°35.52%71.76%
CMYK12.57%0.00%35.52%
28.24%

Color #A0B776 in popluar number systems.

HEXA0B776
Decimal160183118
Binary10100000101101111110110
Octal240267166

Shades and tints

Shades of #A0B776

#A0B776
(160,183,118)
#92A76C
(146,167,108)
#849762
(132,151,98)
#768758
(118,135,88)
#68774E
(104,119,78)
#5A6744
(90,103,68)
#4C573A
(76,87,58)
#3E4730
(62,71,48)
#303726
(48,55,38)
#22271C
(34,39,28)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #A0B776

#A0B776
(160,183,118)
#A8BD82
(168,189,130)
#B0C38E
(176,195,142)
#B8C99A
(184,201,154)
#C0CFA6
(192,207,166)
#C8D5B2
(200,213,178)
#D0DBBE
(208,219,190)
#D8E1CA
(216,225,202)
#E0E7D6
(224,231,214)
#E8EDE2
(232,237,226)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B776 color. Also use rgb(160,183,118) instead hex code.

Text Font Color

.myTextColor { color: #A0B776; }

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

This text font color is #A0B776.


Background Color

.myBgColor { background-color: #A0B776; }

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

This div background color is #A0B776.


Border color

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

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

This div border color is #A0B776.


Opacity

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

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

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

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

This text has shadow with #A0B776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B776 on black background.


Color preview on white background

This text has color #A0B776 on white background.



Black color preview on #A0B776 background

This text has black color on #A0B776 background.


White color preview on #A0B776 background

This text has white color on #A0B776 background.