COLOR #A0B48B

HEX: #A0B48B
RGB: (160,180,139)

Color info

#A0B48B contains red, green and blue colors in about the same proportion. Web safe color of #A0B48B is #99CC99 (or #9C9).

RGB color model

#A0B48B color RGB value is (160,180,139).

  • red value is 160;
  • green value is 180;
  • blue value is 139.
RGB:
(160,180,139)
(63%,71%,55%)

RGB channels and saturation

R 160 of 255 = 63%
G 180 of 255 = 71%
B 139 of 255 = 55%

160
180
139

R + G + B ~ 63%. #A0B48B is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 180 + 139 = 479 (100%)
R 160 of 479 ~ 33.4%
G 180 of 479 ~ 37.58%
B 139 of 479 ~ 29.02%

%33.4
%37.58
%29.02

CMYK color model

#A0B48B color CMYK value is (11,0,23,29).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 22.78%
  • key color value is 29.41%
CMYK:
(11,0,23,29)
C11M0Y23K29 
(11%,0%,23%,29%)
(0.11/0.00/0.23/0.29)	

CMYK percentages

%11.11
%0
%22.78
%29.41

Codes

Color #A0B48B in popluar color models

A0B48B
RGB160180139
HSL89°21.47%62.55%
HSB/HSV89°22.78%70.59%
CMYK11.11%0.00%22.78%
29.41%

Color #A0B48B in popluar number systems.

HEXA0B48B
Decimal160180139
Binary101000001011010010001011
Octal240264213

Shades and tints

Shades of #A0B48B

#A0B48B
(160,180,139)
#92A47F
(146,164,127)
#849473
(132,148,115)
#768467
(118,132,103)
#68745B
(104,116,91)
#5A644F
(90,100,79)
#4C5443
(76,84,67)
#3E4437
(62,68,55)
#30342B
(48,52,43)
#22241F
(34,36,31)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #A0B48B

#A0B48B
(160,180,139)
#A8BA95
(168,186,149)
#B0C09F
(176,192,159)
#B8C6A9
(184,198,169)
#C0CCB3
(192,204,179)
#C8D2BD
(200,210,189)
#D0D8C7
(208,216,199)
#D8DED1
(216,222,209)
#E0E4DB
(224,228,219)
#E8EAE5
(232,234,229)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B48B color. Also use rgb(160,180,139) instead hex code.

Text Font Color

.myTextColor { color: #A0B48B; }

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

This text font color is #A0B48B.


Background Color

.myBgColor { background-color: #A0B48B; }

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

This div background color is #A0B48B.


Border color

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

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

This div border color is #A0B48B.


Opacity

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

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

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

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

This text has shadow with #A0B48B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B48B on black background.


Color preview on white background

This text has color #A0B48B on white background.



Black color preview on #A0B48B background

This text has black color on #A0B48B background.


White color preview on #A0B48B background

This text has white color on #A0B48B background.