COLOR #A6626D

HEX: #A6626D
RGB: (166,98,109)

Color info

#A6626D contains mainly red and blue colors. Web safe color of #A6626D is #996666 (or #966).

RGB color model

#A6626D color RGB value is (166,98,109).

  • red value is 166;
  • green value is 98;
  • blue value is 109.
RGB:
(166,98,109)
(65%,38%,43%)

RGB channels and saturation

R 166 of 255 = 65%
G 98 of 255 = 38%
B 109 of 255 = 43%

166
98
109

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

Portions of RGB colors in percentages

R + G + B =
166 + 98 + 109 = 373 (100%)
R 166 of 373 ~ 44.5%
G 98 of 373 ~ 26.27%
B 109 of 373 ~ 29.22%

%44.5
%26.27
%29.22

CMYK color model

#A6626D color CMYK value is (0,41,34,35).

  • cyan value is 0.00%
  • magenta value is 40.96%
  • yellow value is 34.34%
  • key color value is 34.90%
CMYK:
(0,41,34,35)
C0M41Y34K35 
(0%,41%,34%,35%)
(0.00/0.41/0.34/0.35)	

CMYK percentages

%0
%40.96
%34.34
%34.9

Codes

Color #A6626D in popluar color models

A6626D
RGB16698109
HSL350°27.64%51.76%
HSB/HSV350°40.96%65.10%
CMYK0.00%40.96%34.34%
34.90%

Color #A6626D in popluar number systems.

HEXA6626D
Decimal16698109
Binary1010011011000101101101
Octal246142155

Shades and tints

Shades of #A6626D

#A6626D
(166,98,109)
#975A64
(151,90,100)
#88525B
(136,82,91)
#794A52
(121,74,82)
#6A4249
(106,66,73)
#5B3A40
(91,58,64)
#4C3237
(76,50,55)
#3D2A2E
(61,42,46)
#2E2225
(46,34,37)
#1F1A1C
(31,26,28)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #A6626D

#A6626D
(166,98,109)
#AE707A
(174,112,122)
#B67E87
(182,126,135)
#BE8C94
(190,140,148)
#C69AA1
(198,154,161)
#CEA8AE
(206,168,174)
#D6B6BB
(214,182,187)
#DEC4C8
(222,196,200)
#E6D2D5
(230,210,213)
#EEE0E2
(238,224,226)
#F6EEEF
(246,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6626D color. Also use rgb(166,98,109) instead hex code.

Text Font Color

.myTextColor { color: #A6626D; }

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

This text font color is #A6626D.


Background Color

.myBgColor { background-color: #A6626D; }

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

This div background color is #A6626D.


Border color

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

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

This div border color is #A6626D.


Opacity

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

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

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

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

This text has shadow with #A6626D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6626D on black background.


Color preview on white background

This text has color #A6626D on white background.



Black color preview on #A6626D background

This text has black color on #A6626D background.


White color preview on #A6626D background

This text has white color on #A6626D background.