COLOR #A68C92

HEX: #A68C92
RGB: (166,140,146)

Color info

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

RGB color model

#A68C92 color RGB value is (166,140,146).

  • red value is 166;
  • green value is 140;
  • blue value is 146.
RGB:
(166,140,146)
(65%,55%,57%)

RGB channels and saturation

R 166 of 255 = 65%
G 140 of 255 = 55%
B 146 of 255 = 57%

166
140
146

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

Portions of RGB colors in percentages

R + G + B =
166 + 140 + 146 = 452 (100%)
R 166 of 452 ~ 36.73%
G 140 of 452 ~ 30.97%
B 146 of 452 ~ 32.3%

%36.73
%30.97
%32.3

CMYK color model

#A68C92 color CMYK value is (0,16,12,35).

  • cyan value is 0.00%
  • magenta value is 15.66%
  • yellow value is 12.05%
  • key color value is 34.90%
CMYK:
(0,16,12,35)
C0M16Y12K35 
(0%,16%,12%,35%)
(0.00/0.16/0.12/0.35)	

CMYK percentages

%0
%15.66
%12.05
%34.9

Codes

Color #A68C92 in popluar color models

A68C92
RGB166140146
HSL346°12.75%60.00%
HSB/HSV346°15.66%65.10%
CMYK0.00%15.66%12.05%
34.90%

Color #A68C92 in popluar number systems.

HEXA68C92
Decimal166140146
Binary101001101000110010010010
Octal246214222

Shades and tints

Shades of #A68C92

#A68C92
(166,140,146)
#978085
(151,128,133)
#887478
(136,116,120)
#79686B
(121,104,107)
#6A5C5E
(106,92,94)
#5B5051
(91,80,81)
#4C4444
(76,68,68)
#3D3837
(61,56,55)
#2E2C2A
(46,44,42)
#1F201D
(31,32,29)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #A68C92

#A68C92
(166,140,146)
#AE969B
(174,150,155)
#B6A0A4
(182,160,164)
#BEAAAD
(190,170,173)
#C6B4B6
(198,180,182)
#CEBEBF
(206,190,191)
#D6C8C8
(214,200,200)
#DED2D1
(222,210,209)
#E6DCDA
(230,220,218)
#EEE6E3
(238,230,227)
#F6F0EC
(246,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68C92 color. Also use rgb(166,140,146) instead hex code.

Text Font Color

.myTextColor { color: #A68C92; }

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

This text font color is #A68C92.


Background Color

.myBgColor { background-color: #A68C92; }

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

This div background color is #A68C92.


Border color

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

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

This div border color is #A68C92.


Opacity

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

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

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

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

This text has shadow with #A68C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68C92 on black background.


Color preview on white background

This text has color #A68C92 on white background.



Black color preview on #A68C92 background

This text has black color on #A68C92 background.


White color preview on #A68C92 background

This text has white color on #A68C92 background.