COLOR #A16E6E

HEX: #A16E6E
RGB: (161,110,110)

Color info

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

RGB color model

#A16E6E color RGB value is (161,110,110).

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

RGB channels and saturation

R 161 of 255 = 63%
G 110 of 255 = 43%
B 110 of 255 = 43%

161
110
110

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

Portions of RGB colors in percentages

R + G + B =
161 + 110 + 110 = 381 (100%)
R 161 of 381 ~ 42.26%
G 110 of 381 ~ 28.87%
B 110 of 381 ~ 28.87%

%42.26
%28.87
%28.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.68%
  • yellow value is 31.68%
  • key color value is 36.86%
CMYK:
(0,32,32,37)
C0M32Y32K37 
(0%,32%,32%,37%)
(0.00/0.32/0.32/0.37)	

CMYK percentages

%0
%31.68
%31.68
%36.86

Codes

Color #A16E6E in popluar color models

A16E6E
RGB161110110
HSL21.34%53.14%
HSB/HSV31.68%63.14%
CMYK0.00%31.68%31.68%
36.86%

Color #A16E6E in popluar number systems.

HEXA16E6E
Decimal161110110
Binary1010000111011101101110
Octal241156156

Shades and tints

Shades of #A16E6E

#A16E6E
(161,110,110)
#936464
(147,100,100)
#855A5A
(133,90,90)
#775050
(119,80,80)
#694646
(105,70,70)
#5B3C3C
(91,60,60)
#4D3232
(77,50,50)
#3F2828
(63,40,40)
#311E1E
(49,30,30)
#231414
(35,20,20)
#150A0A
(21,10,10)
#000000
(0,0,0)

Tints of #A16E6E

#A16E6E
(161,110,110)
#A97B7B
(169,123,123)
#B18888
(177,136,136)
#B99595
(185,149,149)
#C1A2A2
(193,162,162)
#C9AFAF
(201,175,175)
#D1BCBC
(209,188,188)
#D9C9C9
(217,201,201)
#E1D6D6
(225,214,214)
#E9E3E3
(233,227,227)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A16E6E; }

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

This text font color is #A16E6E.


Background Color

.myBgColor { background-color: #A16E6E; }

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

This div background color is #A16E6E.


Border color

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

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

This div border color is #A16E6E.


Opacity

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

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

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

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

This text has shadow with #A16E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A16E6E on black background.


Color preview on white background

This text has color #A16E6E on white background.



Black color preview on #A16E6E background

This text has black color on #A16E6E background.


White color preview on #A16E6E background

This text has white color on #A16E6E background.