COLOR #A1973C

HEX: #A1973C
RGB: (161,151,60)

Color info

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

RGB color model

#A1973C color RGB value is (161,151,60).

  • red value is 161;
  • green value is 151;
  • blue value is 60.
RGB:
(161,151,60)
(63%,59%,24%)

RGB channels and saturation

R 161 of 255 = 63%
G 151 of 255 = 59%
B 60 of 255 = 24%

161
151
60

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

Portions of RGB colors in percentages

R + G + B =
161 + 151 + 60 = 372 (100%)
R 161 of 372 ~ 43.28%
G 151 of 372 ~ 40.59%
B 60 of 372 ~ 16.13%

%43.28
%40.59
%16.13

CMYK color model

#A1973C color CMYK value is (0,6,63,37).

  • cyan value is 0.00%
  • magenta value is 6.21%
  • yellow value is 62.73%
  • key color value is 36.86%
CMYK:
(0,6,63,37)
C0M6Y63K37 
(0%,6%,63%,37%)
(0.00/0.06/0.63/0.37)	

CMYK percentages

%0
%6.21
%62.73
%36.86

Codes

Color #A1973C in popluar color models

A1973C
RGB16115160
HSL54°45.70%43.33%
HSB/HSV54°62.73%63.14%
CMYK0.00%6.21%62.73%
36.86%

Color #A1973C in popluar number systems.

HEXA1973C
Decimal16115160
Binary1010000110010111111100
Octal24122774

Shades and tints

Shades of #A1973C

#A1973C
(161,151,60)
#938A37
(147,138,55)
#857D32
(133,125,50)
#77702D
(119,112,45)
#696328
(105,99,40)
#5B5623
(91,86,35)
#4D491E
(77,73,30)
#3F3C19
(63,60,25)
#312F14
(49,47,20)
#23220F
(35,34,15)
#15150A
(21,21,10)
#000000
(0,0,0)

Tints of #A1973C

#A1973C
(161,151,60)
#A9A04D
(169,160,77)
#B1A95E
(177,169,94)
#B9B26F
(185,178,111)
#C1BB80
(193,187,128)
#C9C491
(201,196,145)
#D1CDA2
(209,205,162)
#D9D6B3
(217,214,179)
#E1DFC4
(225,223,196)
#E9E8D5
(233,232,213)
#F1F1E6
(241,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1973C color. Also use rgb(161,151,60) instead hex code.

Text Font Color

.myTextColor { color: #A1973C; }

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

This text font color is #A1973C.


Background Color

.myBgColor { background-color: #A1973C; }

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

This div background color is #A1973C.


Border color

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

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

This div border color is #A1973C.


Opacity

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

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

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

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

This text has shadow with #A1973C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1973C on black background.


Color preview on white background

This text has color #A1973C on white background.



Black color preview on #A1973C background

This text has black color on #A1973C background.


White color preview on #A1973C background

This text has white color on #A1973C background.