COLOR #A68E81

HEX: #A68E81 RGB: (166,142,129)

Color info

#A68E81 contains red, green and blue colors in about the same proportion. Web safe color of #A68E81 is #999999 (or #999).

RGB color model

#A68E81 color RGB value is (166,142,129).

RGB: (166,142,129) (65%, 56%, 51%)

RGB channels and saturation

R 166 of 255 = 65%
G 142 of 255 = 56%
B 129 of 255 = 51%

166
142
129

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

Portions of RGB colors in percentages

R + G + B = 166 + 142 + 129 = 437 (100%)
R 166 of 437 ~ 37.99%
G 142 of 437 ~ 32.49%
B 129 of 437 ~ 29.52'%

%37.99
%32.49
%29.52

CMYK color model

#A68E81 color CMYK value is (0,14,22,35).

  • cyan value is 0.00%
  • magenta value is 14.46%
  • yellow value is 22.29%
  • key color value is 34.90%

CMYK: (0,14,22,35)
C0M14Y22K35 (0%, 14%, 22%, 35%)
(0.00 / 0.14 / 0.22 / 0.35)

CMYK percentages

%0
%14.46
%22.29
%34.9

Codes

Color #A68E81 in popluar color models

A6 8E 81
RGB 166 142 129
HSL 21° 17.21% 57.84%
HSB/HSV 21° 22.29% 65.10%
CMYK 0.00% 14.46% 22.29%
34.90%

Color #A68E81 in popluar number systems.

HEX A6 8E 81
Decimal 166 142 129
Binary 10100110 10001110 10000001
Octal 246 216 201

Shades and tints

Shades of #A68E81

#A68E81
(166,142,129)
#978276
(151,130,118)
#88766B
(136,118,107)
#796A60
(121,106,96)
#6A5E55
(106,94,85)
#5B524A
(91,82,74)
#4C463F
(76,70,63)
#3D3A34
(61,58,52)
#2E2E29
(46,46,41)
#1F221E
(31,34,30)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #A68E81

#A68E81
(166,142,129)
#AE988C
(174,152,140)
#B6A297
(182,162,151)
#BEACA2
(190,172,162)
#C6B6AD
(198,182,173)
#CEC0B8
(206,192,184)
#D6CAC3
(214,202,195)
#DED4CE
(222,212,206)
#E6DED9
(230,222,217)
#EEE8E4
(238,232,228)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68E81; }

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

This text font color is #A68E81.

Background Color

.myBgColor { background-color: #A68E81; }

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

This div background color is #A68E81.

Border color

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

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

This div border color is #A68E81.

Opacity

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

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

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

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

This text has shadow with #A68E81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A68E81.

Preview

Color preview on black background

This text has color #A68E81 on black background.


Color preview on white background

This text has color #A68E81 on white background.


Black color preview on #A68E81 background

This text has black color on #A68E81 background.


White color preview on #A68E81 background

This text has white color on #A68E81 background.


Related colors

Complementary color

Complementary color for #hex is #59717E.


I love getcolorcode.com

Triadic colors

1 #81A68E and #8E81A6 with #A68E81 are triadic colors.

2 #818EA6 and #8EA681 with #A68E81 are triadic colors.