COLOR #A68B7D

HEX: #A68B7D RGB: (166,139,125)

Color info

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

RGB color model

#A68B7D color RGB value is (166,139,125).

RGB: (166,139,125) (65%, 55%, 49%)

RGB channels and saturation

R 166 of 255 = 65%
G 139 of 255 = 55%
B 125 of 255 = 49%

166
139
125

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

Portions of RGB colors in percentages

R + G + B = 166 + 139 + 125 = 430 (100%)
R 166 of 430 ~ 38.6%
G 139 of 430 ~ 32.33%
B 125 of 430 ~ 29.07'%

%38.6
%32.33
%29.07

CMYK color model

#A68B7D color CMYK value is (0,16,25,35).

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

CMYK: (0,16,25,35)
C0M16Y25K35 (0%, 16%, 25%, 35%)
(0.00 / 0.16 / 0.25 / 0.35)

CMYK percentages

%0
%16.27
%24.7
%34.9

Codes

Color #A68B7D in popluar color models

A6 8B 7D
RGB 166 139 125
HSL 20° 18.72% 57.06%
HSB/HSV 20° 24.70% 65.10%
CMYK 0.00% 16.27% 24.70%
34.90%

Color #A68B7D in popluar number systems.

HEX A6 8B 7D
Decimal 166 139 125
Binary 10100110 10001011 1111101
Octal 246 213 175

Shades and tints

Shades of #A68B7D

#A68B7D
(166,139,125)
#977F72
(151,127,114)
#887367
(136,115,103)
#79675C
(121,103,92)
#6A5B51
(106,91,81)
#5B4F46
(91,79,70)
#4C433B
(76,67,59)
#3D3730
(61,55,48)
#2E2B25
(46,43,37)
#1F1F1A
(31,31,26)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #A68B7D

#A68B7D
(166,139,125)
#AE9588
(174,149,136)
#B69F93
(182,159,147)
#BEA99E
(190,169,158)
#C6B3A9
(198,179,169)
#CEBDB4
(206,189,180)
#D6C7BF
(214,199,191)
#DED1CA
(222,209,202)
#E6DBD5
(230,219,213)
#EEE5E0
(238,229,224)
#F6EFEB
(246,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68B7D; }

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

This text font color is #A68B7D.

Background Color

.myBgColor { background-color: #A68B7D; }

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

This div background color is #A68B7D.

Border color

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

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

This div border color is #A68B7D.

Opacity

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

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

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

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

This text has shadow with #A68B7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A68B7D.

Preview

Color preview on black background

This text has color #A68B7D on black background.


Color preview on white background

This text has color #A68B7D on white background.


Black color preview on #A68B7D background

This text has black color on #A68B7D background.


White color preview on #A68B7D background

This text has white color on #A68B7D background.


Related colors

Complementary color

Complementary color for #hex is #597482.


I love getcolorcode.com

Triadic colors

1 #7DA68B and #8B7DA6 with #A68B7D are triadic colors.

2 #7D8BA6 and #8BA67D with #A68B7D are triadic colors.