COLOR #A68E91

HEX: #A68E91
RGB: (166,142,145)

Color info

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

RGB color model

#A68E91 color RGB value is (166,142,145).

  • red value is 166;
  • green value is 142;
  • blue value is 145.
RGB:
(166,142,145)
(65%,56%,57%)

RGB channels and saturation

R 166 of 255 = 65%
G 142 of 255 = 56%
B 145 of 255 = 57%

166
142
145

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

Portions of RGB colors in percentages

R + G + B =
166 + 142 + 145 = 453 (100%)
R 166 of 453 ~ 36.64%
G 142 of 453 ~ 31.35%
B 145 of 453 ~ 32.01%

%36.64
%31.35
%32.01

CMYK color model

#A68E91 color CMYK value is (0,14,13,35).

  • cyan value is 0.00%
  • magenta value is 14.46%
  • yellow value is 12.65%
  • key color value is 34.90%
CMYK:
(0,14,13,35)
C0M14Y13K35 
(0%,14%,13%,35%)
(0.00/0.14/0.13/0.35)	

CMYK percentages

%0
%14.46
%12.65
%34.9

Codes

Color #A68E91 in popluar color models

A68E91
RGB166142145
HSL353°11.88%60.39%
HSB/HSV353°14.46%65.10%
CMYK0.00%14.46%12.65%
34.90%

Color #A68E91 in popluar number systems.

HEXA68E91
Decimal166142145
Binary101001101000111010010001
Octal246216221

Shades and tints

Shades of #A68E91

#A68E91
(166,142,145)
#978284
(151,130,132)
#887677
(136,118,119)
#796A6A
(121,106,106)
#6A5E5D
(106,94,93)
#5B5250
(91,82,80)
#4C4643
(76,70,67)
#3D3A36
(61,58,54)
#2E2E29
(46,46,41)
#1F221C
(31,34,28)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #A68E91

#A68E91
(166,142,145)
#AE989B
(174,152,155)
#B6A2A5
(182,162,165)
#BEACAF
(190,172,175)
#C6B6B9
(198,182,185)
#CEC0C3
(206,192,195)
#D6CACD
(214,202,205)
#DED4D7
(222,212,215)
#E6DEE1
(230,222,225)
#EEE8EB
(238,232,235)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68E91 color. Also use rgb(166,142,145) instead hex code.

Text Font Color

.myTextColor { color: #A68E91; }

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

This text font color is #A68E91.


Background Color

.myBgColor { background-color: #A68E91; }

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

This div background color is #A68E91.


Border color

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

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

This div border color is #A68E91.


Opacity

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

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

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

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

This text has shadow with #A68E91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68E91 on black background.


Color preview on white background

This text has color #A68E91 on white background.



Black color preview on #A68E91 background

This text has black color on #A68E91 background.


White color preview on #A68E91 background

This text has white color on #A68E91 background.