COLOR #A0B37C

HEX: #A0B37C
RGB: (160,179,124)

Color info

#A0B37C contains red, green and blue colors in about the same proportion. Web safe color of #A0B37C is #999966 (or #996).

RGB color model

#A0B37C color RGB value is (160,179,124).

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

RGB channels and saturation

R 160 of 255 = 63%
G 179 of 255 = 70%
B 124 of 255 = 49%

160
179
124

R + G + B ~ 61%. #A0B37C is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 179 + 124 = 463 (100%)
R 160 of 463 ~ 34.56%
G 179 of 463 ~ 38.66%
B 124 of 463 ~ 26.78%

%34.56
%38.66
%26.78

CMYK color model

#A0B37C color CMYK value is (11,0,31,30).

  • cyan value is 10.61%
  • magenta value is 0.00%
  • yellow value is 30.73%
  • key color value is 29.80%
CMYK:
(11,0,31,30)
C11M0Y31K30 
(11%,0%,31%,30%)
(0.11/0.00/0.31/0.30)	

CMYK percentages

%10.61
%0
%30.73
%29.8

Codes

Color #A0B37C in popluar color models

A0B37C
RGB160179124
HSL81°26.57%59.41%
HSB/HSV81°30.73%70.20%
CMYK10.61%0.00%30.73%
29.80%

Color #A0B37C in popluar number systems.

HEXA0B37C
Decimal160179124
Binary10100000101100111111100
Octal240263174

Shades and tints

Shades of #A0B37C

#A0B37C
(160,179,124)
#92A371
(146,163,113)
#849366
(132,147,102)
#76835B
(118,131,91)
#687350
(104,115,80)
#5A6345
(90,99,69)
#4C533A
(76,83,58)
#3E432F
(62,67,47)
#303324
(48,51,36)
#222319
(34,35,25)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #A0B37C

#A0B37C
(160,179,124)
#A8B987
(168,185,135)
#B0BF92
(176,191,146)
#B8C59D
(184,197,157)
#C0CBA8
(192,203,168)
#C8D1B3
(200,209,179)
#D0D7BE
(208,215,190)
#D8DDC9
(216,221,201)
#E0E3D4
(224,227,212)
#E8E9DF
(232,233,223)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B37C; }

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

This text font color is #A0B37C.


Background Color

.myBgColor { background-color: #A0B37C; }

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

This div background color is #A0B37C.


Border color

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

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

This div border color is #A0B37C.


Opacity

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

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

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

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

This text has shadow with #A0B37C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B37C on black background.


Color preview on white background

This text has color #A0B37C on white background.



Black color preview on #A0B37C background

This text has black color on #A0B37C background.


White color preview on #A0B37C background

This text has white color on #A0B37C background.