COLOR #A68C80

HEX: #A68C80 RGB: (166,140,128)

Color info

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

RGB color model

#A68C80 color RGB value is (166,140,128).

RGB: (166,140,128) (65%, 55%, 50%)

RGB channels and saturation

R 166 of 255 = 65%
G 140 of 255 = 55%
B 128 of 255 = 50%

166
140
128

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

Portions of RGB colors in percentages

R + G + B = 166 + 140 + 128 = 434 (100%)
R 166 of 434 ~ 38.25%
G 140 of 434 ~ 32.26%
B 128 of 434 ~ 29.49'%

%38.25
%32.26
%29.49

CMYK color model

#A68C80 color CMYK value is (0,16,23,35).

  • cyan value is 0.00%
  • magenta value is 15.66%
  • yellow value is 22.89%
  • key color value is 34.90%
CMYK: (0,16,23,35) C0M16Y23K35 (0%,16%,23%,35%) (0.00/0.16/0.23/0.35) 

CMYK percentages

%0
%15.66
%22.89
%34.9

Codes

Color #A68C80 in popluar color models

A6 8C 80
RGB 166 140 128
HSL 19° 17.59% 57.65%
HSB/HSV 19° 22.89% 65.10%
CMYK 0.00% 15.66% 22.89%
34.90%

Color #A68C80 in popluar number systems.

HEX A6 8C 80
Decimal 166 140 128
Binary 10100110 10001100 10000000
Octal 246 214 200

Shades and tints

Shades of #A68C80

#A68C80
(166,140,128)
#978075
(151,128,117)
#88746A
(136,116,106)
#79685F
(121,104,95)
#6A5C54
(106,92,84)
#5B5049
(91,80,73)
#4C443E
(76,68,62)
#3D3833
(61,56,51)
#2E2C28
(46,44,40)
#1F201D
(31,32,29)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #A68C80

#A68C80
(166,140,128)
#AE968B
(174,150,139)
#B6A096
(182,160,150)
#BEAAA1
(190,170,161)
#C6B4AC
(198,180,172)
#CEBEB7
(206,190,183)
#D6C8C2
(214,200,194)
#DED2CD
(222,210,205)
#E6DCD8
(230,220,216)
#EEE6E3
(238,230,227)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68C80 color. Also use rgb(166,140,128) instead hex code.

Text Font Color

.myTextColor { color: #A68C80; }

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

This text font color is #A68C80.

Background Color

.myBgColor { background-color: #A68C80; }

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

This div background color is #A68C80.

Border color

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

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

This div border color is #A68C80.

Opacity

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

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

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

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

This text has shadow with #A68C80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A68C80.

Preview

Color preview on black background

This text has color #A68C80 on black background.


Color preview on white background

This text has color #A68C80 on white background.


Black color preview on #A68C80 background

This text has black color on #A68C80 background.


White color preview on #A68C80 background

This text has white color on #A68C80 background.


Related colors

Complementary color

Complementary color for #hex is #59737F.


I love getcolorcode.com

Triadic colors

1 #80A68C and #8C80A6 with #A68C80 are triadic colors.

2 #808CA6 and #8CA680 with #A68C80 are triadic colors.