COLOR #A3887A

HEX: #A3887A RGB: (163,136,122)

Color info

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

RGB color model

#A3887A color RGB value is (163,136,122).

RGB: (163,136,122) (64%, 53%, 48%)

RGB channels and saturation

R 163 of 255 = 64%
G 136 of 255 = 53%
B 122 of 255 = 48%

163
136
122

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

Portions of RGB colors in percentages

R + G + B = 163 + 136 + 122 = 421 (100%)
R 163 of 421 ~ 38.72%
G 136 of 421 ~ 32.3%
B 122 of 421 ~ 28.98'%

%38.72
%32.3
%28.98

CMYK color model

#A3887A color CMYK value is (0,17,25,36).

  • cyan value is 0.00%
  • magenta value is 16.56%
  • yellow value is 25.15%
  • key color value is 36.08%

CMYK: (0,17,25,36)
C0M17Y25K36 (0%, 17%, 25%, 36%)
(0.00 / 0.17 / 0.25 / 0.36)

CMYK percentages

%0
%16.56
%25.15
%36.08

Codes

Color #A3887A in popluar color models

A3 88 7A
RGB 163 136 122
HSL 20° 18.22% 55.88%
HSB/HSV 20° 25.15% 63.92%
CMYK 0.00% 16.56% 25.15%
36.08%

Color #A3887A in popluar number systems.

HEX A3 88 7A
Decimal 163 136 122
Binary 10100011 10001000 1111010
Octal 243 210 172

Shades and tints

Shades of #A3887A

#A3887A
(163,136,122)
#957C6F
(149,124,111)
#877064
(135,112,100)
#796459
(121,100,89)
#6B584E
(107,88,78)
#5D4C43
(93,76,67)
#4F4038
(79,64,56)
#41342D
(65,52,45)
#332822
(51,40,34)
#251C17
(37,28,23)
#17100C
(23,16,12)
#000000
(0,0,0)

Tints of #A3887A

#A3887A
(163,136,122)
#AB9286
(171,146,134)
#B39C92
(179,156,146)
#BBA69E
(187,166,158)
#C3B0AA
(195,176,170)
#CBBAB6
(203,186,182)
#D3C4C2
(211,196,194)
#DBCECE
(219,206,206)
#E3D8DA
(227,216,218)
#EBE2E6
(235,226,230)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3887A; }

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

This text font color is #A3887A.

Background Color

.myBgColor { background-color: #A3887A; }

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

This div background color is #A3887A.

Border color

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

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

This div border color is #A3887A.

Opacity

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

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

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

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

This text has shadow with #A3887A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3887A.

Preview

Color preview on black background

This text has color #A3887A on black background.


Color preview on white background

This text has color #A3887A on white background.


Black color preview on #A3887A background

This text has black color on #A3887A background.


White color preview on #A3887A background

This text has white color on #A3887A background.


Related colors

Complementary color

Complementary color for #hex is #5C7785.


I love getcolorcode.com

Triadic colors

1 #7AA388 and #887AA3 with #A3887A are triadic colors.

2 #7A88A3 and #88A37A with #A3887A are triadic colors.