COLOR #A3875A

HEX: #A3875A
RGB: (163,135,90)

Color info

#A3875A contains mainly red and green colors. Web safe color of #A3875A is #999966 (or #996).

RGB color model

#A3875A color RGB value is (163,135,90).

  • red value is 163;
  • green value is 135;
  • blue value is 90.
RGB:
(163,135,90)
(64%,53%,35%)

RGB channels and saturation

R 163 of 255 = 64%
G 135 of 255 = 53%
B 90 of 255 = 35%

163
135
90

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

Portions of RGB colors in percentages

R + G + B =
163 + 135 + 90 = 388 (100%)
R 163 of 388 ~ 42.01%
G 135 of 388 ~ 34.79%
B 90 of 388 ~ 23.2%

%42.01
%34.79
%23.2

CMYK color model

#A3875A color CMYK value is (0,17,45,36).

  • cyan value is 0.00%
  • magenta value is 17.18%
  • yellow value is 44.79%
  • key color value is 36.08%
CMYK:
(0,17,45,36)
C0M17Y45K36 
(0%,17%,45%,36%)
(0.00/0.17/0.45/0.36)	

CMYK percentages

%0
%17.18
%44.79
%36.08

Codes

Color #A3875A in popluar color models

A3875A
RGB16313590
HSL37°28.85%49.61%
HSB/HSV37°44.79%63.92%
CMYK0.00%17.18%44.79%
36.08%

Color #A3875A in popluar number systems.

HEXA3875A
Decimal16313590
Binary10100011100001111011010
Octal243207132

Shades and tints

Shades of #A3875A

#A3875A
(163,135,90)
#957B52
(149,123,82)
#876F4A
(135,111,74)
#796342
(121,99,66)
#6B573A
(107,87,58)
#5D4B32
(93,75,50)
#4F3F2A
(79,63,42)
#413322
(65,51,34)
#33271A
(51,39,26)
#251B12
(37,27,18)
#170F0A
(23,15,10)
#000000
(0,0,0)

Tints of #A3875A

#A3875A
(163,135,90)
#AB9169
(171,145,105)
#B39B78
(179,155,120)
#BBA587
(187,165,135)
#C3AF96
(195,175,150)
#CBB9A5
(203,185,165)
#D3C3B4
(211,195,180)
#DBCDC3
(219,205,195)
#E3D7D2
(227,215,210)
#EBE1E1
(235,225,225)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3875A color. Also use rgb(163,135,90) instead hex code.

Text Font Color

.myTextColor { color: #A3875A; }

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

This text font color is #A3875A.


Background Color

.myBgColor { background-color: #A3875A; }

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

This div background color is #A3875A.


Border color

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

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

This div border color is #A3875A.


Opacity

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

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

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

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

This text has shadow with #A3875A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3875A on black background.


Color preview on white background

This text has color #A3875A on white background.



Black color preview on #A3875A background

This text has black color on #A3875A background.


White color preview on #A3875A background

This text has white color on #A3875A background.