COLOR #A68E77

HEX: #A68E77
RGB: (166,142,119)

Color info

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

RGB color model

#A68E77 color RGB value is (166,142,119).

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

RGB channels and saturation

R 166 of 255 = 65%
G 142 of 255 = 56%
B 119 of 255 = 47%

166
142
119

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

Portions of RGB colors in percentages

R + G + B =
166 + 142 + 119 = 427 (100%)
R 166 of 427 ~ 38.88%
G 142 of 427 ~ 33.26%
B 119 of 427 ~ 27.87%

%38.88
%33.26
%27.87

CMYK color model

#A68E77 color CMYK value is (0,14,28,35).

  • cyan value is 0.00%
  • magenta value is 14.46%
  • yellow value is 28.31%
  • key color value is 34.90%
CMYK: (0,14,28,35) C0M14Y28K35 (0%,14%,28%,35%) (0.00/0.14/0.28/0.35)

CMYK percentages

%0
%14.46
%28.31
%34.9

Codes

Color #A68E77 in popluar color models

A68E77
RGB166142119
HSL29°20.89%55.88%
HSB/HSV29°28.31%65.10%
CMYK0.00%14.46%28.31%
34.90%

Color #A68E77 in popluar number systems.

HEXA68E77
Decimal166142119
Binary10100110100011101110111
Octal246216167

Shades and tints

Shades of #A68E77

#A68E77
(166,142,119)
#97826D
(151,130,109)
#887663
(136,118,99)
#796A59
(121,106,89)
#6A5E4F
(106,94,79)
#5B5245
(91,82,69)
#4C463B
(76,70,59)
#3D3A31
(61,58,49)
#2E2E27
(46,46,39)
#1F221D
(31,34,29)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #A68E77

#A68E77
(166,142,119)
#AE9883
(174,152,131)
#B6A28F
(182,162,143)
#BEAC9B
(190,172,155)
#C6B6A7
(198,182,167)
#CEC0B3
(206,192,179)
#D6CABF
(214,202,191)
#DED4CB
(222,212,203)
#E6DED7
(230,222,215)
#EEE8E3
(238,232,227)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A68E77; }

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

This text font color is #A68E77.


Background Color

.myBgColor { background-color: #A68E77; }

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

This div background color is #A68E77.


Border color

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

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

This div border color is #A68E77.


Opacity

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

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

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

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

This text has shadow with #A68E77 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A68E77 on black background.


Color preview on white background

This text has color #A68E77 on white background.



Black color preview on #A68E77 background

This text has black color on #A68E77 background.


White color preview on #A68E77 background

This text has white color on #A68E77 background.