COLOR #A17150

HEX: #A17150
RGB: (161,113,80)

Color info

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

RGB color model

#A17150 color RGB value is (161,113,80).

  • red value is 161;
  • green value is 113;
  • blue value is 80.
RGB:
(161,113,80)
(63%,44%,31%)

RGB channels and saturation

R 161 of 255 = 63%
G 113 of 255 = 44%
B 80 of 255 = 31%

161
113
80

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

Portions of RGB colors in percentages

R + G + B =
161 + 113 + 80 = 354 (100%)
R 161 of 354 ~ 45.48%
G 113 of 354 ~ 31.92%
B 80 of 354 ~ 22.6%

%45.48
%31.92
%22.6

CMYK color model

#A17150 color CMYK value is (0,30,50,37).

  • cyan value is 0.00%
  • magenta value is 29.81%
  • yellow value is 50.31%
  • key color value is 36.86%
CMYK:
(0,30,50,37)
C0M30Y50K37 
(0%,30%,50%,37%)
(0.00/0.30/0.50/0.37)	

CMYK percentages

%0
%29.81
%50.31
%36.86

Codes

Color #A17150 in popluar color models

A17150
RGB16111380
HSL24°33.61%47.25%
HSB/HSV24°50.31%63.14%
CMYK0.00%29.81%50.31%
36.86%

Color #A17150 in popluar number systems.

HEXA17150
Decimal16111380
Binary1010000111100011010000
Octal241161120

Shades and tints

Shades of #A17150

#A17150
(161,113,80)
#936749
(147,103,73)
#855D42
(133,93,66)
#77533B
(119,83,59)
#694934
(105,73,52)
#5B3F2D
(91,63,45)
#4D3526
(77,53,38)
#3F2B1F
(63,43,31)
#312118
(49,33,24)
#231711
(35,23,17)
#150D0A
(21,13,10)
#000000
(0,0,0)

Tints of #A17150

#A17150
(161,113,80)
#A97D5F
(169,125,95)
#B1896E
(177,137,110)
#B9957D
(185,149,125)
#C1A18C
(193,161,140)
#C9AD9B
(201,173,155)
#D1B9AA
(209,185,170)
#D9C5B9
(217,197,185)
#E1D1C8
(225,209,200)
#E9DDD7
(233,221,215)
#F1E9E6
(241,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17150 color. Also use rgb(161,113,80) instead hex code.

Text Font Color

.myTextColor { color: #A17150; }

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

This text font color is #A17150.


Background Color

.myBgColor { background-color: #A17150; }

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

This div background color is #A17150.


Border color

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

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

This div border color is #A17150.


Opacity

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

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

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

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

This text has shadow with #A17150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17150 on black background.


Color preview on white background

This text has color #A17150 on white background.



Black color preview on #A17150 background

This text has black color on #A17150 background.


White color preview on #A17150 background

This text has white color on #A17150 background.