COLOR #A6897E

HEX: #A6897E
RGB: (166,137,126)

Color info

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

RGB color model

#A6897E color RGB value is (166,137,126).

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

RGB channels and saturation

R 166 of 255 = 65%
G 137 of 255 = 54%
B 126 of 255 = 49%

166
137
126

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

Portions of RGB colors in percentages

R + G + B =
166 + 137 + 126 = 429 (100%)
R 166 of 429 ~ 38.69%
G 137 of 429 ~ 31.93%
B 126 of 429 ~ 29.37%

%38.69
%31.93
%29.37

CMYK color model

#A6897E color CMYK value is (0,17,24,35).

  • cyan value is 0.00%
  • magenta value is 17.47%
  • yellow value is 24.10%
  • key color value is 34.90%
CMYK:
(0,17,24,35)
C0M17Y24K35 
(0%,17%,24%,35%)
(0.00/0.17/0.24/0.35)	

CMYK percentages

%0
%17.47
%24.1
%34.9

Codes

Color #A6897E in popluar color models

A6897E
RGB166137126
HSL17°18.35%57.25%
HSB/HSV17°24.10%65.10%
CMYK0.00%17.47%24.10%
34.90%

Color #A6897E in popluar number systems.

HEXA6897E
Decimal166137126
Binary10100110100010011111110
Octal246211176

Shades and tints

Shades of #A6897E

#A6897E
(166,137,126)
#977D73
(151,125,115)
#887168
(136,113,104)
#79655D
(121,101,93)
#6A5952
(106,89,82)
#5B4D47
(91,77,71)
#4C413C
(76,65,60)
#3D3531
(61,53,49)
#2E2926
(46,41,38)
#1F1D1B
(31,29,27)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #A6897E

#A6897E
(166,137,126)
#AE9389
(174,147,137)
#B69D94
(182,157,148)
#BEA79F
(190,167,159)
#C6B1AA
(198,177,170)
#CEBBB5
(206,187,181)
#D6C5C0
(214,197,192)
#DECFCB
(222,207,203)
#E6D9D6
(230,217,214)
#EEE3E1
(238,227,225)
#F6EDEC
(246,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6897E; }

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

This text font color is #A6897E.


Background Color

.myBgColor { background-color: #A6897E; }

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

This div background color is #A6897E.


Border color

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

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

This div border color is #A6897E.


Opacity

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

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

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

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

This text has shadow with #A6897E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6897E on black background.


Color preview on white background

This text has color #A6897E on white background.



Black color preview on #A6897E background

This text has black color on #A6897E background.


White color preview on #A6897E background

This text has white color on #A6897E background.