COLOR #A3917F

HEX: #A3917F
RGB: (163,145,127)

Color info

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

RGB color model

#A3917F color RGB value is (163,145,127).

  • red value is 163;
  • green value is 145;
  • blue value is 127.
RGB:
(163,145,127)
(64%,57%,50%)

RGB channels and saturation

R 163 of 255 = 64%
G 145 of 255 = 57%
B 127 of 255 = 50%

163
145
127

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

Portions of RGB colors in percentages

R + G + B =
163 + 145 + 127 = 435 (100%)
R 163 of 435 ~ 37.47%
G 145 of 435 ~ 33.33%
B 127 of 435 ~ 29.2%

%37.47
%33.33
%29.2

CMYK color model

#A3917F color CMYK value is (0,11,22,36).

  • cyan value is 0.00%
  • magenta value is 11.04%
  • yellow value is 22.09%
  • key color value is 36.08%
CMYK:
(0,11,22,36)
C0M11Y22K36 
(0%,11%,22%,36%)
(0.00/0.11/0.22/0.36)	

CMYK percentages

%0
%11.04
%22.09
%36.08

Codes

Color #A3917F in popluar color models

A3917F
RGB163145127
HSL30°16.36%56.86%
HSB/HSV30°22.09%63.92%
CMYK0.00%11.04%22.09%
36.08%

Color #A3917F in popluar number systems.

HEXA3917F
Decimal163145127
Binary10100011100100011111111
Octal243221177

Shades and tints

Shades of #A3917F

#A3917F
(163,145,127)
#958474
(149,132,116)
#877769
(135,119,105)
#796A5E
(121,106,94)
#6B5D53
(107,93,83)
#5D5048
(93,80,72)
#4F433D
(79,67,61)
#413632
(65,54,50)
#332927
(51,41,39)
#251C1C
(37,28,28)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #A3917F

#A3917F
(163,145,127)
#AB9B8A
(171,155,138)
#B3A595
(179,165,149)
#BBAFA0
(187,175,160)
#C3B9AB
(195,185,171)
#CBC3B6
(203,195,182)
#D3CDC1
(211,205,193)
#DBD7CC
(219,215,204)
#E3E1D7
(227,225,215)
#EBEBE2
(235,235,226)
#F3F5ED
(243,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3917F color. Also use rgb(163,145,127) instead hex code.

Text Font Color

.myTextColor { color: #A3917F; }

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

This text font color is #A3917F.


Background Color

.myBgColor { background-color: #A3917F; }

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

This div background color is #A3917F.


Border color

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

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

This div border color is #A3917F.


Opacity

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

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

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

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

This text has shadow with #A3917F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3917F on black background.


Color preview on white background

This text has color #A3917F on white background.



Black color preview on #A3917F background

This text has black color on #A3917F background.


White color preview on #A3917F background

This text has white color on #A3917F background.