COLOR #A68971

HEX: #A68971
RGB: (166,137,113)

Color info

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

RGB color model

#A68971 color RGB value is (166,137,113).

  • red value is 166;
  • green value is 137;
  • blue value is 113.
RGB:
(166,137,113)
(65%,54%,44%)

RGB channels and saturation

R 166 of 255 = 65%
G 137 of 255 = 54%
B 113 of 255 = 44%

166
137
113

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

Portions of RGB colors in percentages

R + G + B =
166 + 137 + 113 = 416 (100%)
R 166 of 416 ~ 39.9%
G 137 of 416 ~ 32.93%
B 113 of 416 ~ 27.16%

%39.9
%32.93
%27.16

CMYK color model

#A68971 color CMYK value is (0,17,32,35).

  • cyan value is 0.00%
  • magenta value is 17.47%
  • yellow value is 31.93%
  • key color value is 34.90%
CMYK:
(0,17,32,35)
C0M17Y32K35 
(0%,17%,32%,35%)
(0.00/0.17/0.32/0.35)	

CMYK percentages

%0
%17.47
%31.93
%34.9

Codes

Color #A68971 in popluar color models

A68971
RGB166137113
HSL27°22.94%54.71%
HSB/HSV27°31.93%65.10%
CMYK0.00%17.47%31.93%
34.90%

Color #A68971 in popluar number systems.

HEXA68971
Decimal166137113
Binary10100110100010011110001
Octal246211161

Shades and tints

Shades of #A68971

#A68971
(166,137,113)
#977D67
(151,125,103)
#88715D
(136,113,93)
#796553
(121,101,83)
#6A5949
(106,89,73)
#5B4D3F
(91,77,63)
#4C4135
(76,65,53)
#3D352B
(61,53,43)
#2E2921
(46,41,33)
#1F1D17
(31,29,23)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #A68971

#A68971
(166,137,113)
#AE937D
(174,147,125)
#B69D89
(182,157,137)
#BEA795
(190,167,149)
#C6B1A1
(198,177,161)
#CEBBAD
(206,187,173)
#D6C5B9
(214,197,185)
#DECFC5
(222,207,197)
#E6D9D1
(230,217,209)
#EEE3DD
(238,227,221)
#F6EDE9
(246,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68971 color. Also use rgb(166,137,113) instead hex code.

Text Font Color

.myTextColor { color: #A68971; }

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

This text font color is #A68971.


Background Color

.myBgColor { background-color: #A68971; }

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

This div background color is #A68971.


Border color

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

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

This div border color is #A68971.


Opacity

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

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

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

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

This text has shadow with #A68971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A68971 on black background.


Color preview on white background

This text has color #A68971 on white background.



Black color preview on #A68971 background

This text has black color on #A68971 background.


White color preview on #A68971 background

This text has white color on #A68971 background.