COLOR #A17B6A

HEX: #A17B6A
RGB: (161,123,106)

Color info

#A17B6A contains red, green and blue colors in about the same proportion. Web safe color of #A17B6A is #996666 (or #966).

RGB color model

#A17B6A color RGB value is (161,123,106).

  • red value is 161;
  • green value is 123;
  • blue value is 106.
RGB:
(161,123,106)
(63%,48%,42%)

RGB channels and saturation

R 161 of 255 = 63%
G 123 of 255 = 48%
B 106 of 255 = 42%

161
123
106

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

Portions of RGB colors in percentages

R + G + B =
161 + 123 + 106 = 390 (100%)
R 161 of 390 ~ 41.28%
G 123 of 390 ~ 31.54%
B 106 of 390 ~ 27.18%

%41.28
%31.54
%27.18

CMYK color model

#A17B6A color CMYK value is (0,24,34,37).

  • cyan value is 0.00%
  • magenta value is 23.60%
  • yellow value is 34.16%
  • key color value is 36.86%
CMYK:
(0,24,34,37)
C0M24Y34K37 
(0%,24%,34%,37%)
(0.00/0.24/0.34/0.37)	

CMYK percentages

%0
%23.6
%34.16
%36.86

Codes

Color #A17B6A in popluar color models

A17B6A
RGB161123106
HSL19°22.63%52.35%
HSB/HSV19°34.16%63.14%
CMYK0.00%23.60%34.16%
36.86%

Color #A17B6A in popluar number systems.

HEXA17B6A
Decimal161123106
Binary1010000111110111101010
Octal241173152

Shades and tints

Shades of #A17B6A

#A17B6A
(161,123,106)
#937061
(147,112,97)
#856558
(133,101,88)
#775A4F
(119,90,79)
#694F46
(105,79,70)
#5B443D
(91,68,61)
#4D3934
(77,57,52)
#3F2E2B
(63,46,43)
#312322
(49,35,34)
#231819
(35,24,25)
#150D10
(21,13,16)
#000000
(0,0,0)

Tints of #A17B6A

#A17B6A
(161,123,106)
#A98777
(169,135,119)
#B19384
(177,147,132)
#B99F91
(185,159,145)
#C1AB9E
(193,171,158)
#C9B7AB
(201,183,171)
#D1C3B8
(209,195,184)
#D9CFC5
(217,207,197)
#E1DBD2
(225,219,210)
#E9E7DF
(233,231,223)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17B6A color. Also use rgb(161,123,106) instead hex code.

Text Font Color

.myTextColor { color: #A17B6A; }

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

This text font color is #A17B6A.


Background Color

.myBgColor { background-color: #A17B6A; }

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

This div background color is #A17B6A.


Border color

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

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

This div border color is #A17B6A.


Opacity

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

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

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

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

This text has shadow with #A17B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17B6A on black background.


Color preview on white background

This text has color #A17B6A on white background.



Black color preview on #A17B6A background

This text has black color on #A17B6A background.


White color preview on #A17B6A background

This text has white color on #A17B6A background.