COLOR #A6875E

HEX: #A6875E
RGB: (166,135,94)

Color info

#A6875E contains mainly red and green colors. Web safe color of #A6875E is #999966 (or #996).

RGB color model

#A6875E color RGB value is (166,135,94).

  • red value is 166;
  • green value is 135;
  • blue value is 94.
RGB:
(166,135,94)
(65%,53%,37%)

RGB channels and saturation

R 166 of 255 = 65%
G 135 of 255 = 53%
B 94 of 255 = 37%

166
135
94

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

Portions of RGB colors in percentages

R + G + B =
166 + 135 + 94 = 395 (100%)
R 166 of 395 ~ 42.03%
G 135 of 395 ~ 34.18%
B 94 of 395 ~ 23.8%

%42.03
%34.18
%23.8

CMYK color model

#A6875E color CMYK value is (0,19,43,35).

  • cyan value is 0.00%
  • magenta value is 18.67%
  • yellow value is 43.37%
  • key color value is 34.90%
CMYK:
(0,19,43,35)
C0M19Y43K35 
(0%,19%,43%,35%)
(0.00/0.19/0.43/0.35)	

CMYK percentages

%0
%18.67
%43.37
%34.9

Codes

Color #A6875E in popluar color models

A6875E
RGB16613594
HSL34°28.80%50.98%
HSB/HSV34°43.37%65.10%
CMYK0.00%18.67%43.37%
34.90%

Color #A6875E in popluar number systems.

HEXA6875E
Decimal16613594
Binary10100110100001111011110
Octal246207136

Shades and tints

Shades of #A6875E

#A6875E
(166,135,94)
#977B56
(151,123,86)
#886F4E
(136,111,78)
#796346
(121,99,70)
#6A573E
(106,87,62)
#5B4B36
(91,75,54)
#4C3F2E
(76,63,46)
#3D3326
(61,51,38)
#2E271E
(46,39,30)
#1F1B16
(31,27,22)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #A6875E

#A6875E
(166,135,94)
#AE916C
(174,145,108)
#B69B7A
(182,155,122)
#BEA588
(190,165,136)
#C6AF96
(198,175,150)
#CEB9A4
(206,185,164)
#D6C3B2
(214,195,178)
#DECDC0
(222,205,192)
#E6D7CE
(230,215,206)
#EEE1DC
(238,225,220)
#F6EBEA
(246,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6875E color. Also use rgb(166,135,94) instead hex code.

Text Font Color

.myTextColor { color: #A6875E; }

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

This text font color is #A6875E.


Background Color

.myBgColor { background-color: #A6875E; }

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

This div background color is #A6875E.


Border color

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

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

This div border color is #A6875E.


Opacity

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

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

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

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

This text has shadow with #A6875E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6875E on black background.


Color preview on white background

This text has color #A6875E on white background.



Black color preview on #A6875E background

This text has black color on #A6875E background.


White color preview on #A6875E background

This text has white color on #A6875E background.