COLOR #A1813D

HEX: #A1813D
RGB: (161,129,61)

Color info

#A1813D contains mainly red and green colors. Web safe color of #A1813D is #999933 (or #993).

RGB color model

#A1813D color RGB value is (161,129,61).

  • red value is 161;
  • green value is 129;
  • blue value is 61.
RGB:
(161,129,61)
(63%,51%,24%)

RGB channels and saturation

R 161 of 255 = 63%
G 129 of 255 = 51%
B 61 of 255 = 24%

161
129
61

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

Portions of RGB colors in percentages

R + G + B =
161 + 129 + 61 = 351 (100%)
R 161 of 351 ~ 45.87%
G 129 of 351 ~ 36.75%
B 61 of 351 ~ 17.38%

%45.87
%36.75
%17.38

CMYK color model

#A1813D color CMYK value is (0,20,62,37).

  • cyan value is 0.00%
  • magenta value is 19.88%
  • yellow value is 62.11%
  • key color value is 36.86%
CMYK:
(0,20,62,37)
C0M20Y62K37 
(0%,20%,62%,37%)
(0.00/0.20/0.62/0.37)	

CMYK percentages

%0
%19.88
%62.11
%36.86

Codes

Color #A1813D in popluar color models

A1813D
RGB16112961
HSL41°45.05%43.53%
HSB/HSV41°62.11%63.14%
CMYK0.00%19.88%62.11%
36.86%

Color #A1813D in popluar number systems.

HEXA1813D
Decimal16112961
Binary1010000110000001111101
Octal24120175

Shades and tints

Shades of #A1813D

#A1813D
(161,129,61)
#937638
(147,118,56)
#856B33
(133,107,51)
#77602E
(119,96,46)
#695529
(105,85,41)
#5B4A24
(91,74,36)
#4D3F1F
(77,63,31)
#3F341A
(63,52,26)
#312915
(49,41,21)
#231E10
(35,30,16)
#15130B
(21,19,11)
#000000
(0,0,0)

Tints of #A1813D

#A1813D
(161,129,61)
#A98C4E
(169,140,78)
#B1975F
(177,151,95)
#B9A270
(185,162,112)
#C1AD81
(193,173,129)
#C9B892
(201,184,146)
#D1C3A3
(209,195,163)
#D9CEB4
(217,206,180)
#E1D9C5
(225,217,197)
#E9E4D6
(233,228,214)
#F1EFE7
(241,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1813D color. Also use rgb(161,129,61) instead hex code.

Text Font Color

.myTextColor { color: #A1813D; }

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

This text font color is #A1813D.


Background Color

.myBgColor { background-color: #A1813D; }

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

This div background color is #A1813D.


Border color

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

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

This div border color is #A1813D.


Opacity

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

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

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

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

This text has shadow with #A1813D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1813D on black background.


Color preview on white background

This text has color #A1813D on white background.



Black color preview on #A1813D background

This text has black color on #A1813D background.


White color preview on #A1813D background

This text has white color on #A1813D background.