COLOR #A68B93

HEX: #A68B93
RGB: (166,139,147)

Color info

#A68B93 contains red, green and blue colors in about the same proportion. Web safe color of #A68B93 is #999999 (or #999).

RGB color model

#A68B93 color RGB value is (166,139,147).

  • red value is 166;
  • green value is 139;
  • blue value is 147.
RGB:
(166,139,147)
(65%,55%,58%)

RGB channels and saturation

R 166 of 255 = 65%
G 139 of 255 = 55%
B 147 of 255 = 58%

166
139
147

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

Portions of RGB colors in percentages

R + G + B =
166 + 139 + 147 = 452 (100%)
R 166 of 452 ~ 36.73%
G 139 of 452 ~ 30.75%
B 147 of 452 ~ 32.52%

%36.73
%30.75
%32.52

CMYK color model

#A68B93 color CMYK value is (0,16,11,35).

  • cyan value is 0.00%
  • magenta value is 16.27%
  • yellow value is 11.45%
  • key color value is 34.90%
CMYK:
(0,16,11,35)
C0M16Y11K35 
(0%,16%,11%,35%)
(0.00/0.16/0.11/0.35)	

CMYK percentages

%0
%16.27
%11.45
%34.9

Codes

Color #A68B93 in popluar color models

A68B93
RGB166139147
HSL342°13.17%59.80%
HSB/HSV342°16.27%65.10%
CMYK0.00%16.27%11.45%
34.90%

Color #A68B93 in popluar number systems.

HEXA68B93
Decimal166139147
Binary101001101000101110010011
Octal246213223

Shades and tints

Shades of #A68B93

#A68B93
(166,139,147)
#977F86
(151,127,134)
#887379
(136,115,121)
#79676C
(121,103,108)
#6A5B5F
(106,91,95)
#5B4F52
(91,79,82)
#4C4345
(76,67,69)
#3D3738
(61,55,56)
#2E2B2B
(46,43,43)
#1F1F1E
(31,31,30)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #A68B93

#A68B93
(166,139,147)
#AE959C
(174,149,156)
#B69FA5
(182,159,165)
#BEA9AE
(190,169,174)
#C6B3B7
(198,179,183)
#CEBDC0
(206,189,192)
#D6C7C9
(214,199,201)
#DED1D2
(222,209,210)
#E6DBDB
(230,219,219)
#EEE5E4
(238,229,228)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68B93 color. Also use rgb(166,139,147) instead hex code.

Text Font Color

.myTextColor { color: #A68B93; }

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

This text font color is #A68B93.


Background Color

.myBgColor { background-color: #A68B93; }

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

This div background color is #A68B93.


Border color

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

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

This div border color is #A68B93.


Opacity

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

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

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

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

This text has shadow with #A68B93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68B93 on black background.


Color preview on white background

This text has color #A68B93 on white background.



Black color preview on #A68B93 background

This text has black color on #A68B93 background.


White color preview on #A68B93 background

This text has white color on #A68B93 background.