COLOR #A16A6F

HEX: #A16A6F
RGB: (161,106,111)

Color info

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

RGB color model

#A16A6F color RGB value is (161,106,111).

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

RGB channels and saturation

R 161 of 255 = 63%
G 106 of 255 = 42%
B 111 of 255 = 44%

161
106
111

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

Portions of RGB colors in percentages

R + G + B =
161 + 106 + 111 = 378 (100%)
R 161 of 378 ~ 42.59%
G 106 of 378 ~ 28.04%
B 111 of 378 ~ 29.37%

%42.59
%28.04
%29.37

CMYK color model

#A16A6F color CMYK value is (0,34,31,37).

  • cyan value is 0.00%
  • magenta value is 34.16%
  • yellow value is 31.06%
  • key color value is 36.86%
CMYK:
(0,34,31,37)
C0M34Y31K37 
(0%,34%,31%,37%)
(0.00/0.34/0.31/0.37)	

CMYK percentages

%0
%34.16
%31.06
%36.86

Codes

Color #A16A6F in popluar color models

A16A6F
RGB161106111
HSL355°22.63%52.35%
HSB/HSV355°34.16%63.14%
CMYK0.00%34.16%31.06%
36.86%

Color #A16A6F in popluar number systems.

HEXA16A6F
Decimal161106111
Binary1010000111010101101111
Octal241152157

Shades and tints

Shades of #A16A6F

#A16A6F
(161,106,111)
#936165
(147,97,101)
#85585B
(133,88,91)
#774F51
(119,79,81)
#694647
(105,70,71)
#5B3D3D
(91,61,61)
#4D3433
(77,52,51)
#3F2B29
(63,43,41)
#31221F
(49,34,31)
#231915
(35,25,21)
#15100B
(21,16,11)
#000000
(0,0,0)

Tints of #A16A6F

#A16A6F
(161,106,111)
#A9777C
(169,119,124)
#B18489
(177,132,137)
#B99196
(185,145,150)
#C19EA3
(193,158,163)
#C9ABB0
(201,171,176)
#D1B8BD
(209,184,189)
#D9C5CA
(217,197,202)
#E1D2D7
(225,210,215)
#E9DFE4
(233,223,228)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A16A6F; }

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

This text font color is #A16A6F.


Background Color

.myBgColor { background-color: #A16A6F; }

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

This div background color is #A16A6F.


Border color

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

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

This div border color is #A16A6F.


Opacity

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

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

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

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

This text has shadow with #A16A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A16A6F on black background.


Color preview on white background

This text has color #A16A6F on white background.



Black color preview on #A16A6F background

This text has black color on #A16A6F background.


White color preview on #A16A6F background

This text has white color on #A16A6F background.