COLOR #A0B190

HEX: #A0B190
RGB: (160,177,144)

Color info

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

RGB color model

#A0B190 color RGB value is (160,177,144).

  • red value is 160;
  • green value is 177;
  • blue value is 144.
RGB:
(160,177,144)
(63%,69%,56%)

RGB channels and saturation

R 160 of 255 = 63%
G 177 of 255 = 69%
B 144 of 255 = 56%

160
177
144

R + G + B ~ 63%. #A0B190 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 177 + 144 = 481 (100%)
R 160 of 481 ~ 33.26%
G 177 of 481 ~ 36.8%
B 144 of 481 ~ 29.94%

%33.26
%36.8
%29.94

CMYK color model

#A0B190 color CMYK value is (10,0,19,31).

  • cyan value is 9.60%
  • magenta value is 0.00%
  • yellow value is 18.64%
  • key color value is 30.59%
CMYK:
(10,0,19,31)
C10M0Y19K31 
(10%,0%,19%,31%)
(0.10/0.00/0.19/0.31)	

CMYK percentages

%9.6
%0
%18.64
%30.59

Codes

Color #A0B190 in popluar color models

A0B190
RGB160177144
HSL91°17.46%62.94%
HSB/HSV91°18.64%69.41%
CMYK9.60%0.00%18.64%
30.59%

Color #A0B190 in popluar number systems.

HEXA0B190
Decimal160177144
Binary101000001011000110010000
Octal240261220

Shades and tints

Shades of #A0B190

#A0B190
(160,177,144)
#92A183
(146,161,131)
#849176
(132,145,118)
#768169
(118,129,105)
#68715C
(104,113,92)
#5A614F
(90,97,79)
#4C5142
(76,81,66)
#3E4135
(62,65,53)
#303128
(48,49,40)
#22211B
(34,33,27)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #A0B190

#A0B190
(160,177,144)
#A8B89A
(168,184,154)
#B0BFA4
(176,191,164)
#B8C6AE
(184,198,174)
#C0CDB8
(192,205,184)
#C8D4C2
(200,212,194)
#D0DBCC
(208,219,204)
#D8E2D6
(216,226,214)
#E0E9E0
(224,233,224)
#E8F0EA
(232,240,234)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B190 color. Also use rgb(160,177,144) instead hex code.

Text Font Color

.myTextColor { color: #A0B190; }

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

This text font color is #A0B190.


Background Color

.myBgColor { background-color: #A0B190; }

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

This div background color is #A0B190.


Border color

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

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

This div border color is #A0B190.


Opacity

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

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

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

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

This text has shadow with #A0B190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B190 on black background.


Color preview on white background

This text has color #A0B190 on white background.



Black color preview on #A0B190 background

This text has black color on #A0B190 background.


White color preview on #A0B190 background

This text has white color on #A0B190 background.