COLOR #A3825D

HEX: #A3825D
RGB: (163,130,93)

Color info

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

RGB color model

#A3825D color RGB value is (163,130,93).

  • red value is 163;
  • green value is 130;
  • blue value is 93.
RGB:
(163,130,93)
(64%,51%,36%)

RGB channels and saturation

R 163 of 255 = 64%
G 130 of 255 = 51%
B 93 of 255 = 36%

163
130
93

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

Portions of RGB colors in percentages

R + G + B =
163 + 130 + 93 = 386 (100%)
R 163 of 386 ~ 42.23%
G 130 of 386 ~ 33.68%
B 93 of 386 ~ 24.09%

%42.23
%33.68
%24.09

CMYK color model

#A3825D color CMYK value is (0,20,43,36).

  • cyan value is 0.00%
  • magenta value is 20.25%
  • yellow value is 42.94%
  • key color value is 36.08%
CMYK:
(0,20,43,36)
C0M20Y43K36 
(0%,20%,43%,36%)
(0.00/0.20/0.43/0.36)	

CMYK percentages

%0
%20.25
%42.94
%36.08

Codes

Color #A3825D in popluar color models

A3825D
RGB16313093
HSL32°27.56%50.20%
HSB/HSV32°42.94%63.92%
CMYK0.00%20.25%42.94%
36.08%

Color #A3825D in popluar number systems.

HEXA3825D
Decimal16313093
Binary10100011100000101011101
Octal243202135

Shades and tints

Shades of #A3825D

#A3825D
(163,130,93)
#957755
(149,119,85)
#876C4D
(135,108,77)
#796145
(121,97,69)
#6B563D
(107,86,61)
#5D4B35
(93,75,53)
#4F402D
(79,64,45)
#413525
(65,53,37)
#332A1D
(51,42,29)
#251F15
(37,31,21)
#17140D
(23,20,13)
#000000
(0,0,0)

Tints of #A3825D

#A3825D
(163,130,93)
#AB8D6B
(171,141,107)
#B39879
(179,152,121)
#BBA387
(187,163,135)
#C3AE95
(195,174,149)
#CBB9A3
(203,185,163)
#D3C4B1
(211,196,177)
#DBCFBF
(219,207,191)
#E3DACD
(227,218,205)
#EBE5DB
(235,229,219)
#F3F0E9
(243,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3825D color. Also use rgb(163,130,93) instead hex code.

Text Font Color

.myTextColor { color: #A3825D; }

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

This text font color is #A3825D.


Background Color

.myBgColor { background-color: #A3825D; }

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

This div background color is #A3825D.


Border color

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

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

This div border color is #A3825D.


Opacity

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

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

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

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

This text has shadow with #A3825D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3825D on black background.


Color preview on white background

This text has color #A3825D on white background.



Black color preview on #A3825D background

This text has black color on #A3825D background.


White color preview on #A3825D background

This text has white color on #A3825D background.