COLOR #A6707B

HEX: #A6707B
RGB: (166,112,123)

Color info

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

RGB color model

#A6707B color RGB value is (166,112,123).

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

RGB channels and saturation

R 166 of 255 = 65%
G 112 of 255 = 44%
B 123 of 255 = 48%

166
112
123

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

Portions of RGB colors in percentages

R + G + B =
166 + 112 + 123 = 401 (100%)
R 166 of 401 ~ 41.4%
G 112 of 401 ~ 27.93%
B 123 of 401 ~ 30.67%

%41.4
%27.93
%30.67

CMYK color model

#A6707B color CMYK value is (0,33,26,35).

  • cyan value is 0.00%
  • magenta value is 32.53%
  • yellow value is 25.90%
  • key color value is 34.90%
CMYK:
(0,33,26,35)
C0M33Y26K35 
(0%,33%,26%,35%)
(0.00/0.33/0.26/0.35)	

CMYK percentages

%0
%32.53
%25.9
%34.9

Codes

Color #A6707B in popluar color models

A6707B
RGB166112123
HSL348°23.28%54.51%
HSB/HSV348°32.53%65.10%
CMYK0.00%32.53%25.90%
34.90%

Color #A6707B in popluar number systems.

HEXA6707B
Decimal166112123
Binary1010011011100001111011
Octal246160173

Shades and tints

Shades of #A6707B

#A6707B
(166,112,123)
#976670
(151,102,112)
#885C65
(136,92,101)
#79525A
(121,82,90)
#6A484F
(106,72,79)
#5B3E44
(91,62,68)
#4C3439
(76,52,57)
#3D2A2E
(61,42,46)
#2E2023
(46,32,35)
#1F1618
(31,22,24)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #A6707B

#A6707B
(166,112,123)
#AE7D87
(174,125,135)
#B68A93
(182,138,147)
#BE979F
(190,151,159)
#C6A4AB
(198,164,171)
#CEB1B7
(206,177,183)
#D6BEC3
(214,190,195)
#DECBCF
(222,203,207)
#E6D8DB
(230,216,219)
#EEE5E7
(238,229,231)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6707B; }

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

This text font color is #A6707B.


Background Color

.myBgColor { background-color: #A6707B; }

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

This div background color is #A6707B.


Border color

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

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

This div border color is #A6707B.


Opacity

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

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

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

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

This text has shadow with #A6707B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6707B on black background.


Color preview on white background

This text has color #A6707B on white background.



Black color preview on #A6707B background

This text has black color on #A6707B background.


White color preview on #A6707B background

This text has white color on #A6707B background.