COLOR #A68D7E

HEX: #A68D7E
RGB: (166,141,126)

Color info

#A68D7E contains red, green and blue colors in about the same proportion. Web safe color of #A68D7E is #999966 (or #996).

RGB color model

#A68D7E color RGB value is (166,141,126).

  • red value is 166;
  • green value is 141;
  • blue value is 126.
RGB:
(166,141,126)
(65%,55%,49%)

RGB channels and saturation

R 166 of 255 = 65%
G 141 of 255 = 55%
B 126 of 255 = 49%

166
141
126

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

Portions of RGB colors in percentages

R + G + B =
166 + 141 + 126 = 433 (100%)
R 166 of 433 ~ 38.34%
G 141 of 433 ~ 32.56%
B 126 of 433 ~ 29.1%

%38.34
%32.56
%29.1

CMYK color model

#A68D7E color CMYK value is (0,15,24,35).

  • cyan value is 0.00%
  • magenta value is 15.06%
  • yellow value is 24.10%
  • key color value is 34.90%
CMYK:
(0,15,24,35)
C0M15Y24K35 
(0%,15%,24%,35%)
(0.00/0.15/0.24/0.35)	

CMYK percentages

%0
%15.06
%24.1
%34.9

Codes

Color #A68D7E in popluar color models

A68D7E
RGB166141126
HSL23°18.35%57.25%
HSB/HSV23°24.10%65.10%
CMYK0.00%15.06%24.10%
34.90%

Color #A68D7E in popluar number systems.

HEXA68D7E
Decimal166141126
Binary10100110100011011111110
Octal246215176

Shades and tints

Shades of #A68D7E

#A68D7E
(166,141,126)
#978173
(151,129,115)
#887568
(136,117,104)
#79695D
(121,105,93)
#6A5D52
(106,93,82)
#5B5147
(91,81,71)
#4C453C
(76,69,60)
#3D3931
(61,57,49)
#2E2D26
(46,45,38)
#1F211B
(31,33,27)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #A68D7E

#A68D7E
(166,141,126)
#AE9789
(174,151,137)
#B6A194
(182,161,148)
#BEAB9F
(190,171,159)
#C6B5AA
(198,181,170)
#CEBFB5
(206,191,181)
#D6C9C0
(214,201,192)
#DED3CB
(222,211,203)
#E6DDD6
(230,221,214)
#EEE7E1
(238,231,225)
#F6F1EC
(246,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68D7E; }

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

This text font color is #A68D7E.


Background Color

.myBgColor { background-color: #A68D7E; }

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

This div background color is #A68D7E.


Border color

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

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

This div border color is #A68D7E.


Opacity

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

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

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

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

This text has shadow with #A68D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68D7E on black background.


Color preview on white background

This text has color #A68D7E on white background.



Black color preview on #A68D7E background

This text has black color on #A68D7E background.


White color preview on #A68D7E background

This text has white color on #A68D7E background.