COLOR #A16A6D

HEX: #A16A6D
RGB: (161,106,109)

Color info

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

RGB color model

#A16A6D color RGB value is (161,106,109).

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

RGB channels and saturation

R 161 of 255 = 63%
G 106 of 255 = 42%
B 109 of 255 = 43%

161
106
109

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

Portions of RGB colors in percentages

R + G + B =
161 + 106 + 109 = 376 (100%)
R 161 of 376 ~ 42.82%
G 106 of 376 ~ 28.19%
B 109 of 376 ~ 28.99%

%42.82
%28.19
%28.99

CMYK color model

#A16A6D color CMYK value is (0,34,32,37).

  • cyan value is 0.00%
  • magenta value is 34.16%
  • yellow value is 32.30%
  • key color value is 36.86%
CMYK:
(0,34,32,37)
C0M34Y32K37 
(0%,34%,32%,37%)
(0.00/0.34/0.32/0.37)	

CMYK percentages

%0
%34.16
%32.3
%36.86

Codes

Color #A16A6D in popluar color models

A16A6D
RGB161106109
HSL357°22.63%52.35%
HSB/HSV357°34.16%63.14%
CMYK0.00%34.16%32.30%
36.86%

Color #A16A6D in popluar number systems.

HEXA16A6D
Decimal161106109
Binary1010000111010101101101
Octal241152155

Shades and tints

Shades of #A16A6D

#A16A6D
(161,106,109)
#936164
(147,97,100)
#85585B
(133,88,91)
#774F52
(119,79,82)
#694649
(105,70,73)
#5B3D40
(91,61,64)
#4D3437
(77,52,55)
#3F2B2E
(63,43,46)
#312225
(49,34,37)
#23191C
(35,25,28)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #A16A6D

#A16A6D
(161,106,109)
#A9777A
(169,119,122)
#B18487
(177,132,135)
#B99194
(185,145,148)
#C19EA1
(193,158,161)
#C9ABAE
(201,171,174)
#D1B8BB
(209,184,187)
#D9C5C8
(217,197,200)
#E1D2D5
(225,210,213)
#E9DFE2
(233,223,226)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A16A6D; }

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

This text font color is #A16A6D.


Background Color

.myBgColor { background-color: #A16A6D; }

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

This div background color is #A16A6D.


Border color

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

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

This div border color is #A16A6D.


Opacity

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

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

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

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

This text has shadow with #A16A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A16A6D on black background.


Color preview on white background

This text has color #A16A6D on white background.



Black color preview on #A16A6D background

This text has black color on #A16A6D background.


White color preview on #A16A6D background

This text has white color on #A16A6D background.