COLOR #A6525F

HEX: #A6525F RGB: (166,82,95)

Color info

#A6525F contains mainly red color. Web safe color of #A6525F is #996666 (or #966).

RGB color model

#A6525F color RGB value is (166,82,95).

RGB: (166,82,95) (65%, 32%, 37%)

RGB channels and saturation

R 166 of 255 = 65%
G 82 of 255 = 32%
B 95 of 255 = 37%

166
82
95

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

Portions of RGB colors in percentages

R + G + B = 166 + 82 + 95 = 343 (100%)
R 166 of 343 ~ 48.4%
G 82 of 343 ~ 23.91%
B 95 of 343 ~ 27.7'%

%48.4
%23.91
%27.7

CMYK color model

#A6525F color CMYK value is (0,51,43,35).

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

CMYK: (0,51,43,35)
C0M51Y43K35 (0%, 51%, 43%, 35%)
(0.00 / 0.51 / 0.43 / 0.35)

CMYK percentages

%0
%50.6
%42.77
%34.9

Codes

Color #A6525F in popluar color models

A6 52 5F
RGB 166 82 95
HSL 351° 33.87% 48.63%
HSB/HSV 351° 50.60% 65.10%
CMYK 0.00% 50.60% 42.77%
34.90%

Color #A6525F in popluar number systems.

HEX A6 52 5F
Decimal 166 82 95
Binary 10100110 1010010 1011111
Octal 246 122 137

Shades and tints

Shades of #A6525F

#A6525F
(166,82,95)
#974B57
(151,75,87)
#88444F
(136,68,79)
#793D47
(121,61,71)
#6A363F
(106,54,63)
#5B2F37
(91,47,55)
#4C282F
(76,40,47)
#3D2127
(61,33,39)
#2E1A1F
(46,26,31)
#1F1317
(31,19,23)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #A6525F

#A6525F
(166,82,95)
#AE616D
(174,97,109)
#B6707B
(182,112,123)
#BE7F89
(190,127,137)
#C68E97
(198,142,151)
#CE9DA5
(206,157,165)
#D6ACB3
(214,172,179)
#DEBBC1
(222,187,193)
#E6CACF
(230,202,207)
#EED9DD
(238,217,221)
#F6E8EB
(246,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6525F; }

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

This text font color is #A6525F.

Background Color

.myBgColor { background-color: #A6525F; }

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

This div background color is #A6525F.

Border color

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

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

This div border color is #A6525F.

Opacity

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

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

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

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

This text has shadow with #A6525F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6525F.

Preview

Color preview on black background

This text has color #A6525F on black background.


Color preview on white background

This text has color #A6525F on white background.


Black color preview on #A6525F background

This text has black color on #A6525F background.


White color preview on #A6525F background

This text has white color on #A6525F background.


Related colors

Complementary color

Complementary color for #hex is #59ADA0.


I love getcolorcode.com

Triadic colors

1 #5FA652 and #525FA6 with #A6525F are triadic colors.

2 #5F52A6 and #52A65F with #A6525F are triadic colors.