COLOR #A68A92

HEX: #A68A92
RGB: (166,138,146)

Color info

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

RGB color model

#A68A92 color RGB value is (166,138,146).

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

RGB channels and saturation

R 166 of 255 = 65%
G 138 of 255 = 54%
B 146 of 255 = 57%

166
138
146

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

Portions of RGB colors in percentages

R + G + B =
166 + 138 + 146 = 450 (100%)
R 166 of 450 ~ 36.89%
G 138 of 450 ~ 30.67%
B 146 of 450 ~ 32.44%

%36.89
%30.67
%32.44

CMYK color model

#A68A92 color CMYK value is (0,17,12,35).

  • cyan value is 0.00%
  • magenta value is 16.87%
  • yellow value is 12.05%
  • key color value is 34.90%
CMYK:
(0,17,12,35)
C0M17Y12K35 
(0%,17%,12%,35%)
(0.00/0.17/0.12/0.35)	

CMYK percentages

%0
%16.87
%12.05
%34.9

Codes

Color #A68A92 in popluar color models

A68A92
RGB166138146
HSL343°13.59%59.61%
HSB/HSV343°16.87%65.10%
CMYK0.00%16.87%12.05%
34.90%

Color #A68A92 in popluar number systems.

HEXA68A92
Decimal166138146
Binary101001101000101010010010
Octal246212222

Shades and tints

Shades of #A68A92

#A68A92
(166,138,146)
#977E85
(151,126,133)
#887278
(136,114,120)
#79666B
(121,102,107)
#6A5A5E
(106,90,94)
#5B4E51
(91,78,81)
#4C4244
(76,66,68)
#3D3637
(61,54,55)
#2E2A2A
(46,42,42)
#1F1E1D
(31,30,29)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #A68A92

#A68A92
(166,138,146)
#AE949B
(174,148,155)
#B69EA4
(182,158,164)
#BEA8AD
(190,168,173)
#C6B2B6
(198,178,182)
#CEBCBF
(206,188,191)
#D6C6C8
(214,198,200)
#DED0D1
(222,208,209)
#E6DADA
(230,218,218)
#EEE4E3
(238,228,227)
#F6EEEC
(246,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68A92; }

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

This text font color is #A68A92.


Background Color

.myBgColor { background-color: #A68A92; }

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

This div background color is #A68A92.


Border color

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

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

This div border color is #A68A92.


Opacity

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

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

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

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

This text has shadow with #A68A92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68A92 on black background.


Color preview on white background

This text has color #A68A92 on white background.



Black color preview on #A68A92 background

This text has black color on #A68A92 background.


White color preview on #A68A92 background

This text has white color on #A68A92 background.