COLOR #A1824C

HEX: #A1824C
RGB: (161,130,76)

Color info

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

RGB color model

#A1824C color RGB value is (161,130,76).

  • red value is 161;
  • green value is 130;
  • blue value is 76.
RGB:
(161,130,76)
(63%,51%,30%)

RGB channels and saturation

R 161 of 255 = 63%
G 130 of 255 = 51%
B 76 of 255 = 30%

161
130
76

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

Portions of RGB colors in percentages

R + G + B =
161 + 130 + 76 = 367 (100%)
R 161 of 367 ~ 43.87%
G 130 of 367 ~ 35.42%
B 76 of 367 ~ 20.71%

%43.87
%35.42
%20.71

CMYK color model

#A1824C color CMYK value is (0,19,53,37).

  • cyan value is 0.00%
  • magenta value is 19.25%
  • yellow value is 52.80%
  • key color value is 36.86%
CMYK:
(0,19,53,37)
C0M19Y53K37 
(0%,19%,53%,37%)
(0.00/0.19/0.53/0.37)	

CMYK percentages

%0
%19.25
%52.8
%36.86

Codes

Color #A1824C in popluar color models

A1824C
RGB16113076
HSL38°35.86%46.47%
HSB/HSV38°52.80%63.14%
CMYK0.00%19.25%52.80%
36.86%

Color #A1824C in popluar number systems.

HEXA1824C
Decimal16113076
Binary10100001100000101001100
Octal241202114

Shades and tints

Shades of #A1824C

#A1824C
(161,130,76)
#937746
(147,119,70)
#856C40
(133,108,64)
#77613A
(119,97,58)
#695634
(105,86,52)
#5B4B2E
(91,75,46)
#4D4028
(77,64,40)
#3F3522
(63,53,34)
#312A1C
(49,42,28)
#231F16
(35,31,22)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #A1824C

#A1824C
(161,130,76)
#A98D5C
(169,141,92)
#B1986C
(177,152,108)
#B9A37C
(185,163,124)
#C1AE8C
(193,174,140)
#C9B99C
(201,185,156)
#D1C4AC
(209,196,172)
#D9CFBC
(217,207,188)
#E1DACC
(225,218,204)
#E9E5DC
(233,229,220)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1824C color. Also use rgb(161,130,76) instead hex code.

Text Font Color

.myTextColor { color: #A1824C; }

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

This text font color is #A1824C.


Background Color

.myBgColor { background-color: #A1824C; }

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

This div background color is #A1824C.


Border color

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

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

This div border color is #A1824C.


Opacity

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

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

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

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

This text has shadow with #A1824C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1824C on black background.


Color preview on white background

This text has color #A1824C on white background.



Black color preview on #A1824C background

This text has black color on #A1824C background.


White color preview on #A1824C background

This text has white color on #A1824C background.