COLOR #A0B19C

HEX: #A0B19C RGB: (160,177,156)

Color info

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

RGB color model

#A0B19C color RGB value is (160,177,156).

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

RGB channels and saturation

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

160
177
156

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

Portions of RGB colors in percentages

R + G + B = 160 + 177 + 156 = 493 (100%)
R 160 of 493 ~ 32.45%
G 177 of 493 ~ 35.9%
B 156 of 493 ~ 31.64'%

%32.45
%35.9
%31.64

CMYK color model

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

  • cyan value is 9.60%
  • magenta value is 0.00%
  • yellow value is 11.86%
  • 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
%11.86
%30.59

Codes

Color #A0B19C in popluar color models

A0 B1 9C
RGB 160 177 156
HSL 109° 11.86% 65.29%
HSB/HSV 109° 11.86% 69.41%
CMYK 9.60% 0.00% 11.86%
30.59%

Color #A0B19C in popluar number systems.

HEX A0 B1 9C
Decimal 160 177 156
Binary 10100000 10110001 10011100
Octal 240 261 234

Shades and tints

Shades of #A0B19C

#A0B19C
(160,177,156)
#92A18E
(146,161,142)
#849180
(132,145,128)
#768172
(118,129,114)
#687164
(104,113,100)
#5A6156
(90,97,86)
#4C5148
(76,81,72)
#3E413A
(62,65,58)
#30312C
(48,49,44)
#22211E
(34,33,30)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #A0B19C

#A0B19C
(160,177,156)
#A8B8A5
(168,184,165)
#B0BFAE
(176,191,174)
#B8C6B7
(184,198,183)
#C0CDC0
(192,205,192)
#C8D4C9
(200,212,201)
#D0DBD2
(208,219,210)
#D8E2DB
(216,226,219)
#E0E9E4
(224,233,228)
#E8F0ED
(232,240,237)
#F0F7F6
(240,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B19C; }

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

This text font color is #A0B19C.

Background Color

.myBgColor { background-color: #A0B19C; }

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

This div background color is #A0B19C.

Border color

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

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

This div border color is #A0B19C.

Opacity

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

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

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

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

This text has shadow with #A0B19C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B19C.

Preview

Color preview on black background

This text has color #A0B19C on black background.


Color preview on white background

This text has color #A0B19C on white background.


Black color preview on #A0B19C background

This text has black color on #A0B19C background.


White color preview on #A0B19C background

This text has white color on #A0B19C background.


Related colors

Complementary color

Complementary color for #hex is #5F4E63.


I love getcolorcode.com

Triadic colors

1 #9CA0B1 and #B19CA0 with #A0B19C are triadic colors.

2 #9CB1A0 and #B1A09C with #A0B19C are triadic colors.