COLOR #A0B496

HEX: #A0B496
RGB: (160,180,150)

Color info

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

RGB color model

#A0B496 color RGB value is (160,180,150).

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

RGB channels and saturation

R 160 of 255 = 63%
G 180 of 255 = 71%
B 150 of 255 = 59%

160
180
150

R + G + B ~ 64%. #A0B496 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 180 + 150 = 490 (100%)
R 160 of 490 ~ 32.65%
G 180 of 490 ~ 36.73%
B 150 of 490 ~ 30.61%

%32.65
%36.73
%30.61

CMYK color model

#A0B496 color CMYK value is (11,0,17,29).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 29.41%
CMYK:
(11,0,17,29)
C11M0Y17K29 
(11%,0%,17%,29%)
(0.11/0.00/0.17/0.29)	

CMYK percentages

%11.11
%0
%16.67
%29.41

Codes

Color #A0B496 in popluar color models

A0B496
RGB160180150
HSL100°16.67%64.71%
HSB/HSV100°16.67%70.59%
CMYK11.11%0.00%16.67%
29.41%

Color #A0B496 in popluar number systems.

HEXA0B496
Decimal160180150
Binary101000001011010010010110
Octal240264226

Shades and tints

Shades of #A0B496

#A0B496
(160,180,150)
#92A489
(146,164,137)
#84947C
(132,148,124)
#76846F
(118,132,111)
#687462
(104,116,98)
#5A6455
(90,100,85)
#4C5448
(76,84,72)
#3E443B
(62,68,59)
#30342E
(48,52,46)
#222421
(34,36,33)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #A0B496

#A0B496
(160,180,150)
#A8BA9F
(168,186,159)
#B0C0A8
(176,192,168)
#B8C6B1
(184,198,177)
#C0CCBA
(192,204,186)
#C8D2C3
(200,210,195)
#D0D8CC
(208,216,204)
#D8DED5
(216,222,213)
#E0E4DE
(224,228,222)
#E8EAE7
(232,234,231)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B496; }

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

This text font color is #A0B496.


Background Color

.myBgColor { background-color: #A0B496; }

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

This div background color is #A0B496.


Border color

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

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

This div border color is #A0B496.


Opacity

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

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

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

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

This text has shadow with #A0B496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B496 on black background.


Color preview on white background

This text has color #A0B496 on white background.



Black color preview on #A0B496 background

This text has black color on #A0B496 background.


White color preview on #A0B496 background

This text has white color on #A0B496 background.