COLOR #A68A8B

HEX: #A68A8B RGB: (166,138,139)

Color info

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

RGB color model

#A68A8B color RGB value is (166,138,139).

RGB: (166,138,139) (65%, 54%, 55%)

RGB channels and saturation

R 166 of 255 = 65%
G 138 of 255 = 54%
B 139 of 255 = 55%

166
138
139

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

Portions of RGB colors in percentages

R + G + B = 166 + 138 + 139 = 443 (100%)
R 166 of 443 ~ 37.47%
G 138 of 443 ~ 31.15%
B 139 of 443 ~ 31.38'%

%37.47
%31.15
%31.38

CMYK color model

#A68A8B color CMYK value is (0,17,16,35).

  • cyan value is 0.00%
  • magenta value is 16.87%
  • yellow value is 16.27%
  • key color value is 34.90%

CMYK: (0,17,16,35)
C0M17Y16K35 (0%, 17%, 16%, 35%)
(0.00 / 0.17 / 0.16 / 0.35)

CMYK percentages

%0
%16.87
%16.27
%34.9

Codes

Color #A68A8B in popluar color models

A6 8A 8B
RGB 166 138 139
HSL 358° 13.59% 59.61%
HSB/HSV 358° 16.87% 65.10%
CMYK 0.00% 16.87% 16.27%
34.90%

Color #A68A8B in popluar number systems.

HEX A6 8A 8B
Decimal 166 138 139
Binary 10100110 10001010 10001011
Octal 246 212 213

Shades and tints

Shades of #A68A8B

#A68A8B
(166,138,139)
#977E7F
(151,126,127)
#887273
(136,114,115)
#796667
(121,102,103)
#6A5A5B
(106,90,91)
#5B4E4F
(91,78,79)
#4C4243
(76,66,67)
#3D3637
(61,54,55)
#2E2A2B
(46,42,43)
#1F1E1F
(31,30,31)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #A68A8B

#A68A8B
(166,138,139)
#AE9495
(174,148,149)
#B69E9F
(182,158,159)
#BEA8A9
(190,168,169)
#C6B2B3
(198,178,179)
#CEBCBD
(206,188,189)
#D6C6C7
(214,198,199)
#DED0D1
(222,208,209)
#E6DADB
(230,218,219)
#EEE4E5
(238,228,229)
#F6EEEF
(246,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68A8B; }

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

This text font color is #A68A8B.

Background Color

.myBgColor { background-color: #A68A8B; }

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

This div background color is #A68A8B.

Border color

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

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

This div border color is #A68A8B.

Opacity

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

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

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

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

This text has shadow with #A68A8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A68A8B.

Preview

Color preview on black background

This text has color #A68A8B on black background.


Color preview on white background

This text has color #A68A8B on white background.


Black color preview on #A68A8B background

This text has black color on #A68A8B background.


White color preview on #A68A8B background

This text has white color on #A68A8B background.


Related colors

Complementary color

Complementary color for #hex is #597574.


I love getcolorcode.com

Triadic colors

1 #8BA68A and #8A8BA6 with #A68A8B are triadic colors.

2 #8B8AA6 and #8AA68B with #A68A8B are triadic colors.