COLOR #A3858D

HEX: #A3858D RGB: (163,133,141)

Color info

#A3858D contains red, green and blue colors in about the same proportion. Web safe color of #A3858D is #999999 (or #999).

RGB color model

#A3858D color RGB value is (163,133,141).

RGB: (163,133,141) (64%, 52%, 55%)

RGB channels and saturation

R 163 of 255 = 64%
G 133 of 255 = 52%
B 141 of 255 = 55%

163
133
141

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

Portions of RGB colors in percentages

R + G + B = 163 + 133 + 141 = 437 (100%)
R 163 of 437 ~ 37.3%
G 133 of 437 ~ 30.43%
B 141 of 437 ~ 32.27'%

%37.3
%30.43
%32.27

CMYK color model

#A3858D color CMYK value is (0,18,13,36).

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

CMYK: (0,18,13,36)
C0M18Y13K36 (0%, 18%, 13%, 36%)
(0.00 / 0.18 / 0.13 / 0.36)

CMYK percentages

%0
%18.4
%13.5
%36.08

Codes

Color #A3858D in popluar color models

A3 85 8D
RGB 163 133 141
HSL 344° 14.02% 58.04%
HSB/HSV 344° 18.40% 63.92%
CMYK 0.00% 18.40% 13.50%
36.08%

Color #A3858D in popluar number systems.

HEX A3 85 8D
Decimal 163 133 141
Binary 10100011 10000101 10001101
Octal 243 205 215

Shades and tints

Shades of #A3858D

#A3858D
(163,133,141)
#957981
(149,121,129)
#876D75
(135,109,117)
#796169
(121,97,105)
#6B555D
(107,85,93)
#5D4951
(93,73,81)
#4F3D45
(79,61,69)
#413139
(65,49,57)
#33252D
(51,37,45)
#251921
(37,25,33)
#170D15
(23,13,21)
#000000
(0,0,0)

Tints of #A3858D

#A3858D
(163,133,141)
#AB9097
(171,144,151)
#B39BA1
(179,155,161)
#BBA6AB
(187,166,171)
#C3B1B5
(195,177,181)
#CBBCBF
(203,188,191)
#D3C7C9
(211,199,201)
#DBD2D3
(219,210,211)
#E3DDDD
(227,221,221)
#EBE8E7
(235,232,231)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3858D; }

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

This text font color is #A3858D.

Background Color

.myBgColor { background-color: #A3858D; }

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

This div background color is #A3858D.

Border color

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

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

This div border color is #A3858D.

Opacity

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

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

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

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

This text has shadow with #A3858D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3858D.

Preview

Color preview on black background

This text has color #A3858D on black background.


Color preview on white background

This text has color #A3858D on white background.


Black color preview on #A3858D background

This text has black color on #A3858D background.


White color preview on #A3858D background

This text has white color on #A3858D background.


Related colors

Complementary color

Complementary color for #hex is #5C7A72.


I love getcolorcode.com

Triadic colors

1 #8DA385 and #858DA3 with #A3858D are triadic colors.

2 #8D85A3 and #85A38D with #A3858D are triadic colors.