COLOR #A0B295

HEX: #A0B295
RGB: (160,178,149)

Color info

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

RGB color model

#A0B295 color RGB value is (160,178,149).

  • red value is 160;
  • green value is 178;
  • blue value is 149.
RGB:
(160,178,149)
(63%,70%,58%)

RGB channels and saturation

R 160 of 255 = 63%
G 178 of 255 = 70%
B 149 of 255 = 58%

160
178
149

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

Portions of RGB colors in percentages

R + G + B =
160 + 178 + 149 = 487 (100%)
R 160 of 487 ~ 32.85%
G 178 of 487 ~ 36.55%
B 149 of 487 ~ 30.6%

%32.85
%36.55
%30.6

CMYK color model

#A0B295 color CMYK value is (10,0,16,30).

  • cyan value is 10.11%
  • magenta value is 0.00%
  • yellow value is 16.29%
  • key color value is 30.20%
CMYK:
(10,0,16,30)
C10M0Y16K30 
(10%,0%,16%,30%)
(0.10/0.00/0.16/0.30)	

CMYK percentages

%10.11
%0
%16.29
%30.2

Codes

Color #A0B295 in popluar color models

A0B295
RGB160178149
HSL97°15.85%64.12%
HSB/HSV97°16.29%69.80%
CMYK10.11%0.00%16.29%
30.20%

Color #A0B295 in popluar number systems.

HEXA0B295
Decimal160178149
Binary101000001011001010010101
Octal240262225

Shades and tints

Shades of #A0B295

#A0B295
(160,178,149)
#92A288
(146,162,136)
#84927B
(132,146,123)
#76826E
(118,130,110)
#687261
(104,114,97)
#5A6254
(90,98,84)
#4C5247
(76,82,71)
#3E423A
(62,66,58)
#30322D
(48,50,45)
#222220
(34,34,32)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #A0B295

#A0B295
(160,178,149)
#A8B99E
(168,185,158)
#B0C0A7
(176,192,167)
#B8C7B0
(184,199,176)
#C0CEB9
(192,206,185)
#C8D5C2
(200,213,194)
#D0DCCB
(208,220,203)
#D8E3D4
(216,227,212)
#E0EADD
(224,234,221)
#E8F1E6
(232,241,230)
#F0F8EF
(240,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B295 color. Also use rgb(160,178,149) instead hex code.

Text Font Color

.myTextColor { color: #A0B295; }

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

This text font color is #A0B295.


Background Color

.myBgColor { background-color: #A0B295; }

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

This div background color is #A0B295.


Border color

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

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

This div border color is #A0B295.


Opacity

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

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

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

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

This text has shadow with #A0B295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B295 on black background.


Color preview on white background

This text has color #A0B295 on white background.



Black color preview on #A0B295 background

This text has black color on #A0B295 background.


White color preview on #A0B295 background

This text has white color on #A0B295 background.