COLOR #A68A79

HEX: #A68A79
RGB: (166,138,121)

Color info

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

RGB color model

#A68A79 color RGB value is (166,138,121).

  • red value is 166;
  • green value is 138;
  • blue value is 121.
RGB:
(166,138,121)
(65%,54%,47%)

RGB channels and saturation

R 166 of 255 = 65%
G 138 of 255 = 54%
B 121 of 255 = 47%

166
138
121

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

Portions of RGB colors in percentages

R + G + B =
166 + 138 + 121 = 425 (100%)
R 166 of 425 ~ 39.06%
G 138 of 425 ~ 32.47%
B 121 of 425 ~ 28.47%

%39.06
%32.47
%28.47

CMYK color model

#A68A79 color CMYK value is (0,17,27,35).

  • cyan value is 0.00%
  • magenta value is 16.87%
  • yellow value is 27.11%
  • key color value is 34.90%
CMYK:
(0,17,27,35)
C0M17Y27K35 
(0%,17%,27%,35%)
(0.00/0.17/0.27/0.35)	

CMYK percentages

%0
%16.87
%27.11
%34.9

Codes

Color #A68A79 in popluar color models

A68A79
RGB166138121
HSL23°20.18%56.27%
HSB/HSV23°27.11%65.10%
CMYK0.00%16.87%27.11%
34.90%

Color #A68A79 in popluar number systems.

HEXA68A79
Decimal166138121
Binary10100110100010101111001
Octal246212171

Shades and tints

Shades of #A68A79

#A68A79
(166,138,121)
#977E6E
(151,126,110)
#887263
(136,114,99)
#796658
(121,102,88)
#6A5A4D
(106,90,77)
#5B4E42
(91,78,66)
#4C4237
(76,66,55)
#3D362C
(61,54,44)
#2E2A21
(46,42,33)
#1F1E16
(31,30,22)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #A68A79

#A68A79
(166,138,121)
#AE9485
(174,148,133)
#B69E91
(182,158,145)
#BEA89D
(190,168,157)
#C6B2A9
(198,178,169)
#CEBCB5
(206,188,181)
#D6C6C1
(214,198,193)
#DED0CD
(222,208,205)
#E6DAD9
(230,218,217)
#EEE4E5
(238,228,229)
#F6EEF1
(246,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68A79 color. Also use rgb(166,138,121) instead hex code.

Text Font Color

.myTextColor { color: #A68A79; }

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

This text font color is #A68A79.


Background Color

.myBgColor { background-color: #A68A79; }

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

This div background color is #A68A79.


Border color

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

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

This div border color is #A68A79.


Opacity

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

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

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

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

This text has shadow with #A68A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68A79 on black background.


Color preview on white background

This text has color #A68A79 on white background.



Black color preview on #A68A79 background

This text has black color on #A68A79 background.


White color preview on #A68A79 background

This text has white color on #A68A79 background.