COLOR #A3818D

HEX: #A3818D
RGB: (163,129,141)

Color info

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

RGB color model

#A3818D color RGB value is (163,129,141).

  • red value is 163;
  • green value is 129;
  • blue value is 141.
RGB:
(163,129,141)
(64%,51%,55%)

RGB channels and saturation

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

163
129
141

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

Portions of RGB colors in percentages

R + G + B =
163 + 129 + 141 = 433 (100%)
R 163 of 433 ~ 37.64%
G 129 of 433 ~ 29.79%
B 141 of 433 ~ 32.56%

%37.64
%29.79
%32.56

CMYK color model

#A3818D color CMYK value is (0,21,13,36).

  • cyan value is 0.00%
  • magenta value is 20.86%
  • yellow value is 13.50%
  • key color value is 36.08%
CMYK:
(0,21,13,36)
C0M21Y13K36 
(0%,21%,13%,36%)
(0.00/0.21/0.13/0.36)	

CMYK percentages

%0
%20.86
%13.5
%36.08

Codes

Color #A3818D in popluar color models

A3818D
RGB163129141
HSL339°15.60%57.25%
HSB/HSV339°20.86%63.92%
CMYK0.00%20.86%13.50%
36.08%

Color #A3818D in popluar number systems.

HEXA3818D
Decimal163129141
Binary101000111000000110001101
Octal243201215

Shades and tints

Shades of #A3818D

#A3818D
(163,129,141)
#957681
(149,118,129)
#876B75
(135,107,117)
#796069
(121,96,105)
#6B555D
(107,85,93)
#5D4A51
(93,74,81)
#4F3F45
(79,63,69)
#413439
(65,52,57)
#33292D
(51,41,45)
#251E21
(37,30,33)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #A3818D

#A3818D
(163,129,141)
#AB8C97
(171,140,151)
#B397A1
(179,151,161)
#BBA2AB
(187,162,171)
#C3ADB5
(195,173,181)
#CBB8BF
(203,184,191)
#D3C3C9
(211,195,201)
#DBCED3
(219,206,211)
#E3D9DD
(227,217,221)
#EBE4E7
(235,228,231)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3818D; }

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

This text font color is #A3818D.


Background Color

.myBgColor { background-color: #A3818D; }

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

This div background color is #A3818D.


Border color

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

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

This div border color is #A3818D.


Opacity

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

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

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

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

This text has shadow with #A3818D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3818D on black background.


Color preview on white background

This text has color #A3818D on white background.



Black color preview on #A3818D background

This text has black color on #A3818D background.


White color preview on #A3818D background

This text has white color on #A3818D background.