COLOR #A3897E

HEX: #A3897E RGB: (163,137,126)

Color info

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

RGB color model

#A3897E color RGB value is (163,137,126).

RGB: (163,137,126) (64%, 54%, 49%)

RGB channels and saturation

R 163 of 255 = 64%
G 137 of 255 = 54%
B 126 of 255 = 49%

163
137
126

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

Portions of RGB colors in percentages

R + G + B = 163 + 137 + 126 = 426 (100%)
R 163 of 426 ~ 38.26%
G 137 of 426 ~ 32.16%
B 126 of 426 ~ 29.58'%

%38.26
%32.16
%29.58

CMYK color model

#A3897E color CMYK value is (0,16,23,36).

  • cyan value is 0.00%
  • magenta value is 15.95%
  • yellow value is 22.70%
  • key color value is 36.08%

CMYK: (0,16,23,36)
C0M16Y23K36 (0%, 16%, 23%, 36%)
(0.00 / 0.16 / 0.23 / 0.36)

CMYK percentages

%0
%15.95
%22.7
%36.08

Codes

Color #A3897E in popluar color models

A3 89 7E
RGB 163 137 126
HSL 18° 16.74% 56.67%
HSB/HSV 18° 22.70% 63.92%
CMYK 0.00% 15.95% 22.70%
36.08%

Color #A3897E in popluar number systems.

HEX A3 89 7E
Decimal 163 137 126
Binary 10100011 10001001 1111110
Octal 243 211 176

Shades and tints

Shades of #A3897E

#A3897E
(163,137,126)
#957D73
(149,125,115)
#877168
(135,113,104)
#79655D
(121,101,93)
#6B5952
(107,89,82)
#5D4D47
(93,77,71)
#4F413C
(79,65,60)
#413531
(65,53,49)
#332926
(51,41,38)
#251D1B
(37,29,27)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #A3897E

#A3897E
(163,137,126)
#AB9389
(171,147,137)
#B39D94
(179,157,148)
#BBA79F
(187,167,159)
#C3B1AA
(195,177,170)
#CBBBB5
(203,187,181)
#D3C5C0
(211,197,192)
#DBCFCB
(219,207,203)
#E3D9D6
(227,217,214)
#EBE3E1
(235,227,225)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3897E color. Also use rgb(163,137,126) instead hex code.

Text Font Color

.myTextColor { color: #A3897E; }

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

This text font color is #A3897E.

Background Color

.myBgColor { background-color: #A3897E; }

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

This div background color is #A3897E.

Border color

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

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

This div border color is #A3897E.

Opacity

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

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

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

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

This text has shadow with #A3897E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3897E.

Preview

Color preview on black background

This text has color #A3897E on black background.


Color preview on white background

This text has color #A3897E on white background.


Black color preview on #A3897E background

This text has black color on #A3897E background.


White color preview on #A3897E background

This text has white color on #A3897E background.


Related colors

Complementary color

Complementary color for #hex is #5C7681.


I love getcolorcode.com

Triadic colors

1 #7EA389 and #897EA3 with #A3897E are triadic colors.

2 #7E89A3 and #89A37E with #A3897E are triadic colors.