COLOR #A0B19B

HEX: #A0B19B RGB: (160,177,155)

Color info

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

RGB color model

#A0B19B color RGB value is (160,177,155).

RGB: (160,177,155) (63%, 69%, 61%)

RGB channels and saturation

R 160 of 255 = 63%
G 177 of 255 = 69%
B 155 of 255 = 61%

160
177
155

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

Portions of RGB colors in percentages

R + G + B = 160 + 177 + 155 = 492 (100%)
R 160 of 492 ~ 32.52%
G 177 of 492 ~ 35.98%
B 155 of 492 ~ 31.5'%

%32.52
%35.98
%31.5

CMYK color model

#A0B19B color CMYK value is (10,0,12,31).

  • cyan value is 9.60%
  • magenta value is 0.00%
  • yellow value is 12.43%
  • key color value is 30.59%

CMYK: (10,0,12,31)
C10M0Y12K31 (10%, 0%, 12%, 31%)
(0.10 / 0.00 / 0.12 / 0.31)

CMYK percentages

%9.6
%0
%12.43
%30.59

Codes

Color #A0B19B in popluar color models

A0 B1 9B
RGB 160 177 155
HSL 106° 12.36% 65.10%
HSB/HSV 106° 12.43% 69.41%
CMYK 9.60% 0.00% 12.43%
30.59%

Color #A0B19B in popluar number systems.

HEX A0 B1 9B
Decimal 160 177 155
Binary 10100000 10110001 10011011
Octal 240 261 233

Shades and tints

Shades of #A0B19B

#A0B19B
(160,177,155)
#92A18D
(146,161,141)
#84917F
(132,145,127)
#768171
(118,129,113)
#687163
(104,113,99)
#5A6155
(90,97,85)
#4C5147
(76,81,71)
#3E4139
(62,65,57)
#30312B
(48,49,43)
#22211D
(34,33,29)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #A0B19B

#A0B19B
(160,177,155)
#A8B8A4
(168,184,164)
#B0BFAD
(176,191,173)
#B8C6B6
(184,198,182)
#C0CDBF
(192,205,191)
#C8D4C8
(200,212,200)
#D0DBD1
(208,219,209)
#D8E2DA
(216,226,218)
#E0E9E3
(224,233,227)
#E8F0EC
(232,240,236)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B19B; }

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

This text font color is #A0B19B.

Background Color

.myBgColor { background-color: #A0B19B; }

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

This div background color is #A0B19B.

Border color

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

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

This div border color is #A0B19B.

Opacity

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

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

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

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

This text has shadow with #A0B19B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B19B.

Preview

Color preview on black background

This text has color #A0B19B on black background.


Color preview on white background

This text has color #A0B19B on white background.


Black color preview on #A0B19B background

This text has black color on #A0B19B background.


White color preview on #A0B19B background

This text has white color on #A0B19B background.


Related colors

Complementary color

Complementary color for #hex is #5F4E64.


I love getcolorcode.com

Triadic colors

1 #9BA0B1 and #B19BA0 with #A0B19B are triadic colors.

2 #9BB1A0 and #B1A09B with #A0B19B are triadic colors.