COLOR #A3B19E

HEX: #A3B19E RGB: (163,177,158)

Color info

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

RGB color model

#A3B19E color RGB value is (163,177,158).

RGB: (163,177,158) (64%, 69%, 62%)

RGB channels and saturation

R 163 of 255 = 64%
G 177 of 255 = 69%
B 158 of 255 = 62%

163
177
158

R + G + B ~ 65%. #A3B19E is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 177 + 158 = 498 (100%)
R 163 of 498 ~ 32.73%
G 177 of 498 ~ 35.54%
B 158 of 498 ~ 31.73'%

%32.73
%35.54
%31.73

CMYK color model

#A3B19E color CMYK value is (8,0,11,31).

  • cyan value is 7.91%
  • magenta value is 0.00%
  • yellow value is 10.73%
  • key color value is 30.59%

CMYK: (8,0,11,31)
C8M0Y11K31 (8%, 0%, 11%, 31%)
(0.08 / 0.00 / 0.11 / 0.31)

CMYK percentages

%7.91
%0
%10.73
%30.59

Codes

Color #A3B19E in popluar color models

A3 B1 9E
RGB 163 177 158
HSL 104° 10.86% 65.69%
HSB/HSV 104° 10.73% 69.41%
CMYK 7.91% 0.00% 10.73%
30.59%

Color #A3B19E in popluar number systems.

HEX A3 B1 9E
Decimal 163 177 158
Binary 10100011 10110001 10011110
Octal 243 261 236

Shades and tints

Shades of #A3B19E

#A3B19E
(163,177,158)
#95A190
(149,161,144)
#879182
(135,145,130)
#798174
(121,129,116)
#6B7166
(107,113,102)
#5D6158
(93,97,88)
#4F514A
(79,81,74)
#41413C
(65,65,60)
#33312E
(51,49,46)
#252120
(37,33,32)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #A3B19E

#A3B19E
(163,177,158)
#ABB8A6
(171,184,166)
#B3BFAE
(179,191,174)
#BBC6B6
(187,198,182)
#C3CDBE
(195,205,190)
#CBD4C6
(203,212,198)
#D3DBCE
(211,219,206)
#DBE2D6
(219,226,214)
#E3E9DE
(227,233,222)
#EBF0E6
(235,240,230)
#F3F7EE
(243,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B19E color. Also use rgb(163,177,158) instead hex code.

Text Font Color

.myTextColor { color: #A3B19E; }

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

This text font color is #A3B19E.

Background Color

.myBgColor { background-color: #A3B19E; }

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

This div background color is #A3B19E.

Border color

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

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

This div border color is #A3B19E.

Opacity

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

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

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

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

This text has shadow with #A3B19E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3B19E.

Preview

Color preview on black background

This text has color #A3B19E on black background.


Color preview on white background

This text has color #A3B19E on white background.


Black color preview on #A3B19E background

This text has black color on #A3B19E background.


White color preview on #A3B19E background

This text has white color on #A3B19E background.


Related colors

Complementary color

Complementary color for #hex is #5C4E61.


I love getcolorcode.com

Triadic colors

1 #9EA3B1 and #B19EA3 with #A3B19E are triadic colors.

2 #9EB1A3 and #B1A39E with #A3B19E are triadic colors.