COLOR #A3818B

HEX: #A3818B RGB: (163,129,139)

Color info

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

RGB color model

#A3818B color RGB value is (163,129,139).

RGB: (163,129,139) (64%, 51%, 55%)

RGB channels and saturation

R 163 of 255 = 64%
G 129 of 255 = 51%
B 139 of 255 = 55%

163
129
139

R + G + B ~ 57%. #A3818B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 163 + 129 + 139 = 431 (100%)
R 163 of 431 ~ 37.82%
G 129 of 431 ~ 29.93%
B 139 of 431 ~ 32.25'%

%37.82
%29.93
%32.25

CMYK color model

#A3818B color CMYK value is (0,21,15,36).

  • cyan value is 0.00%
  • magenta value is 20.86%
  • yellow value is 14.72%
  • key color value is 36.08%

CMYK: (0,21,15,36)
C0M21Y15K36 (0%, 21%, 15%, 36%)
(0.00 / 0.21 / 0.15 / 0.36)

CMYK percentages

%0
%20.86
%14.72
%36.08

Codes

Color #A3818B in popluar color models

A3 81 8B
RGB 163 129 139
HSL 342° 15.60% 57.25%
HSB/HSV 342° 20.86% 63.92%
CMYK 0.00% 20.86% 14.72%
36.08%

Color #A3818B in popluar number systems.

HEX A3 81 8B
Decimal 163 129 139
Binary 10100011 10000001 10001011
Octal 243 201 213

Shades and tints

Shades of #A3818B

#A3818B
(163,129,139)
#95767F
(149,118,127)
#876B73
(135,107,115)
#796067
(121,96,103)
#6B555B
(107,85,91)
#5D4A4F
(93,74,79)
#4F3F43
(79,63,67)
#413437
(65,52,55)
#33292B
(51,41,43)
#251E1F
(37,30,31)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #A3818B

#A3818B
(163,129,139)
#AB8C95
(171,140,149)
#B3979F
(179,151,159)
#BBA2A9
(187,162,169)
#C3ADB3
(195,173,179)
#CBB8BD
(203,184,189)
#D3C3C7
(211,195,199)
#DBCED1
(219,206,209)
#E3D9DB
(227,217,219)
#EBE4E5
(235,228,229)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3818B color. Also use rgb(163,129,139) instead hex code.

Text Font Color

.myTextColor { color: #A3818B; }

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

This text font color is #A3818B.

Background Color

.myBgColor { background-color: #A3818B; }

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

This div background color is #A3818B.

Border color

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

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

This div border color is #A3818B.

Opacity

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

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

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

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

This text has shadow with #A3818B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3818B.

Preview

Color preview on black background

This text has color #A3818B on black background.


Color preview on white background

This text has color #A3818B on white background.


Black color preview on #A3818B background

This text has black color on #A3818B background.


White color preview on #A3818B background

This text has white color on #A3818B background.


Related colors

Complementary color

Complementary color for #hex is #5C7E74.


I love getcolorcode.com

Triadic colors

1 #8BA381 and #818BA3 with #A3818B are triadic colors.

2 #8B81A3 and #81A38B with #A3818B are triadic colors.