COLOR #A68991

HEX: #A68991
RGB: (166,137,145)

Color info

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

RGB color model

#A68991 color RGB value is (166,137,145).

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

RGB channels and saturation

R 166 of 255 = 65%
G 137 of 255 = 54%
B 145 of 255 = 57%

166
137
145

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

Portions of RGB colors in percentages

R + G + B =
166 + 137 + 145 = 448 (100%)
R 166 of 448 ~ 37.05%
G 137 of 448 ~ 30.58%
B 145 of 448 ~ 32.37%

%37.05
%30.58
%32.37

CMYK color model

#A68991 color CMYK value is (0,17,13,35).

  • cyan value is 0.00%
  • magenta value is 17.47%
  • yellow value is 12.65%
  • key color value is 34.90%
CMYK:
(0,17,13,35)
C0M17Y13K35 
(0%,17%,13%,35%)
(0.00/0.17/0.13/0.35)	

CMYK percentages

%0
%17.47
%12.65
%34.9

Codes

Color #A68991 in popluar color models

A68991
RGB166137145
HSL343°14.01%59.41%
HSB/HSV343°17.47%65.10%
CMYK0.00%17.47%12.65%
34.90%

Color #A68991 in popluar number systems.

HEXA68991
Decimal166137145
Binary101001101000100110010001
Octal246211221

Shades and tints

Shades of #A68991

#A68991
(166,137,145)
#977D84
(151,125,132)
#887177
(136,113,119)
#79656A
(121,101,106)
#6A595D
(106,89,93)
#5B4D50
(91,77,80)
#4C4143
(76,65,67)
#3D3536
(61,53,54)
#2E2929
(46,41,41)
#1F1D1C
(31,29,28)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #A68991

#A68991
(166,137,145)
#AE939B
(174,147,155)
#B69DA5
(182,157,165)
#BEA7AF
(190,167,175)
#C6B1B9
(198,177,185)
#CEBBC3
(206,187,195)
#D6C5CD
(214,197,205)
#DECFD7
(222,207,215)
#E6D9E1
(230,217,225)
#EEE3EB
(238,227,235)
#F6EDF5
(246,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68991; }

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

This text font color is #A68991.


Background Color

.myBgColor { background-color: #A68991; }

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

This div background color is #A68991.


Border color

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

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

This div border color is #A68991.


Opacity

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

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

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

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

This text has shadow with #A68991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68991 on black background.


Color preview on white background

This text has color #A68991 on white background.



Black color preview on #A68991 background

This text has black color on #A68991 background.


White color preview on #A68991 background

This text has white color on #A68991 background.