COLOR #A6817E

HEX: #A6817E
RGB: (166,129,126)

Color info

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

RGB color model

#A6817E color RGB value is (166,129,126).

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

RGB channels and saturation

R 166 of 255 = 65%
G 129 of 255 = 51%
B 126 of 255 = 49%

166
129
126

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

Portions of RGB colors in percentages

R + G + B =
166 + 129 + 126 = 421 (100%)
R 166 of 421 ~ 39.43%
G 129 of 421 ~ 30.64%
B 126 of 421 ~ 29.93%

%39.43
%30.64
%29.93

CMYK color model

#A6817E color CMYK value is (0,22,24,35).

  • cyan value is 0.00%
  • magenta value is 22.29%
  • yellow value is 24.10%
  • key color value is 34.90%
CMYK:
(0,22,24,35)
C0M22Y24K35 
(0%,22%,24%,35%)
(0.00/0.22/0.24/0.35)	

CMYK percentages

%0
%22.29
%24.1
%34.9

Codes

Color #A6817E in popluar color models

A6817E
RGB166129126
HSL18.35%57.25%
HSB/HSV24.10%65.10%
CMYK0.00%22.29%24.10%
34.90%

Color #A6817E in popluar number systems.

HEXA6817E
Decimal166129126
Binary10100110100000011111110
Octal246201176

Shades and tints

Shades of #A6817E

#A6817E
(166,129,126)
#977673
(151,118,115)
#886B68
(136,107,104)
#79605D
(121,96,93)
#6A5552
(106,85,82)
#5B4A47
(91,74,71)
#4C3F3C
(76,63,60)
#3D3431
(61,52,49)
#2E2926
(46,41,38)
#1F1E1B
(31,30,27)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #A6817E

#A6817E
(166,129,126)
#AE8C89
(174,140,137)
#B69794
(182,151,148)
#BEA29F
(190,162,159)
#C6ADAA
(198,173,170)
#CEB8B5
(206,184,181)
#D6C3C0
(214,195,192)
#DECECB
(222,206,203)
#E6D9D6
(230,217,214)
#EEE4E1
(238,228,225)
#F6EFEC
(246,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6817E; }

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

This text font color is #A6817E.


Background Color

.myBgColor { background-color: #A6817E; }

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

This div background color is #A6817E.


Border color

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

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

This div border color is #A6817E.


Opacity

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

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

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

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

This text has shadow with #A6817E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6817E on black background.


Color preview on white background

This text has color #A6817E on white background.



Black color preview on #A6817E background

This text has black color on #A6817E background.


White color preview on #A6817E background

This text has white color on #A6817E background.