COLOR #A0B39D

HEX: #A0B39D
RGB: (160,179,157)

Color info

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

RGB color model

#A0B39D color RGB value is (160,179,157).

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

RGB channels and saturation

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

160
179
157

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

Portions of RGB colors in percentages

R + G + B =
160 + 179 + 157 = 496 (100%)
R 160 of 496 ~ 32.26%
G 179 of 496 ~ 36.09%
B 157 of 496 ~ 31.65%

%32.26
%36.09
%31.65

CMYK color model

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

  • cyan value is 10.61%
  • magenta value is 0.00%
  • yellow value is 12.29%
  • 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
%12.29
%29.8

Codes

Color #A0B39D in popluar color models

A0B39D
RGB160179157
HSL112°12.64%65.88%
HSB/HSV112°12.29%70.20%
CMYK10.61%0.00%12.29%
29.80%

Color #A0B39D in popluar number systems.

HEXA0B39D
Decimal160179157
Binary101000001011001110011101
Octal240263235

Shades and tints

Shades of #A0B39D

#A0B39D
(160,179,157)
#92A38F
(146,163,143)
#849381
(132,147,129)
#768373
(118,131,115)
#687365
(104,115,101)
#5A6357
(90,99,87)
#4C5349
(76,83,73)
#3E433B
(62,67,59)
#30332D
(48,51,45)
#22231F
(34,35,31)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #A0B39D

#A0B39D
(160,179,157)
#A8B9A5
(168,185,165)
#B0BFAD
(176,191,173)
#B8C5B5
(184,197,181)
#C0CBBD
(192,203,189)
#C8D1C5
(200,209,197)
#D0D7CD
(208,215,205)
#D8DDD5
(216,221,213)
#E0E3DD
(224,227,221)
#E8E9E5
(232,233,229)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B39D; }

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

This text font color is #A0B39D.


Background Color

.myBgColor { background-color: #A0B39D; }

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

This div background color is #A0B39D.


Border color

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

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

This div border color is #A0B39D.


Opacity

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

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

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

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

This text has shadow with #A0B39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B39D on black background.


Color preview on white background

This text has color #A0B39D on white background.



Black color preview on #A0B39D background

This text has black color on #A0B39D background.


White color preview on #A0B39D background

This text has white color on #A0B39D background.