COLOR #A0B39E

HEX: #A0B39E
RGB: (160,179,158)

Color info

#A0B39E contains red, green and blue colors in about the same proportion. Web safe color of #A0B39E is #999999 (or #999).

RGB color model

#A0B39E color RGB value is (160,179,158).

  • red value is 160;
  • green value is 179;
  • blue value is 158.
RGB:
(160,179,158)
(63%,70%,62%)

RGB channels and saturation

R 160 of 255 = 63%
G 179 of 255 = 70%
B 158 of 255 = 62%

160
179
158

R + G + B ~ 65%. #A0B39E is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 179 + 158 = 497 (100%)
R 160 of 497 ~ 32.19%
G 179 of 497 ~ 36.02%
B 158 of 497 ~ 31.79%

%32.19
%36.02
%31.79

CMYK color model

#A0B39E color CMYK value is (11,0,12,30).

  • cyan value is 10.61%
  • magenta value is 0.00%
  • yellow value is 11.73%
  • key color value is 29.80%
CMYK:
(11,0,12,30)
C11M0Y12K30 
(11%,0%,12%,30%)
(0.11/0.00/0.12/0.30)	

CMYK percentages

%10.61
%0
%11.73
%29.8

Codes

Color #A0B39E in popluar color models

A0B39E
RGB160179158
HSL114°12.14%66.08%
HSB/HSV114°11.73%70.20%
CMYK10.61%0.00%11.73%
29.80%

Color #A0B39E in popluar number systems.

HEXA0B39E
Decimal160179158
Binary101000001011001110011110
Octal240263236

Shades and tints

Shades of #A0B39E

#A0B39E
(160,179,158)
#92A390
(146,163,144)
#849382
(132,147,130)
#768374
(118,131,116)
#687366
(104,115,102)
#5A6358
(90,99,88)
#4C534A
(76,83,74)
#3E433C
(62,67,60)
#30332E
(48,51,46)
#222320
(34,35,32)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #A0B39E

#A0B39E
(160,179,158)
#A8B9A6
(168,185,166)
#B0BFAE
(176,191,174)
#B8C5B6
(184,197,182)
#C0CBBE
(192,203,190)
#C8D1C6
(200,209,198)
#D0D7CE
(208,215,206)
#D8DDD6
(216,221,214)
#E0E3DE
(224,227,222)
#E8E9E6
(232,233,230)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B39E color. Also use rgb(160,179,158) instead hex code.

Text Font Color

.myTextColor { color: #A0B39E; }

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

This text font color is #A0B39E.


Background Color

.myBgColor { background-color: #A0B39E; }

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

This div background color is #A0B39E.


Border color

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

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

This div border color is #A0B39E.


Opacity

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

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

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

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

This text has shadow with #A0B39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B39E on black background.


Color preview on white background

This text has color #A0B39E on white background.



Black color preview on #A0B39E background

This text has black color on #A0B39E background.


White color preview on #A0B39E background

This text has white color on #A0B39E background.