COLOR #A3857D

HEX: #A3857D RGB: (163,133,125)

Color info

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

RGB color model

#A3857D color RGB value is (163,133,125).

RGB: (163,133,125) (64%, 52%, 49%)

RGB channels and saturation

R 163 of 255 = 64%
G 133 of 255 = 52%
B 125 of 255 = 49%

163
133
125

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

Portions of RGB colors in percentages

R + G + B = 163 + 133 + 125 = 421 (100%)
R 163 of 421 ~ 38.72%
G 133 of 421 ~ 31.59%
B 125 of 421 ~ 29.69'%

%38.72
%31.59
%29.69

CMYK color model

#A3857D color CMYK value is (0,18,23,36).

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 23.31%
  • key color value is 36.08%

CMYK: (0,18,23,36)
C0M18Y23K36 (0%, 18%, 23%, 36%)
(0.00 / 0.18 / 0.23 / 0.36)

CMYK percentages

%0
%18.4
%23.31
%36.08

Codes

Color #A3857D in popluar color models

A3 85 7D
RGB 163 133 125
HSL 13° 17.12% 56.47%
HSB/HSV 13° 23.31% 63.92%
CMYK 0.00% 18.40% 23.31%
36.08%

Color #A3857D in popluar number systems.

HEX A3 85 7D
Decimal 163 133 125
Binary 10100011 10000101 1111101
Octal 243 205 175

Shades and tints

Shades of #A3857D

#A3857D
(163,133,125)
#957972
(149,121,114)
#876D67
(135,109,103)
#79615C
(121,97,92)
#6B5551
(107,85,81)
#5D4946
(93,73,70)
#4F3D3B
(79,61,59)
#413130
(65,49,48)
#332525
(51,37,37)
#25191A
(37,25,26)
#170D0F
(23,13,15)
#000000
(0,0,0)

Tints of #A3857D

#A3857D
(163,133,125)
#AB9088
(171,144,136)
#B39B93
(179,155,147)
#BBA69E
(187,166,158)
#C3B1A9
(195,177,169)
#CBBCB4
(203,188,180)
#D3C7BF
(211,199,191)
#DBD2CA
(219,210,202)
#E3DDD5
(227,221,213)
#EBE8E0
(235,232,224)
#F3F3EB
(243,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3857D color. Also use rgb(163,133,125) instead hex code.

Text Font Color

.myTextColor { color: #A3857D; }

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

This text font color is #A3857D.

Background Color

.myBgColor { background-color: #A3857D; }

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

This div background color is #A3857D.

Border color

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

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

This div border color is #A3857D.

Opacity

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

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

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

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

This text has shadow with #A3857D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3857D.

Preview

Color preview on black background

This text has color #A3857D on black background.


Color preview on white background

This text has color #A3857D on white background.


Black color preview on #A3857D background

This text has black color on #A3857D background.


White color preview on #A3857D background

This text has white color on #A3857D background.


Related colors

Complementary color

Complementary color for #hex is #5C7A82.


I love getcolorcode.com

Triadic colors

1 #7DA385 and #857DA3 with #A3857D are triadic colors.

2 #7D85A3 and #85A37D with #A3857D are triadic colors.