COLOR #A6556A

HEX: #A6556A
RGB: (166,85,106)

Color info

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

RGB color model

#A6556A color RGB value is (166,85,106).

  • red value is 166;
  • green value is 85;
  • blue value is 106.
RGB:
(166,85,106)
(65%,33%,42%)

RGB channels and saturation

R 166 of 255 = 65%
G 85 of 255 = 33%
B 106 of 255 = 42%

166
85
106

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

Portions of RGB colors in percentages

R + G + B =
166 + 85 + 106 = 357 (100%)
R 166 of 357 ~ 46.5%
G 85 of 357 ~ 23.81%
B 106 of 357 ~ 29.69%

%46.5
%23.81
%29.69

CMYK color model

#A6556A color CMYK value is (0,49,36,35).

  • cyan value is 0.00%
  • magenta value is 48.80%
  • yellow value is 36.14%
  • key color value is 34.90%
CMYK:
(0,49,36,35)
C0M49Y36K35 
(0%,49%,36%,35%)
(0.00/0.49/0.36/0.35)	

CMYK percentages

%0
%48.8
%36.14
%34.9

Codes

Color #A6556A in popluar color models

A6556A
RGB16685106
HSL344°32.27%49.22%
HSB/HSV344°48.80%65.10%
CMYK0.00%48.80%36.14%
34.90%

Color #A6556A in popluar number systems.

HEXA6556A
Decimal16685106
Binary1010011010101011101010
Octal246125152

Shades and tints

Shades of #A6556A

#A6556A
(166,85,106)
#974E61
(151,78,97)
#884758
(136,71,88)
#79404F
(121,64,79)
#6A3946
(106,57,70)
#5B323D
(91,50,61)
#4C2B34
(76,43,52)
#3D242B
(61,36,43)
#2E1D22
(46,29,34)
#1F1619
(31,22,25)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #A6556A

#A6556A
(166,85,106)
#AE6477
(174,100,119)
#B67384
(182,115,132)
#BE8291
(190,130,145)
#C6919E
(198,145,158)
#CEA0AB
(206,160,171)
#D6AFB8
(214,175,184)
#DEBEC5
(222,190,197)
#E6CDD2
(230,205,210)
#EEDCDF
(238,220,223)
#F6EBEC
(246,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6556A color. Also use rgb(166,85,106) instead hex code.

Text Font Color

.myTextColor { color: #A6556A; }

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

This text font color is #A6556A.


Background Color

.myBgColor { background-color: #A6556A; }

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

This div background color is #A6556A.


Border color

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

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

This div border color is #A6556A.


Opacity

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

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

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

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

This text has shadow with #A6556A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6556A on black background.


Color preview on white background

This text has color #A6556A on white background.



Black color preview on #A6556A background

This text has black color on #A6556A background.


White color preview on #A6556A background

This text has white color on #A6556A background.