COLOR #A68E80

HEX: #A68E80
RGB: (166,142,128)

Color info

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

RGB color model

#A68E80 color RGB value is (166,142,128).

  • red value is 166;
  • green value is 142;
  • blue value is 128.
RGB:
(166,142,128)
(65%,56%,50%)

RGB channels and saturation

R 166 of 255 = 65%
G 142 of 255 = 56%
B 128 of 255 = 50%

166
142
128

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

Portions of RGB colors in percentages

R + G + B =
166 + 142 + 128 = 436 (100%)
R 166 of 436 ~ 38.07%
G 142 of 436 ~ 32.57%
B 128 of 436 ~ 29.36%

%38.07
%32.57
%29.36

CMYK color model

#A68E80 color CMYK value is (0,14,23,35).

  • cyan value is 0.00%
  • magenta value is 14.46%
  • yellow value is 22.89%
  • key color value is 34.90%
CMYK:
(0,14,23,35)
C0M14Y23K35 
(0%,14%,23%,35%)
(0.00/0.14/0.23/0.35)	

CMYK percentages

%0
%14.46
%22.89
%34.9

Codes

Color #A68E80 in popluar color models

A68E80
RGB166142128
HSL22°17.59%57.65%
HSB/HSV22°22.89%65.10%
CMYK0.00%14.46%22.89%
34.90%

Color #A68E80 in popluar number systems.

HEXA68E80
Decimal166142128
Binary101001101000111010000000
Octal246216200

Shades and tints

Shades of #A68E80

#A68E80
(166,142,128)
#978275
(151,130,117)
#88766A
(136,118,106)
#796A5F
(121,106,95)
#6A5E54
(106,94,84)
#5B5249
(91,82,73)
#4C463E
(76,70,62)
#3D3A33
(61,58,51)
#2E2E28
(46,46,40)
#1F221D
(31,34,29)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #A68E80

#A68E80
(166,142,128)
#AE988B
(174,152,139)
#B6A296
(182,162,150)
#BEACA1
(190,172,161)
#C6B6AC
(198,182,172)
#CEC0B7
(206,192,183)
#D6CAC2
(214,202,194)
#DED4CD
(222,212,205)
#E6DED8
(230,222,216)
#EEE8E3
(238,232,227)
#F6F2EE
(246,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68E80; }

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

This text font color is #A68E80.


Background Color

.myBgColor { background-color: #A68E80; }

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

This div background color is #A68E80.


Border color

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

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

This div border color is #A68E80.


Opacity

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

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

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

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

This text has shadow with #A68E80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68E80 on black background.


Color preview on white background

This text has color #A68E80 on white background.



Black color preview on #A68E80 background

This text has black color on #A68E80 background.


White color preview on #A68E80 background

This text has white color on #A68E80 background.