COLOR #A1784F

HEX: #A1784F
RGB: (161,120,79)

Color info

#A1784F contains mainly red and green colors. Web safe color of #A1784F is #996666 (or #966).

RGB color model

#A1784F color RGB value is (161,120,79).

  • red value is 161;
  • green value is 120;
  • blue value is 79.
RGB:
(161,120,79)
(63%,47%,31%)

RGB channels and saturation

R 161 of 255 = 63%
G 120 of 255 = 47%
B 79 of 255 = 31%

161
120
79

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

Portions of RGB colors in percentages

R + G + B =
161 + 120 + 79 = 360 (100%)
R 161 of 360 ~ 44.72%
G 120 of 360 ~ 33.33%
B 79 of 360 ~ 21.94%

%44.72
%33.33
%21.94

CMYK color model

#A1784F color CMYK value is (0,25,51,37).

  • cyan value is 0.00%
  • magenta value is 25.47%
  • yellow value is 50.93%
  • key color value is 36.86%
CMYK:
(0,25,51,37)
C0M25Y51K37 
(0%,25%,51%,37%)
(0.00/0.25/0.51/0.37)	

CMYK percentages

%0
%25.47
%50.93
%36.86

Codes

Color #A1784F in popluar color models

A1784F
RGB16112079
HSL30°34.17%47.06%
HSB/HSV30°50.93%63.14%
CMYK0.00%25.47%50.93%
36.86%

Color #A1784F in popluar number systems.

HEXA1784F
Decimal16112079
Binary1010000111110001001111
Octal241170117

Shades and tints

Shades of #A1784F

#A1784F
(161,120,79)
#936E48
(147,110,72)
#856441
(133,100,65)
#775A3A
(119,90,58)
#695033
(105,80,51)
#5B462C
(91,70,44)
#4D3C25
(77,60,37)
#3F321E
(63,50,30)
#312817
(49,40,23)
#231E10
(35,30,16)
#151409
(21,20,9)
#000000
(0,0,0)

Tints of #A1784F

#A1784F
(161,120,79)
#A9845F
(169,132,95)
#B1906F
(177,144,111)
#B99C7F
(185,156,127)
#C1A88F
(193,168,143)
#C9B49F
(201,180,159)
#D1C0AF
(209,192,175)
#D9CCBF
(217,204,191)
#E1D8CF
(225,216,207)
#E9E4DF
(233,228,223)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1784F color. Also use rgb(161,120,79) instead hex code.

Text Font Color

.myTextColor { color: #A1784F; }

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

This text font color is #A1784F.


Background Color

.myBgColor { background-color: #A1784F; }

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

This div background color is #A1784F.


Border color

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

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

This div border color is #A1784F.


Opacity

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

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

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

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

This text has shadow with #A1784F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1784F on black background.


Color preview on white background

This text has color #A1784F on white background.



Black color preview on #A1784F background

This text has black color on #A1784F background.


White color preview on #A1784F background

This text has white color on #A1784F background.