COLOR #A3817A

HEX: #A3817A
RGB: (163,129,122)

Color info

#A3817A contains red, green and blue colors in about the same proportion. Web safe color of #A3817A is #999966 (or #996).

RGB color model

#A3817A color RGB value is (163,129,122).

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

RGB channels and saturation

R 163 of 255 = 64%
G 129 of 255 = 51%
B 122 of 255 = 48%

163
129
122

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

Portions of RGB colors in percentages

R + G + B =
163 + 129 + 122 = 414 (100%)
R 163 of 414 ~ 39.37%
G 129 of 414 ~ 31.16%
B 122 of 414 ~ 29.47%

%39.37
%31.16
%29.47

CMYK color model

#A3817A color CMYK value is (0,21,25,36).

  • cyan value is 0.00%
  • magenta value is 20.86%
  • yellow value is 25.15%
  • key color value is 36.08%
CMYK:
(0,21,25,36)
C0M21Y25K36 
(0%,21%,25%,36%)
(0.00/0.21/0.25/0.36)	

CMYK percentages

%0
%20.86
%25.15
%36.08

Codes

Color #A3817A in popluar color models

A3817A
RGB163129122
HSL10°18.22%55.88%
HSB/HSV10°25.15%63.92%
CMYK0.00%20.86%25.15%
36.08%

Color #A3817A in popluar number systems.

HEXA3817A
Decimal163129122
Binary10100011100000011111010
Octal243201172

Shades and tints

Shades of #A3817A

#A3817A
(163,129,122)
#95766F
(149,118,111)
#876B64
(135,107,100)
#796059
(121,96,89)
#6B554E
(107,85,78)
#5D4A43
(93,74,67)
#4F3F38
(79,63,56)
#41342D
(65,52,45)
#332922
(51,41,34)
#251E17
(37,30,23)
#17130C
(23,19,12)
#000000
(0,0,0)

Tints of #A3817A

#A3817A
(163,129,122)
#AB8C86
(171,140,134)
#B39792
(179,151,146)
#BBA29E
(187,162,158)
#C3ADAA
(195,173,170)
#CBB8B6
(203,184,182)
#D3C3C2
(211,195,194)
#DBCECE
(219,206,206)
#E3D9DA
(227,217,218)
#EBE4E6
(235,228,230)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3817A; }

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

This text font color is #A3817A.


Background Color

.myBgColor { background-color: #A3817A; }

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

This div background color is #A3817A.


Border color

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

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

This div border color is #A3817A.


Opacity

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

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

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

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

This text has shadow with #A3817A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3817A on black background.


Color preview on white background

This text has color #A3817A on white background.



Black color preview on #A3817A background

This text has black color on #A3817A background.


White color preview on #A3817A background

This text has white color on #A3817A background.