COLOR #A6526E

HEX: #A6526E RGB: (166,82,110)

Color info

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

RGB color model

#A6526E color RGB value is (166,82,110).

RGB: (166,82,110) (65%, 32%, 43%)

RGB channels and saturation

R 166 of 255 = 65%
G 82 of 255 = 32%
B 110 of 255 = 43%

166
82
110

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

Portions of RGB colors in percentages

R + G + B = 166 + 82 + 110 = 358 (100%)
R 166 of 358 ~ 46.37%
G 82 of 358 ~ 22.91%
B 110 of 358 ~ 30.73'%

%46.37
%22.91
%30.73

CMYK color model

#A6526E color CMYK value is (0,51,34,35).

  • cyan value is 0.00%
  • magenta value is 50.60%
  • yellow value is 33.73%
  • key color value is 34.90%

CMYK: (0,51,34,35)
C0M51Y34K35 (0%, 51%, 34%, 35%)
(0.00 / 0.51 / 0.34 / 0.35)

CMYK percentages

%0
%50.6
%33.73
%34.9

Codes

Color #A6526E in popluar color models

A6 52 6E
RGB 166 82 110
HSL 340° 33.87% 48.63%
HSB/HSV 340° 50.60% 65.10%
CMYK 0.00% 50.60% 33.73%
34.90%

Color #A6526E in popluar number systems.

HEX A6 52 6E
Decimal 166 82 110
Binary 10100110 1010010 1101110
Octal 246 122 156

Shades and tints

Shades of #A6526E

#A6526E
(166,82,110)
#974B64
(151,75,100)
#88445A
(136,68,90)
#793D50
(121,61,80)
#6A3646
(106,54,70)
#5B2F3C
(91,47,60)
#4C2832
(76,40,50)
#3D2128
(61,33,40)
#2E1A1E
(46,26,30)
#1F1314
(31,19,20)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #A6526E

#A6526E
(166,82,110)
#AE617B
(174,97,123)
#B67088
(182,112,136)
#BE7F95
(190,127,149)
#C68EA2
(198,142,162)
#CE9DAF
(206,157,175)
#D6ACBC
(214,172,188)
#DEBBC9
(222,187,201)
#E6CAD6
(230,202,214)
#EED9E3
(238,217,227)
#F6E8F0
(246,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6526E color. Also use rgb(166,82,110) instead hex code.

Text Font Color

.myTextColor { color: #A6526E; }

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

This text font color is #A6526E.

Background Color

.myBgColor { background-color: #A6526E; }

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

This div background color is #A6526E.

Border color

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

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

This div border color is #A6526E.

Opacity

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

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

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

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

This text has shadow with #A6526E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6526E.

Preview

Color preview on black background

This text has color #A6526E on black background.


Color preview on white background

This text has color #A6526E on white background.


Black color preview on #A6526E background

This text has black color on #A6526E background.


White color preview on #A6526E background

This text has white color on #A6526E background.


Related colors

Complementary color

Complementary color for #hex is #59AD91.


I love getcolorcode.com

Triadic colors

1 #6EA652 and #526EA6 with #A6526E are triadic colors.

2 #6E52A6 and #52A66E with #A6526E are triadic colors.