COLOR #A0B279

HEX: #A0B279
RGB: (160,178,121)

Color info

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

RGB color model

#A0B279 color RGB value is (160,178,121).

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

RGB channels and saturation

R 160 of 255 = 63%
G 178 of 255 = 70%
B 121 of 255 = 47%

160
178
121

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

Portions of RGB colors in percentages

R + G + B =
160 + 178 + 121 = 459 (100%)
R 160 of 459 ~ 34.86%
G 178 of 459 ~ 38.78%
B 121 of 459 ~ 26.36%

%34.86
%38.78
%26.36

CMYK color model

#A0B279 color CMYK value is (10,0,32,30).

  • cyan value is 10.11%
  • magenta value is 0.00%
  • yellow value is 32.02%
  • key color value is 30.20%
CMYK:
(10,0,32,30)
C10M0Y32K30 
(10%,0%,32%,30%)
(0.10/0.00/0.32/0.30)	

CMYK percentages

%10.11
%0
%32.02
%30.2

Codes

Color #A0B279 in popluar color models

A0B279
RGB160178121
HSL79°27.01%58.63%
HSB/HSV79°32.02%69.80%
CMYK10.11%0.00%32.02%
30.20%

Color #A0B279 in popluar number systems.

HEXA0B279
Decimal160178121
Binary10100000101100101111001
Octal240262171

Shades and tints

Shades of #A0B279

#A0B279
(160,178,121)
#92A26E
(146,162,110)
#849263
(132,146,99)
#768258
(118,130,88)
#68724D
(104,114,77)
#5A6242
(90,98,66)
#4C5237
(76,82,55)
#3E422C
(62,66,44)
#303221
(48,50,33)
#222216
(34,34,22)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #A0B279

#A0B279
(160,178,121)
#A8B985
(168,185,133)
#B0C091
(176,192,145)
#B8C79D
(184,199,157)
#C0CEA9
(192,206,169)
#C8D5B5
(200,213,181)
#D0DCC1
(208,220,193)
#D8E3CD
(216,227,205)
#E0EAD9
(224,234,217)
#E8F1E5
(232,241,229)
#F0F8F1
(240,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B279; }

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

This text font color is #A0B279.


Background Color

.myBgColor { background-color: #A0B279; }

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

This div background color is #A0B279.


Border color

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

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

This div border color is #A0B279.


Opacity

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

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

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

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

This text has shadow with #A0B279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B279 on black background.


Color preview on white background

This text has color #A0B279 on white background.



Black color preview on #A0B279 background

This text has black color on #A0B279 background.


White color preview on #A0B279 background

This text has white color on #A0B279 background.