COLOR #A68A8E

HEX: #A68A8E
RGB: (166,138,142)

Color info

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

RGB color model

#A68A8E color RGB value is (166,138,142).

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

RGB channels and saturation

R 166 of 255 = 65%
G 138 of 255 = 54%
B 142 of 255 = 56%

166
138
142

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

Portions of RGB colors in percentages

R + G + B =
166 + 138 + 142 = 446 (100%)
R 166 of 446 ~ 37.22%
G 138 of 446 ~ 30.94%
B 142 of 446 ~ 31.84%

%37.22
%30.94
%31.84

CMYK color model

#A68A8E color CMYK value is (0,17,14,35).

  • cyan value is 0.00%
  • magenta value is 16.87%
  • yellow value is 14.46%
  • key color value is 34.90%
CMYK:
(0,17,14,35)
C0M17Y14K35 
(0%,17%,14%,35%)
(0.00/0.17/0.14/0.35)	

CMYK percentages

%0
%16.87
%14.46
%34.9

Codes

Color #A68A8E in popluar color models

A68A8E
RGB166138142
HSL351°13.59%59.61%
HSB/HSV351°16.87%65.10%
CMYK0.00%16.87%14.46%
34.90%

Color #A68A8E in popluar number systems.

HEXA68A8E
Decimal166138142
Binary101001101000101010001110
Octal246212216

Shades and tints

Shades of #A68A8E

#A68A8E
(166,138,142)
#977E82
(151,126,130)
#887276
(136,114,118)
#79666A
(121,102,106)
#6A5A5E
(106,90,94)
#5B4E52
(91,78,82)
#4C4246
(76,66,70)
#3D363A
(61,54,58)
#2E2A2E
(46,42,46)
#1F1E22
(31,30,34)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #A68A8E

#A68A8E
(166,138,142)
#AE9498
(174,148,152)
#B69EA2
(182,158,162)
#BEA8AC
(190,168,172)
#C6B2B6
(198,178,182)
#CEBCC0
(206,188,192)
#D6C6CA
(214,198,202)
#DED0D4
(222,208,212)
#E6DADE
(230,218,222)
#EEE4E8
(238,228,232)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68A8E; }

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

This text font color is #A68A8E.


Background Color

.myBgColor { background-color: #A68A8E; }

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

This div background color is #A68A8E.


Border color

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

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

This div border color is #A68A8E.


Opacity

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

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

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

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

This text has shadow with #A68A8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68A8E on black background.


Color preview on white background

This text has color #A68A8E on white background.



Black color preview on #A68A8E background

This text has black color on #A68A8E background.


White color preview on #A68A8E background

This text has white color on #A68A8E background.