COLOR #A6807D

HEX: #A6807D
RGB: (166,128,125)

Color info

#A6807D contains red, green and blue colors in about the same proportion. Web safe color of #A6807D is #996666 (or #966).

RGB color model

#A6807D color RGB value is (166,128,125).

  • red value is 166;
  • green value is 128;
  • blue value is 125.
RGB:
(166,128,125)
(65%,50%,49%)

RGB channels and saturation

R 166 of 255 = 65%
G 128 of 255 = 50%
B 125 of 255 = 49%

166
128
125

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

Portions of RGB colors in percentages

R + G + B =
166 + 128 + 125 = 419 (100%)
R 166 of 419 ~ 39.62%
G 128 of 419 ~ 30.55%
B 125 of 419 ~ 29.83%

%39.62
%30.55
%29.83

CMYK color model

#A6807D color CMYK value is (0,23,25,35).

  • cyan value is 0.00%
  • magenta value is 22.89%
  • yellow value is 24.70%
  • key color value is 34.90%
CMYK:
(0,23,25,35)
C0M23Y25K35 
(0%,23%,25%,35%)
(0.00/0.23/0.25/0.35)	

CMYK percentages

%0
%22.89
%24.7
%34.9

Codes

Color #A6807D in popluar color models

A6807D
RGB166128125
HSL18.72%57.06%
HSB/HSV24.70%65.10%
CMYK0.00%22.89%24.70%
34.90%

Color #A6807D in popluar number systems.

HEXA6807D
Decimal166128125
Binary10100110100000001111101
Octal246200175

Shades and tints

Shades of #A6807D

#A6807D
(166,128,125)
#977572
(151,117,114)
#886A67
(136,106,103)
#795F5C
(121,95,92)
#6A5451
(106,84,81)
#5B4946
(91,73,70)
#4C3E3B
(76,62,59)
#3D3330
(61,51,48)
#2E2825
(46,40,37)
#1F1D1A
(31,29,26)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #A6807D

#A6807D
(166,128,125)
#AE8B88
(174,139,136)
#B69693
(182,150,147)
#BEA19E
(190,161,158)
#C6ACA9
(198,172,169)
#CEB7B4
(206,183,180)
#D6C2BF
(214,194,191)
#DECDCA
(222,205,202)
#E6D8D5
(230,216,213)
#EEE3E0
(238,227,224)
#F6EEEB
(246,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6807D color. Also use rgb(166,128,125) instead hex code.

Text Font Color

.myTextColor { color: #A6807D; }

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

This text font color is #A6807D.


Background Color

.myBgColor { background-color: #A6807D; }

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

This div background color is #A6807D.


Border color

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

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

This div border color is #A6807D.


Opacity

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

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

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

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

This text has shadow with #A6807D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6807D on black background.


Color preview on white background

This text has color #A6807D on white background.



Black color preview on #A6807D background

This text has black color on #A6807D background.


White color preview on #A6807D background

This text has white color on #A6807D background.