COLOR #A0B387

HEX: #A0B387
RGB: (160,179,135)

Color info

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

RGB color model

#A0B387 color RGB value is (160,179,135).

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

RGB channels and saturation

R 160 of 255 = 63%
G 179 of 255 = 70%
B 135 of 255 = 53%

160
179
135

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

Portions of RGB colors in percentages

R + G + B =
160 + 179 + 135 = 474 (100%)
R 160 of 474 ~ 33.76%
G 179 of 474 ~ 37.76%
B 135 of 474 ~ 28.48%

%33.76
%37.76
%28.48

CMYK color model

#A0B387 color CMYK value is (11,0,25,30).

  • cyan value is 10.61%
  • magenta value is 0.00%
  • yellow value is 24.58%
  • key color value is 29.80%
CMYK:
(11,0,25,30)
C11M0Y25K30 
(11%,0%,25%,30%)
(0.11/0.00/0.25/0.30)	

CMYK percentages

%10.61
%0
%24.58
%29.8

Codes

Color #A0B387 in popluar color models

A0B387
RGB160179135
HSL86°22.45%61.57%
HSB/HSV86°24.58%70.20%
CMYK10.61%0.00%24.58%
29.80%

Color #A0B387 in popluar number systems.

HEXA0B387
Decimal160179135
Binary101000001011001110000111
Octal240263207

Shades and tints

Shades of #A0B387

#A0B387
(160,179,135)
#92A37B
(146,163,123)
#84936F
(132,147,111)
#768363
(118,131,99)
#687357
(104,115,87)
#5A634B
(90,99,75)
#4C533F
(76,83,63)
#3E4333
(62,67,51)
#303327
(48,51,39)
#22231B
(34,35,27)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #A0B387

#A0B387
(160,179,135)
#A8B991
(168,185,145)
#B0BF9B
(176,191,155)
#B8C5A5
(184,197,165)
#C0CBAF
(192,203,175)
#C8D1B9
(200,209,185)
#D0D7C3
(208,215,195)
#D8DDCD
(216,221,205)
#E0E3D7
(224,227,215)
#E8E9E1
(232,233,225)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B387; }

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

This text font color is #A0B387.


Background Color

.myBgColor { background-color: #A0B387; }

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

This div background color is #A0B387.


Border color

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

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

This div border color is #A0B387.


Opacity

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

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

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

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

This text has shadow with #A0B387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B387 on black background.


Color preview on white background

This text has color #A0B387 on white background.



Black color preview on #A0B387 background

This text has black color on #A0B387 background.


White color preview on #A0B387 background

This text has white color on #A0B387 background.