COLOR #A1734C

HEX: #A1734C
RGB: (161,115,76)

Color info

#A1734C contains mainly red and green colors. Web safe color of #A1734C is #996633 (or #963).

RGB color model

#A1734C color RGB value is (161,115,76).

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

RGB channels and saturation

R 161 of 255 = 63%
G 115 of 255 = 45%
B 76 of 255 = 30%

161
115
76

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

Portions of RGB colors in percentages

R + G + B =
161 + 115 + 76 = 352 (100%)
R 161 of 352 ~ 45.74%
G 115 of 352 ~ 32.67%
B 76 of 352 ~ 21.59%

%45.74
%32.67
%21.59

CMYK color model

#A1734C color CMYK value is (0,29,53,37).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 52.80%
  • key color value is 36.86%
CMYK:
(0,29,53,37)
C0M29Y53K37 
(0%,29%,53%,37%)
(0.00/0.29/0.53/0.37)	

CMYK percentages

%0
%28.57
%52.8
%36.86

Codes

Color #A1734C in popluar color models

A1734C
RGB16111576
HSL28°35.86%46.47%
HSB/HSV28°52.80%63.14%
CMYK0.00%28.57%52.80%
36.86%

Color #A1734C in popluar number systems.

HEXA1734C
Decimal16111576
Binary1010000111100111001100
Octal241163114

Shades and tints

Shades of #A1734C

#A1734C
(161,115,76)
#936946
(147,105,70)
#855F40
(133,95,64)
#77553A
(119,85,58)
#694B34
(105,75,52)
#5B412E
(91,65,46)
#4D3728
(77,55,40)
#3F2D22
(63,45,34)
#31231C
(49,35,28)
#231916
(35,25,22)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #A1734C

#A1734C
(161,115,76)
#A97F5C
(169,127,92)
#B18B6C
(177,139,108)
#B9977C
(185,151,124)
#C1A38C
(193,163,140)
#C9AF9C
(201,175,156)
#D1BBAC
(209,187,172)
#D9C7BC
(217,199,188)
#E1D3CC
(225,211,204)
#E9DFDC
(233,223,220)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1734C; }

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

This text font color is #A1734C.


Background Color

.myBgColor { background-color: #A1734C; }

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

This div background color is #A1734C.


Border color

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

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

This div border color is #A1734C.


Opacity

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

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

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

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

This text has shadow with #A1734C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1734C on black background.


Color preview on white background

This text has color #A1734C on white background.



Black color preview on #A1734C background

This text has black color on #A1734C background.


White color preview on #A1734C background

This text has white color on #A1734C background.