COLOR #A3887B

HEX: #A3887B RGB: (163,136,123)

Color info

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

RGB color model

#A3887B color RGB value is (163,136,123).

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

RGB channels and saturation

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

163
136
123

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

Portions of RGB colors in percentages

R + G + B = 163 + 136 + 123 = 422 (100%)
R 163 of 422 ~ 38.63%
G 136 of 422 ~ 32.23%
B 123 of 422 ~ 29.15'%

%38.63
%32.23
%29.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.56%
  • yellow value is 24.54%
  • 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
%24.54
%36.08

Codes

Color #A3887B in popluar color models

A3 88 7B
RGB 163 136 123
HSL 20° 17.86% 56.08%
HSB/HSV 20° 24.54% 63.92%
CMYK 0.00% 16.56% 24.54%
36.08%

Color #A3887B in popluar number systems.

HEX A3 88 7B
Decimal 163 136 123
Binary 10100011 10001000 1111011
Octal 243 210 173

Shades and tints

Shades of #A3887B

#A3887B
(163,136,123)
#957C70
(149,124,112)
#877065
(135,112,101)
#79645A
(121,100,90)
#6B584F
(107,88,79)
#5D4C44
(93,76,68)
#4F4039
(79,64,57)
#41342E
(65,52,46)
#332823
(51,40,35)
#251C18
(37,28,24)
#17100D
(23,16,13)
#000000
(0,0,0)

Tints of #A3887B

#A3887B
(163,136,123)
#AB9287
(171,146,135)
#B39C93
(179,156,147)
#BBA69F
(187,166,159)
#C3B0AB
(195,176,171)
#CBBAB7
(203,186,183)
#D3C4C3
(211,196,195)
#DBCECF
(219,206,207)
#E3D8DB
(227,216,219)
#EBE2E7
(235,226,231)
#F3ECF3
(243,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3887B; }

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

This text font color is #A3887B.

Background Color

.myBgColor { background-color: #A3887B; }

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

This div background color is #A3887B.

Border color

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

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

This div border color is #A3887B.

Opacity

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

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

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

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

This text has shadow with #A3887B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3887B.

Preview

Color preview on black background

This text has color #A3887B on black background.


Color preview on white background

This text has color #A3887B on white background.


Black color preview on #A3887B background

This text has black color on #A3887B background.


White color preview on #A3887B background

This text has white color on #A3887B background.


Related colors

Complementary color

Complementary color for #hex is #5C7784.


I love getcolorcode.com

Triadic colors

1 #7BA388 and #887BA3 with #A3887B are triadic colors.

2 #7B88A3 and #88A37B with #A3887B are triadic colors.