COLOR #A1704F

HEX: #A1704F RGB: (161,112,79)

Color info

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

RGB color model

#A1704F color RGB value is (161,112,79).

RGB: (161,112,79) (63%, 44%, 31%)

RGB channels and saturation

R 161 of 255 = 63%
G 112 of 255 = 44%
B 79 of 255 = 31%

161
112
79

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

Portions of RGB colors in percentages

R + G + B = 161 + 112 + 79 = 352 (100%)
R 161 of 352 ~ 45.74%
G 112 of 352 ~ 31.82%
B 79 of 352 ~ 22.44'%

%45.74
%31.82
%22.44

CMYK color model

#A1704F color CMYK value is (0,30,51,37).

  • cyan value is 0.00%
  • magenta value is 30.43%
  • yellow value is 50.93%
  • key color value is 36.86%
CMYK: (0,30,51,37) C0M30Y51K37 (0%,30%,51%,37%) (0.00/0.30/0.51/0.37) 

CMYK percentages

%0
%30.43
%50.93
%36.86

Codes

Color #A1704F in popluar color models

A1 70 4F
RGB 161 112 79
HSL 24° 34.17% 47.06%
HSB/HSV 24° 50.93% 63.14%
CMYK 0.00% 30.43% 50.93%
36.86%

Color #A1704F in popluar number systems.

HEX A1 70 4F
Decimal 161 112 79
Binary 10100001 1110000 1001111
Octal 241 160 117

Shades and tints

Shades of #A1704F

#A1704F
(161,112,79)
#936648
(147,102,72)
#855C41
(133,92,65)
#77523A
(119,82,58)
#694833
(105,72,51)
#5B3E2C
(91,62,44)
#4D3425
(77,52,37)
#3F2A1E
(63,42,30)
#312017
(49,32,23)
#231610
(35,22,16)
#150C09
(21,12,9)
#000000
(0,0,0)

Tints of #A1704F

#A1704F
(161,112,79)
#A97D5F
(169,125,95)
#B18A6F
(177,138,111)
#B9977F
(185,151,127)
#C1A48F
(193,164,143)
#C9B19F
(201,177,159)
#D1BEAF
(209,190,175)
#D9CBBF
(217,203,191)
#E1D8CF
(225,216,207)
#E9E5DF
(233,229,223)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1704F; }

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

This text font color is #A1704F.

Background Color

.myBgColor { background-color: #A1704F; }

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

This div background color is #A1704F.

Border color

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

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

This div border color is #A1704F.

Opacity

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

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

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

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

This text has shadow with #A1704F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1704F.

Preview

Color preview on black background

This text has color #A1704F on black background.


Color preview on white background

This text has color #A1704F on white background.


Black color preview on #A1704F background

This text has black color on #A1704F background.


White color preview on #A1704F background

This text has white color on #A1704F background.


Related colors

Complementary color

Complementary color for #hex is #5E8FB0.


I love getcolorcode.com

Triadic colors

1 #4FA170 and #704FA1 with #A1704F are triadic colors.

2 #4F70A1 and #70A14F with #A1704F are triadic colors.