COLOR #A68F82

HEX: #A68F82
RGB: (166,143,130)

Color info

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

RGB color model

#A68F82 color RGB value is (166,143,130).

  • red value is 166;
  • green value is 143;
  • blue value is 130.
RGB:
(166,143,130)
(65%,56%,51%)

RGB channels and saturation

R 166 of 255 = 65%
G 143 of 255 = 56%
B 130 of 255 = 51%

166
143
130

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

Portions of RGB colors in percentages

R + G + B =
166 + 143 + 130 = 439 (100%)
R 166 of 439 ~ 37.81%
G 143 of 439 ~ 32.57%
B 130 of 439 ~ 29.61%

%37.81
%32.57
%29.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.86%
  • yellow value is 21.69%
  • 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
%13.86
%21.69
%34.9

Codes

Color #A68F82 in popluar color models

A68F82
RGB166143130
HSL22°16.82%58.04%
HSB/HSV22°21.69%65.10%
CMYK0.00%13.86%21.69%
34.90%

Color #A68F82 in popluar number systems.

HEXA68F82
Decimal166143130
Binary101001101000111110000010
Octal246217202

Shades and tints

Shades of #A68F82

#A68F82
(166,143,130)
#978277
(151,130,119)
#88756C
(136,117,108)
#796861
(121,104,97)
#6A5B56
(106,91,86)
#5B4E4B
(91,78,75)
#4C4140
(76,65,64)
#3D3435
(61,52,53)
#2E272A
(46,39,42)
#1F1A1F
(31,26,31)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #A68F82

#A68F82
(166,143,130)
#AE998D
(174,153,141)
#B6A398
(182,163,152)
#BEADA3
(190,173,163)
#C6B7AE
(198,183,174)
#CEC1B9
(206,193,185)
#D6CBC4
(214,203,196)
#DED5CF
(222,213,207)
#E6DFDA
(230,223,218)
#EEE9E5
(238,233,229)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68F82 color. Also use rgb(166,143,130) instead hex code.

Text Font Color

.myTextColor { color: #A68F82; }

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

This text font color is #A68F82.


Background Color

.myBgColor { background-color: #A68F82; }

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

This div background color is #A68F82.


Border color

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

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

This div border color is #A68F82.


Opacity

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

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

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

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

This text has shadow with #A68F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68F82 on black background.


Color preview on white background

This text has color #A68F82 on white background.



Black color preview on #A68F82 background

This text has black color on #A68F82 background.


White color preview on #A68F82 background

This text has white color on #A68F82 background.