COLOR #A3846F

HEX: #A3846F RGB: (163,132,111)

Color info

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

RGB color model

#A3846F color RGB value is (163,132,111).

RGB: (163,132,111) (64%, 52%, 44%)

RGB channels and saturation

R 163 of 255 = 64%
G 132 of 255 = 52%
B 111 of 255 = 44%

163
132
111

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

Portions of RGB colors in percentages

R + G + B = 163 + 132 + 111 = 406 (100%)
R 163 of 406 ~ 40.15%
G 132 of 406 ~ 32.51%
B 111 of 406 ~ 27.34'%

%40.15
%32.51
%27.34

CMYK color model

#A3846F color CMYK value is (0,19,32,36).

  • cyan value is 0.00%
  • magenta value is 19.02%
  • yellow value is 31.90%
  • key color value is 36.08%

CMYK: (0,19,32,36)
C0M19Y32K36 (0%, 19%, 32%, 36%)
(0.00 / 0.19 / 0.32 / 0.36)

CMYK percentages

%0
%19.02
%31.9
%36.08

Codes

Color #A3846F in popluar color models

A3 84 6F
RGB 163 132 111
HSL 24° 22.03% 53.73%
HSB/HSV 24° 31.90% 63.92%
CMYK 0.00% 19.02% 31.90%
36.08%

Color #A3846F in popluar number systems.

HEX A3 84 6F
Decimal 163 132 111
Binary 10100011 10000100 1101111
Octal 243 204 157

Shades and tints

Shades of #A3846F

#A3846F
(163,132,111)
#957865
(149,120,101)
#876C5B
(135,108,91)
#796051
(121,96,81)
#6B5447
(107,84,71)
#5D483D
(93,72,61)
#4F3C33
(79,60,51)
#413029
(65,48,41)
#33241F
(51,36,31)
#251815
(37,24,21)
#170C0B
(23,12,11)
#000000
(0,0,0)

Tints of #A3846F

#A3846F
(163,132,111)
#AB8F7C
(171,143,124)
#B39A89
(179,154,137)
#BBA596
(187,165,150)
#C3B0A3
(195,176,163)
#CBBBB0
(203,187,176)
#D3C6BD
(211,198,189)
#DBD1CA
(219,209,202)
#E3DCD7
(227,220,215)
#EBE7E4
(235,231,228)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3846F color. Also use rgb(163,132,111) instead hex code.

Text Font Color

.myTextColor { color: #A3846F; }

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

This text font color is #A3846F.

Background Color

.myBgColor { background-color: #A3846F; }

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

This div background color is #A3846F.

Border color

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

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

This div border color is #A3846F.

Opacity

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

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

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

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

This text has shadow with #A3846F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3846F.

Preview

Color preview on black background

This text has color #A3846F on black background.


Color preview on white background

This text has color #A3846F on white background.


Black color preview on #A3846F background

This text has black color on #A3846F background.


White color preview on #A3846F background

This text has white color on #A3846F background.


Related colors

Complementary color

Complementary color for #hex is #5C7B90.


I love getcolorcode.com

Triadic colors

1 #6FA384 and #846FA3 with #A3846F are triadic colors.

2 #6F84A3 and #84A36F with #A3846F are triadic colors.