COLOR #A68B7C

HEX: #A68B7C RGB: (166,139,124)

Color info

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

RGB color model

#A68B7C color RGB value is (166,139,124).

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

RGB channels and saturation

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

166
139
124

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

Portions of RGB colors in percentages

R + G + B = 166 + 139 + 124 = 429 (100%)
R 166 of 429 ~ 38.69%
G 139 of 429 ~ 32.4%
B 124 of 429 ~ 28.9'%

%38.69
%32.4
%28.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.27%
  • yellow value is 25.30%
  • 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
%25.3
%34.9

Codes

Color #A68B7C in popluar color models

A6 8B 7C
RGB 166 139 124
HSL 21° 19.09% 56.86%
HSB/HSV 21° 25.30% 65.10%
CMYK 0.00% 16.27% 25.30%
34.90%

Color #A68B7C in popluar number systems.

HEX A6 8B 7C
Decimal 166 139 124
Binary 10100110 10001011 1111100
Octal 246 213 174

Shades and tints

Shades of #A68B7C

#A68B7C
(166,139,124)
#977F71
(151,127,113)
#887366
(136,115,102)
#79675B
(121,103,91)
#6A5B50
(106,91,80)
#5B4F45
(91,79,69)
#4C433A
(76,67,58)
#3D372F
(61,55,47)
#2E2B24
(46,43,36)
#1F1F19
(31,31,25)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #A68B7C

#A68B7C
(166,139,124)
#AE9587
(174,149,135)
#B69F92
(182,159,146)
#BEA99D
(190,169,157)
#C6B3A8
(198,179,168)
#CEBDB3
(206,189,179)
#D6C7BE
(214,199,190)
#DED1C9
(222,209,201)
#E6DBD4
(230,219,212)
#EEE5DF
(238,229,223)
#F6EFEA
(246,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68B7C; }

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

This text font color is #A68B7C.

Background Color

.myBgColor { background-color: #A68B7C; }

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

This div background color is #A68B7C.

Border color

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

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

This div border color is #A68B7C.

Opacity

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

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

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

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

This text has shadow with #A68B7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A68B7C.

Preview

Color preview on black background

This text has color #A68B7C on black background.


Color preview on white background

This text has color #A68B7C on white background.


Black color preview on #A68B7C background

This text has black color on #A68B7C background.


White color preview on #A68B7C background

This text has white color on #A68B7C background.


Related colors

Complementary color

Complementary color for #hex is #597483.


I love getcolorcode.com

Triadic colors

1 #7CA68B and #8B7CA6 with #A68B7C are triadic colors.

2 #7C8BA6 and #8BA67C with #A68B7C are triadic colors.