COLOR #A6687F

HEX: #A6687F
RGB: (166,104,127)

Renk bilgisi

#A6687F contains mainly red and blue colors. #A6687F ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#A6687F color RGB value is (166,104,127).

  • kırmız ton 166;
  • yeşil ton 104;
  • mavi ton 127.
RGB:
(166,104,127)
(65%,41%,50%)

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 104 of 255 = 41%
B 127 of 255 = 50%

166
104
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 104 + 127 = 397 (100%)
R 166 of 397 ~ 41.81%
G 104 of 397 ~ 26.2%
B 127 of 397 ~ 31.99%

%41.81
%26.2
%31.99

CMYK RENK MODELİ

#A6687F rengi CMYK tonu (0,37,23,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.35%
  • sarı tonu 23.49%
  • ana renk tonu 34.90%
CMYK:
(0,37,23,35)
C0M37Y23K35 
(0%,37%,23%,35%)
(0.00/0.37/0.23/0.35)	

CMYK yüzdeleri

%0
%37.35
%23.49
%34.9

Codes

Color #A6687F in popluar color models

A6687F
RGB166104127
HSL338°25.83%52.94%
HSB/HSV338°37.35%65.10%
CMYK0.00%37.35%23.49%
34.90%

Color #A6687F in popluar number systems.

HEXA6687F
Decimal166104127
Binary1010011011010001111111
Octal246150177

Shades and tints

Shades of #A6687F

#A6687F
(166,104,127)
#975F74
(151,95,116)
#885669
(136,86,105)
#794D5E
(121,77,94)
#6A4453
(106,68,83)
#5B3B48
(91,59,72)
#4C323D
(76,50,61)
#3D2932
(61,41,50)
#2E2027
(46,32,39)
#1F171C
(31,23,28)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #A6687F

#A6687F
(166,104,127)
#AE758A
(174,117,138)
#B68295
(182,130,149)
#BE8FA0
(190,143,160)
#C69CAB
(198,156,171)
#CEA9B6
(206,169,182)
#D6B6C1
(214,182,193)
#DEC3CC
(222,195,204)
#E6D0D7
(230,208,215)
#EEDDE2
(238,221,226)
#F6EAED
(246,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6687F; }

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

This text font color is #A6687F.


Background Color

.myBgColor { background-color: #A6687F; }

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

This div background color is #A6687F.


Border color

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

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

This div border color is #A6687F.


Opacity

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

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

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

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

This text has shadow with #A6687F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6687F on black background.


Color preview on white background

This text has color #A6687F on white background.



Black color preview on #A6687F background

This text has black color on #A6687F background.


White color preview on #A6687F background

This text has white color on #A6687F background.