COLOR #A0B778

HEX: #A0B778
RGB: (160,183,120)

Color info

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

RGB color model

#A0B778 color RGB value is (160,183,120).

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

RGB channels and saturation

R 160 of 255 = 63%
G 183 of 255 = 72%
B 120 of 255 = 47%

160
183
120

R + G + B ~ 61%. #A0B778 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 183 + 120 = 463 (100%)
R 160 of 463 ~ 34.56%
G 183 of 463 ~ 39.52%
B 120 of 463 ~ 25.92%

%34.56
%39.52
%25.92

CMYK color model

#A0B778 color CMYK value is (13,0,34,28).

  • cyan value is 12.57%
  • magenta value is 0.00%
  • yellow value is 34.43%
  • key color value is 28.24%
CMYK:
(13,0,34,28)
C13M0Y34K28 
(13%,0%,34%,28%)
(0.13/0.00/0.34/0.28)	

CMYK percentages

%12.57
%0
%34.43
%28.24

Codes

Color #A0B778 in popluar color models

A0B778
RGB160183120
HSL82°30.43%59.41%
HSB/HSV82°34.43%71.76%
CMYK12.57%0.00%34.43%
28.24%

Color #A0B778 in popluar number systems.

HEXA0B778
Decimal160183120
Binary10100000101101111111000
Octal240267170

Shades and tints

Shades of #A0B778

#A0B778
(160,183,120)
#92A76E
(146,167,110)
#849764
(132,151,100)
#76875A
(118,135,90)
#687750
(104,119,80)
#5A6746
(90,103,70)
#4C573C
(76,87,60)
#3E4732
(62,71,50)
#303728
(48,55,40)
#22271E
(34,39,30)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #A0B778

#A0B778
(160,183,120)
#A8BD84
(168,189,132)
#B0C390
(176,195,144)
#B8C99C
(184,201,156)
#C0CFA8
(192,207,168)
#C8D5B4
(200,213,180)
#D0DBC0
(208,219,192)
#D8E1CC
(216,225,204)
#E0E7D8
(224,231,216)
#E8EDE4
(232,237,228)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B778; }

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

This text font color is #A0B778.


Background Color

.myBgColor { background-color: #A0B778; }

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

This div background color is #A0B778.


Border color

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

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

This div border color is #A0B778.


Opacity

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

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

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

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

This text has shadow with #A0B778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B778 on black background.


Color preview on white background

This text has color #A0B778 on white background.



Black color preview on #A0B778 background

This text has black color on #A0B778 background.


White color preview on #A0B778 background

This text has white color on #A0B778 background.