COLOR #A9526C

HEX: #A9526C RGB: (169,82,108)

Color info

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

RGB color model

#A9526C color RGB value is (169,82,108).

RGB: (169,82,108) (66%, 32%, 42%)

RGB channels and saturation

R 169 of 255 = 66%
G 82 of 255 = 32%
B 108 of 255 = 42%

169
82
108

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

Portions of RGB colors in percentages

R + G + B = 169 + 82 + 108 = 359 (100%)
R 169 of 359 ~ 47.08%
G 82 of 359 ~ 22.84%
B 108 of 359 ~ 30.08'%

%47.08
%22.84
%30.08

CMYK color model

#A9526C color CMYK value is (0,51,36,34).

  • cyan value is 0.00%
  • magenta value is 51.48%
  • yellow value is 36.09%
  • key color value is 33.73%
CMYK: (0,51,36,34) C0M51Y36K34 (0%,51%,36%,34%) (0.00/0.51/0.36/0.34) 

CMYK percentages

%0
%51.48
%36.09
%33.73

Codes

Color #A9526C in popluar color models

A9 52 6C
RGB 169 82 108
HSL 342° 34.66% 49.22%
HSB/HSV 342° 51.48% 66.27%
CMYK 0.00% 51.48% 36.09%
33.73%

Color #A9526C in popluar number systems.

HEX A9 52 6C
Decimal 169 82 108
Binary 10101001 1010010 1101100
Octal 251 122 154

Shades and tints

Shades of #A9526C

#A9526C
(169,82,108)
#9A4B63
(154,75,99)
#8B445A
(139,68,90)
#7C3D51
(124,61,81)
#6D3648
(109,54,72)
#5E2F3F
(94,47,63)
#4F2836
(79,40,54)
#40212D
(64,33,45)
#311A24
(49,26,36)
#22131B
(34,19,27)
#130C12
(19,12,18)
#000000
(0,0,0)

Tints of #A9526C

#A9526C
(169,82,108)
#B06179
(176,97,121)
#B77086
(183,112,134)
#BE7F93
(190,127,147)
#C58EA0
(197,142,160)
#CC9DAD
(204,157,173)
#D3ACBA
(211,172,186)
#DABBC7
(218,187,199)
#E1CAD4
(225,202,212)
#E8D9E1
(232,217,225)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9526C color. Also use rgb(169,82,108) instead hex code.

Text Font Color

.myTextColor { color: #A9526C; }

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

This text font color is #A9526C.

Background Color

.myBgColor { background-color: #A9526C; }

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

This div background color is #A9526C.

Border color

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

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

This div border color is #A9526C.

Opacity

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

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

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

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

This text has shadow with #A9526C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9526C.

Preview

Color preview on black background

This text has color #A9526C on black background.


Color preview on white background

This text has color #A9526C on white background.


Black color preview on #A9526C background

This text has black color on #A9526C background.


White color preview on #A9526C background

This text has white color on #A9526C background.


Related colors

Complementary color

Complementary color for #hex is #56AD93.


I love getcolorcode.com

Triadic colors

1 #6CA952 and #526CA9 with #A9526C are triadic colors.

2 #6C52A9 and #52A96C with #A9526C are triadic colors.