COLOR #A8556C

HEX: #A8556C RGB: (168,85,108)

Color info

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

RGB color model

#A8556C color RGB value is (168,85,108).

RGB: (168,85,108) (66%, 33%, 42%)

RGB channels and saturation

R 168 of 255 = 66%
G 85 of 255 = 33%
B 108 of 255 = 42%

168
85
108

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

Portions of RGB colors in percentages

R + G + B = 168 + 85 + 108 = 361 (100%)
R 168 of 361 ~ 46.54%
G 85 of 361 ~ 23.55%
B 108 of 361 ~ 29.92'%

%46.54
%23.55
%29.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 49.40%
  • yellow value is 35.71%
  • key color value is 34.12%

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

CMYK percentages

%0
%49.4
%35.71
%34.12

Codes

Color #A8556C in popluar color models

A8 55 6C
RGB 168 85 108
HSL 343° 32.81% 49.61%
HSB/HSV 343° 49.40% 65.88%
CMYK 0.00% 49.40% 35.71%
34.12%

Color #A8556C in popluar number systems.

HEX A8 55 6C
Decimal 168 85 108
Binary 10101000 1010101 1101100
Octal 250 125 154

Shades and tints

Shades of #A8556C

#A8556C
(168,85,108)
#994E63
(153,78,99)
#8A475A
(138,71,90)
#7B4051
(123,64,81)
#6C3948
(108,57,72)
#5D323F
(93,50,63)
#4E2B36
(78,43,54)
#3F242D
(63,36,45)
#301D24
(48,29,36)
#21161B
(33,22,27)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #A8556C

#A8556C
(168,85,108)
#AF6479
(175,100,121)
#B67386
(182,115,134)
#BD8293
(189,130,147)
#C491A0
(196,145,160)
#CBA0AD
(203,160,173)
#D2AFBA
(210,175,186)
#D9BEC7
(217,190,199)
#E0CDD4
(224,205,212)
#E7DCE1
(231,220,225)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8556C color. Also use rgb(168,85,108) instead hex code.

Text Font Color

.myTextColor { color: #A8556C; }

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

This text font color is #A8556C.

Background Color

.myBgColor { background-color: #A8556C; }

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

This div background color is #A8556C.

Border color

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

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

This div border color is #A8556C.

Opacity

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

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

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

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

This text has shadow with #A8556C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8556C.

Preview

Color preview on black background

This text has color #A8556C on black background.


Color preview on white background

This text has color #A8556C on white background.


Black color preview on #A8556C background

This text has black color on #A8556C background.


White color preview on #A8556C background

This text has white color on #A8556C background.


Related colors

Complementary color

Complementary color for #hex is #57AA93.


I love getcolorcode.com

Triadic colors

1 #6CA855 and #556CA8 with #A8556C are triadic colors.

2 #6C55A8 and #55A86C with #A8556C are triadic colors.