COLOR #A9566C

HEX: #A9566C RGB: (169,86,108)

Color info

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

RGB color model

#A9566C color RGB value is (169,86,108).

RGB: (169,86,108) (66%, 34%, 42%)

RGB channels and saturation

R 169 of 255 = 66%
G 86 of 255 = 34%
B 108 of 255 = 42%

169
86
108

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

Portions of RGB colors in percentages

R + G + B = 169 + 86 + 108 = 363 (100%)
R 169 of 363 ~ 46.56%
G 86 of 363 ~ 23.69%
B 108 of 363 ~ 29.75'%

%46.56
%23.69
%29.75

CMYK color model

#A9566C color CMYK value is (0,49,36,34).

  • cyan value is 0.00%
  • magenta value is 49.11%
  • yellow value is 36.09%
  • key color value is 33.73%

CMYK: (0,49,36,34)
C0M49Y36K34 (0%, 49%, 36%, 34%)
(0.00 / 0.49 / 0.36 / 0.34)

CMYK percentages

%0
%49.11
%36.09
%33.73

Codes

Color #A9566C in popluar color models

A9 56 6C
RGB 169 86 108
HSL 344° 32.55% 50.00%
HSB/HSV 344° 49.11% 66.27%
CMYK 0.00% 49.11% 36.09%
33.73%

Color #A9566C in popluar number systems.

HEX A9 56 6C
Decimal 169 86 108
Binary 10101001 1010110 1101100
Octal 251 126 154

Shades and tints

Shades of #A9566C

#A9566C
(169,86,108)
#9A4F63
(154,79,99)
#8B485A
(139,72,90)
#7C4151
(124,65,81)
#6D3A48
(109,58,72)
#5E333F
(94,51,63)
#4F2C36
(79,44,54)
#40252D
(64,37,45)
#311E24
(49,30,36)
#22171B
(34,23,27)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #A9566C

#A9566C
(169,86,108)
#B06579
(176,101,121)
#B77486
(183,116,134)
#BE8393
(190,131,147)
#C592A0
(197,146,160)
#CCA1AD
(204,161,173)
#D3B0BA
(211,176,186)
#DABFC7
(218,191,199)
#E1CED4
(225,206,212)
#E8DDE1
(232,221,225)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9566C; }

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

This text font color is #A9566C.

Background Color

.myBgColor { background-color: #A9566C; }

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

This div background color is #A9566C.

Border color

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

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

This div border color is #A9566C.

Opacity

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

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

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

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

This text has shadow with #A9566C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9566C.

Preview

Color preview on black background

This text has color #A9566C on black background.


Color preview on white background

This text has color #A9566C on white background.


Black color preview on #A9566C background

This text has black color on #A9566C background.


White color preview on #A9566C background

This text has white color on #A9566C background.


Related colors

Complementary color

Complementary color for #hex is #56A993.


I love getcolorcode.com

Triadic colors

1 #6CA956 and #566CA9 with #A9566C are triadic colors.

2 #6C56A9 and #56A96C with #A9566C are triadic colors.