COLOR #A0B38A

HEX: #A0B38A
RGB: (160,179,138)

Color info

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

RGB color model

#A0B38A color RGB value is (160,179,138).

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

RGB channels and saturation

R 160 of 255 = 63%
G 179 of 255 = 70%
B 138 of 255 = 54%

160
179
138

R + G + B ~ 62%. #A0B38A is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 179 + 138 = 477 (100%)
R 160 of 477 ~ 33.54%
G 179 of 477 ~ 37.53%
B 138 of 477 ~ 28.93%

%33.54
%37.53
%28.93

CMYK color model

#A0B38A color CMYK value is (11,0,23,30).

  • cyan value is 10.61%
  • magenta value is 0.00%
  • yellow value is 22.91%
  • key color value is 29.80%
CMYK:
(11,0,23,30)
C11M0Y23K30 
(11%,0%,23%,30%)
(0.11/0.00/0.23/0.30)	

CMYK percentages

%10.61
%0
%22.91
%29.8

Codes

Color #A0B38A in popluar color models

A0B38A
RGB160179138
HSL88°21.24%62.16%
HSB/HSV88°22.91%70.20%
CMYK10.61%0.00%22.91%
29.80%

Color #A0B38A in popluar number systems.

HEXA0B38A
Decimal160179138
Binary101000001011001110001010
Octal240263212

Shades and tints

Shades of #A0B38A

#A0B38A
(160,179,138)
#92A37E
(146,163,126)
#849372
(132,147,114)
#768366
(118,131,102)
#68735A
(104,115,90)
#5A634E
(90,99,78)
#4C5342
(76,83,66)
#3E4336
(62,67,54)
#30332A
(48,51,42)
#22231E
(34,35,30)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #A0B38A

#A0B38A
(160,179,138)
#A8B994
(168,185,148)
#B0BF9E
(176,191,158)
#B8C5A8
(184,197,168)
#C0CBB2
(192,203,178)
#C8D1BC
(200,209,188)
#D0D7C6
(208,215,198)
#D8DDD0
(216,221,208)
#E0E3DA
(224,227,218)
#E8E9E4
(232,233,228)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B38A; }

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

This text font color is #A0B38A.


Background Color

.myBgColor { background-color: #A0B38A; }

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

This div background color is #A0B38A.


Border color

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

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

This div border color is #A0B38A.


Opacity

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

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

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

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

This text has shadow with #A0B38A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B38A on black background.


Color preview on white background

This text has color #A0B38A on white background.



Black color preview on #A0B38A background

This text has black color on #A0B38A background.


White color preview on #A0B38A background

This text has white color on #A0B38A background.