COLOR #A6817F

HEX: #A6817F
RGB: (166,129,127)

Color info

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

RGB color model

#A6817F color RGB value is (166,129,127).

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

RGB channels and saturation

R 166 of 255 = 65%
G 129 of 255 = 51%
B 127 of 255 = 50%

166
129
127

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

Portions of RGB colors in percentages

R + G + B =
166 + 129 + 127 = 422 (100%)
R 166 of 422 ~ 39.34%
G 129 of 422 ~ 30.57%
B 127 of 422 ~ 30.09%

%39.34
%30.57
%30.09

CMYK color model

#A6817F color CMYK value is (0,22,23,35).

  • cyan value is 0.00%
  • magenta value is 22.29%
  • yellow value is 23.49%
  • key color value is 34.90%
CMYK:
(0,22,23,35)
C0M22Y23K35 
(0%,22%,23%,35%)
(0.00/0.22/0.23/0.35)	

CMYK percentages

%0
%22.29
%23.49
%34.9

Codes

Color #A6817F in popluar color models

A6817F
RGB166129127
HSL17.97%57.45%
HSB/HSV23.49%65.10%
CMYK0.00%22.29%23.49%
34.90%

Color #A6817F in popluar number systems.

HEXA6817F
Decimal166129127
Binary10100110100000011111111
Octal246201177

Shades and tints

Shades of #A6817F

#A6817F
(166,129,127)
#977674
(151,118,116)
#886B69
(136,107,105)
#79605E
(121,96,94)
#6A5553
(106,85,83)
#5B4A48
(91,74,72)
#4C3F3D
(76,63,61)
#3D3432
(61,52,50)
#2E2927
(46,41,39)
#1F1E1C
(31,30,28)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #A6817F

#A6817F
(166,129,127)
#AE8C8A
(174,140,138)
#B69795
(182,151,149)
#BEA2A0
(190,162,160)
#C6ADAB
(198,173,171)
#CEB8B6
(206,184,182)
#D6C3C1
(214,195,193)
#DECECC
(222,206,204)
#E6D9D7
(230,217,215)
#EEE4E2
(238,228,226)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6817F; }

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

This text font color is #A6817F.


Background Color

.myBgColor { background-color: #A6817F; }

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

This div background color is #A6817F.


Border color

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

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

This div border color is #A6817F.


Opacity

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

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

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

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

This text has shadow with #A6817F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6817F on black background.


Color preview on white background

This text has color #A6817F on white background.



Black color preview on #A6817F background

This text has black color on #A6817F background.


White color preview on #A6817F background

This text has white color on #A6817F background.