COLOR #A68992

HEX: #A68992
RGB: (166,137,146)

Color info

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

RGB color model

#A68992 color RGB value is (166,137,146).

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

RGB channels and saturation

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

166
137
146

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

Portions of RGB colors in percentages

R + G + B =
166 + 137 + 146 = 449 (100%)
R 166 of 449 ~ 36.97%
G 137 of 449 ~ 30.51%
B 146 of 449 ~ 32.52%

%36.97
%30.51
%32.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.47%
  • 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
%17.47
%12.05
%34.9

Codes

Color #A68992 in popluar color models

A68992
RGB166137146
HSL341°14.01%59.41%
HSB/HSV341°17.47%65.10%
CMYK0.00%17.47%12.05%
34.90%

Color #A68992 in popluar number systems.

HEXA68992
Decimal166137146
Binary101001101000100110010010
Octal246211222

Shades and tints

Shades of #A68992

#A68992
(166,137,146)
#977D85
(151,125,133)
#887178
(136,113,120)
#79656B
(121,101,107)
#6A595E
(106,89,94)
#5B4D51
(91,77,81)
#4C4144
(76,65,68)
#3D3537
(61,53,55)
#2E292A
(46,41,42)
#1F1D1D
(31,29,29)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #A68992

#A68992
(166,137,146)
#AE939B
(174,147,155)
#B69DA4
(182,157,164)
#BEA7AD
(190,167,173)
#C6B1B6
(198,177,182)
#CEBBBF
(206,187,191)
#D6C5C8
(214,197,200)
#DECFD1
(222,207,209)
#E6D9DA
(230,217,218)
#EEE3E3
(238,227,227)
#F6EDEC
(246,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68992; }

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

This text font color is #A68992.


Background Color

.myBgColor { background-color: #A68992; }

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

This div background color is #A68992.


Border color

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

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

This div border color is #A68992.


Opacity

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

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

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

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

This text has shadow with #A68992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68992 on black background.


Color preview on white background

This text has color #A68992 on white background.



Black color preview on #A68992 background

This text has black color on #A68992 background.


White color preview on #A68992 background

This text has white color on #A68992 background.