COLOR #A68D92

HEX: #A68D92
RGB: (166,141,146)

Color info

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

RGB color model

#A68D92 color RGB value is (166,141,146).

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

RGB channels and saturation

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

166
141
146

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

Portions of RGB colors in percentages

R + G + B =
166 + 141 + 146 = 453 (100%)
R 166 of 453 ~ 36.64%
G 141 of 453 ~ 31.13%
B 146 of 453 ~ 32.23%

%36.64
%31.13
%32.23

CMYK color model

#A68D92 color CMYK value is (0,15,12,35).

  • cyan value is 0.00%
  • magenta value is 15.06%
  • yellow value is 12.05%
  • key color value is 34.90%
CMYK:
(0,15,12,35)
C0M15Y12K35 
(0%,15%,12%,35%)
(0.00/0.15/0.12/0.35)	

CMYK percentages

%0
%15.06
%12.05
%34.9

Codes

Color #A68D92 in popluar color models

A68D92
RGB166141146
HSL348°12.32%60.20%
HSB/HSV348°15.06%65.10%
CMYK0.00%15.06%12.05%
34.90%

Color #A68D92 in popluar number systems.

HEXA68D92
Decimal166141146
Binary101001101000110110010010
Octal246215222

Shades and tints

Shades of #A68D92

#A68D92
(166,141,146)
#978185
(151,129,133)
#887578
(136,117,120)
#79696B
(121,105,107)
#6A5D5E
(106,93,94)
#5B5151
(91,81,81)
#4C4544
(76,69,68)
#3D3937
(61,57,55)
#2E2D2A
(46,45,42)
#1F211D
(31,33,29)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #A68D92

#A68D92
(166,141,146)
#AE979B
(174,151,155)
#B6A1A4
(182,161,164)
#BEABAD
(190,171,173)
#C6B5B6
(198,181,182)
#CEBFBF
(206,191,191)
#D6C9C8
(214,201,200)
#DED3D1
(222,211,209)
#E6DDDA
(230,221,218)
#EEE7E3
(238,231,227)
#F6F1EC
(246,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68D92; }

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

This text font color is #A68D92.


Background Color

.myBgColor { background-color: #A68D92; }

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

This div background color is #A68D92.


Border color

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

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

This div border color is #A68D92.


Opacity

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

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

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

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

This text has shadow with #A68D92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68D92 on black background.


Color preview on white background

This text has color #A68D92 on white background.



Black color preview on #A68D92 background

This text has black color on #A68D92 background.


White color preview on #A68D92 background

This text has white color on #A68D92 background.