COLOR #A6516B

HEX: #A6516B RGB: (166,81,107)

Color info

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

RGB color model

#A6516B color RGB value is (166,81,107).

RGB: (166,81,107) (65%, 32%, 42%)

RGB channels and saturation

R 166 of 255 = 65%
G 81 of 255 = 32%
B 107 of 255 = 42%

166
81
107

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

Portions of RGB colors in percentages

R + G + B = 166 + 81 + 107 = 354 (100%)
R 166 of 354 ~ 46.89%
G 81 of 354 ~ 22.88%
B 107 of 354 ~ 30.23'%

%46.89
%22.88
%30.23

CMYK color model

#A6516B color CMYK value is (0,51,36,35).

  • cyan value is 0.00%
  • magenta value is 51.20%
  • yellow value is 35.54%
  • key color value is 34.90%

CMYK: (0,51,36,35)
C0M51Y36K35 (0%, 51%, 36%, 35%)
(0.00 / 0.51 / 0.36 / 0.35)

CMYK percentages

%0
%51.2
%35.54
%34.9

Codes

Color #A6516B in popluar color models

A6 51 6B
RGB 166 81 107
HSL 342° 34.41% 48.43%
HSB/HSV 342° 51.20% 65.10%
CMYK 0.00% 51.20% 35.54%
34.90%

Color #A6516B in popluar number systems.

HEX A6 51 6B
Decimal 166 81 107
Binary 10100110 1010001 1101011
Octal 246 121 153

Shades and tints

Shades of #A6516B

#A6516B
(166,81,107)
#974A62
(151,74,98)
#884359
(136,67,89)
#793C50
(121,60,80)
#6A3547
(106,53,71)
#5B2E3E
(91,46,62)
#4C2735
(76,39,53)
#3D202C
(61,32,44)
#2E1923
(46,25,35)
#1F121A
(31,18,26)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #A6516B

#A6516B
(166,81,107)
#AE6078
(174,96,120)
#B66F85
(182,111,133)
#BE7E92
(190,126,146)
#C68D9F
(198,141,159)
#CE9CAC
(206,156,172)
#D6ABB9
(214,171,185)
#DEBAC6
(222,186,198)
#E6C9D3
(230,201,211)
#EED8E0
(238,216,224)
#F6E7ED
(246,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6516B color. Also use rgb(166,81,107) instead hex code.

Text Font Color

.myTextColor { color: #A6516B; }

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

This text font color is #A6516B.

Background Color

.myBgColor { background-color: #A6516B; }

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

This div background color is #A6516B.

Border color

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

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

This div border color is #A6516B.

Opacity

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

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

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

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

This text has shadow with #A6516B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6516B.

Preview

Color preview on black background

This text has color #A6516B on black background.


Color preview on white background

This text has color #A6516B on white background.


Black color preview on #A6516B background

This text has black color on #A6516B background.


White color preview on #A6516B background

This text has white color on #A6516B background.


Related colors

Complementary color

Complementary color for #hex is #59AE94.


I love getcolorcode.com

Triadic colors

1 #6BA651 and #516BA6 with #A6516B are triadic colors.

2 #6B51A6 and #51A66B with #A6516B are triadic colors.