COLOR #A6807B

HEX: #A6807B
RGB: (166,128,123)

Color info

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

RGB color model

#A6807B color RGB value is (166,128,123).

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

RGB channels and saturation

R 166 of 255 = 65%
G 128 of 255 = 50%
B 123 of 255 = 48%

166
128
123

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

Portions of RGB colors in percentages

R + G + B =
166 + 128 + 123 = 417 (100%)
R 166 of 417 ~ 39.81%
G 128 of 417 ~ 30.7%
B 123 of 417 ~ 29.5%

%39.81
%30.7
%29.5

CMYK color model

#A6807B color CMYK value is (0,23,26,35).

  • cyan value is 0.00%
  • magenta value is 22.89%
  • yellow value is 25.90%
  • key color value is 34.90%
CMYK:
(0,23,26,35)
C0M23Y26K35 
(0%,23%,26%,35%)
(0.00/0.23/0.26/0.35)	

CMYK percentages

%0
%22.89
%25.9
%34.9

Codes

Color #A6807B in popluar color models

A6807B
RGB166128123
HSL19.46%56.67%
HSB/HSV25.90%65.10%
CMYK0.00%22.89%25.90%
34.90%

Color #A6807B in popluar number systems.

HEXA6807B
Decimal166128123
Binary10100110100000001111011
Octal246200173

Shades and tints

Shades of #A6807B

#A6807B
(166,128,123)
#977570
(151,117,112)
#886A65
(136,106,101)
#795F5A
(121,95,90)
#6A544F
(106,84,79)
#5B4944
(91,73,68)
#4C3E39
(76,62,57)
#3D332E
(61,51,46)
#2E2823
(46,40,35)
#1F1D18
(31,29,24)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #A6807B

#A6807B
(166,128,123)
#AE8B87
(174,139,135)
#B69693
(182,150,147)
#BEA19F
(190,161,159)
#C6ACAB
(198,172,171)
#CEB7B7
(206,183,183)
#D6C2C3
(214,194,195)
#DECDCF
(222,205,207)
#E6D8DB
(230,216,219)
#EEE3E7
(238,227,231)
#F6EEF3
(246,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6807B; }

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

This text font color is #A6807B.


Background Color

.myBgColor { background-color: #A6807B; }

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

This div background color is #A6807B.


Border color

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

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

This div border color is #A6807B.


Opacity

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

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

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

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

This text has shadow with #A6807B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6807B on black background.


Color preview on white background

This text has color #A6807B on white background.



Black color preview on #A6807B background

This text has black color on #A6807B background.


White color preview on #A6807B background

This text has white color on #A6807B background.