COLOR #A68A8F

HEX: #A68A8F RGB: (166,138,143)

Color info

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

RGB color model

#A68A8F color RGB value is (166,138,143).

RGB: (166,138,143) (65%, 54%, 56%)

RGB channels and saturation

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

166
138
143

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

Portions of RGB colors in percentages

R + G + B = 166 + 138 + 143 = 447 (100%)
R 166 of 447 ~ 37.14%
G 138 of 447 ~ 30.87%
B 143 of 447 ~ 31.99'%

%37.14
%30.87
%31.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.87%
  • yellow value is 13.86%
  • 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
%13.86
%34.9

Codes

Color #A68A8F in popluar color models

A6 8A 8F
RGB 166 138 143
HSL 349° 13.59% 59.61%
HSB/HSV 349° 16.87% 65.10%
CMYK 0.00% 16.87% 13.86%
34.90%

Color #A68A8F in popluar number systems.

HEX A6 8A 8F
Decimal 166 138 143
Binary 10100110 10001010 10001111
Octal 246 212 217

Shades and tints

Shades of #A68A8F

#A68A8F
(166,138,143)
#977E82
(151,126,130)
#887275
(136,114,117)
#796668
(121,102,104)
#6A5A5B
(106,90,91)
#5B4E4E
(91,78,78)
#4C4241
(76,66,65)
#3D3634
(61,54,52)
#2E2A27
(46,42,39)
#1F1E1A
(31,30,26)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #A68A8F

#A68A8F
(166,138,143)
#AE9499
(174,148,153)
#B69EA3
(182,158,163)
#BEA8AD
(190,168,173)
#C6B2B7
(198,178,183)
#CEBCC1
(206,188,193)
#D6C6CB
(214,198,203)
#DED0D5
(222,208,213)
#E6DADF
(230,218,223)
#EEE4E9
(238,228,233)
#F6EEF3
(246,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68A8F; }

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

This text font color is #A68A8F.

Background Color

.myBgColor { background-color: #A68A8F; }

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

This div background color is #A68A8F.

Border color

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

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

This div border color is #A68A8F.

Opacity

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

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

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

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

This text has shadow with #A68A8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A68A8F.

Preview

Color preview on black background

This text has color #A68A8F on black background.


Color preview on white background

This text has color #A68A8F on white background.


Black color preview on #A68A8F background

This text has black color on #A68A8F background.


White color preview on #A68A8F background

This text has white color on #A68A8F background.


Related colors

Complementary color

Complementary color for #hex is #597570.


I love getcolorcode.com

Triadic colors

1 #8FA68A and #8A8FA6 with #A68A8F are triadic colors.

2 #8F8AA6 and #8AA68F with #A68A8F are triadic colors.