COLOR #A68F8B

HEX: #A68F8B RGB: (166,143,139)

Color info

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

RGB color model

#A68F8B color RGB value is (166,143,139).

RGB: (166,143,139) (65%, 56%, 55%)

RGB channels and saturation

R 166 of 255 = 65%
G 143 of 255 = 56%
B 139 of 255 = 55%

166
143
139

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

Portions of RGB colors in percentages

R + G + B = 166 + 143 + 139 = 448 (100%)
R 166 of 448 ~ 37.05%
G 143 of 448 ~ 31.92%
B 139 of 448 ~ 31.03'%

%37.05
%31.92
%31.03

CMYK color model

#A68F8B color CMYK value is (0,14,16,35).

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

CMYK: (0,14,16,35)
C0M14Y16K35 (0%, 14%, 16%, 35%)
(0.00 / 0.14 / 0.16 / 0.35)

CMYK percentages

%0
%13.86
%16.27
%34.9

Codes

Color #A68F8B in popluar color models

A6 8F 8B
RGB 166 143 139
HSL 13.17% 59.80%
HSB/HSV 16.27% 65.10%
CMYK 0.00% 13.86% 16.27%
34.90%

Color #A68F8B in popluar number systems.

HEX A6 8F 8B
Decimal 166 143 139
Binary 10100110 10001111 10001011
Octal 246 217 213

Shades and tints

Shades of #A68F8B

#A68F8B
(166,143,139)
#97827F
(151,130,127)
#887573
(136,117,115)
#796867
(121,104,103)
#6A5B5B
(106,91,91)
#5B4E4F
(91,78,79)
#4C4143
(76,65,67)
#3D3437
(61,52,55)
#2E272B
(46,39,43)
#1F1A1F
(31,26,31)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #A68F8B

#A68F8B
(166,143,139)
#AE9995
(174,153,149)
#B6A39F
(182,163,159)
#BEADA9
(190,173,169)
#C6B7B3
(198,183,179)
#CEC1BD
(206,193,189)
#D6CBC7
(214,203,199)
#DED5D1
(222,213,209)
#E6DFDB
(230,223,219)
#EEE9E5
(238,233,229)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68F8B; }

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

This text font color is #A68F8B.

Background Color

.myBgColor { background-color: #A68F8B; }

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

This div background color is #A68F8B.

Border color

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

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

This div border color is #A68F8B.

Opacity

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

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

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

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

This text has shadow with #A68F8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A68F8B.

Preview

Color preview on black background

This text has color #A68F8B on black background.


Color preview on white background

This text has color #A68F8B on white background.


Black color preview on #A68F8B background

This text has black color on #A68F8B background.


White color preview on #A68F8B background

This text has white color on #A68F8B background.


Related colors

Complementary color

Complementary color for #hex is #597074.


I love getcolorcode.com

Triadic colors

1 #8BA68F and #8F8BA6 with #A68F8B are triadic colors.

2 #8B8FA6 and #8FA68B with #A68F8B are triadic colors.