COLOR #A68D93

HEX: #A68D93 RGB: (166,141,147)

Color info

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

RGB color model

#A68D93 color RGB value is (166,141,147).

RGB: (166,141,147) (65%, 55%, 58%)

RGB channels and saturation

R 166 of 255 = 65%
G 141 of 255 = 55%
B 147 of 255 = 58%

166
141
147

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

Portions of RGB colors in percentages

R + G + B = 166 + 141 + 147 = 454 (100%)
R 166 of 454 ~ 36.56%
G 141 of 454 ~ 31.06%
B 147 of 454 ~ 32.38'%

%36.56
%31.06
%32.38

CMYK color model

#A68D93 color CMYK value is (0,15,11,35).

  • cyan value is 0.00%
  • magenta value is 15.06%
  • yellow value is 11.45%
  • key color value is 34.90%

CMYK: (0,15,11,35)
C0M15Y11K35 (0%, 15%, 11%, 35%)
(0.00 / 0.15 / 0.11 / 0.35)

CMYK percentages

%0
%15.06
%11.45
%34.9

Codes

Color #A68D93 in popluar color models

A6 8D 93
RGB 166 141 147
HSL 346° 12.32% 60.20%
HSB/HSV 346° 15.06% 65.10%
CMYK 0.00% 15.06% 11.45%
34.90%

Color #A68D93 in popluar number systems.

HEX A6 8D 93
Decimal 166 141 147
Binary 10100110 10001101 10010011
Octal 246 215 223

Shades and tints

Shades of #A68D93

#A68D93
(166,141,147)
#978186
(151,129,134)
#887579
(136,117,121)
#79696C
(121,105,108)
#6A5D5F
(106,93,95)
#5B5152
(91,81,82)
#4C4545
(76,69,69)
#3D3938
(61,57,56)
#2E2D2B
(46,45,43)
#1F211E
(31,33,30)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #A68D93

#A68D93
(166,141,147)
#AE979C
(174,151,156)
#B6A1A5
(182,161,165)
#BEABAE
(190,171,174)
#C6B5B7
(198,181,183)
#CEBFC0
(206,191,192)
#D6C9C9
(214,201,201)
#DED3D2
(222,211,210)
#E6DDDB
(230,221,219)
#EEE7E4
(238,231,228)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68D93 color. Also use rgb(166,141,147) instead hex code.

Text Font Color

.myTextColor { color: #A68D93; }

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

This text font color is #A68D93.

Background Color

.myBgColor { background-color: #A68D93; }

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

This div background color is #A68D93.

Border color

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

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

This div border color is #A68D93.

Opacity

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

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

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

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

This text has shadow with #A68D93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A68D93.

Preview

Color preview on black background

This text has color #A68D93 on black background.


Color preview on white background

This text has color #A68D93 on white background.


Black color preview on #A68D93 background

This text has black color on #A68D93 background.


White color preview on #A68D93 background

This text has white color on #A68D93 background.


Related colors

Complementary color

Complementary color for #hex is #59726C.


I love getcolorcode.com

Triadic colors

1 #93A68D and #8D93A6 with #A68D93 are triadic colors.

2 #938DA6 and #8DA693 with #A68D93 are triadic colors.