COLOR #AF556C

HEX: #AF556C
RGB: (175,85,108)

Color info

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

RGB color model

#AF556C color RGB value is (175,85,108).

  • red value is 175;
  • green value is 85;
  • blue value is 108.
RGB:
(175,85,108)
(69%,33%,42%)

RGB channels and saturation

R 175 of 255 = 69%
G 85 of 255 = 33%
B 108 of 255 = 42%

175
85
108

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

Portions of RGB colors in percentages

R + G + B =
175 + 85 + 108 = 368 (100%)
R 175 of 368 ~ 47.55%
G 85 of 368 ~ 23.1%
B 108 of 368 ~ 29.35%

%47.55
%23.1
%29.35

CMYK color model

#AF556C color CMYK value is (0,51,38,31).

  • cyan value is 0.00%
  • magenta value is 51.43%
  • yellow value is 38.29%
  • key color value is 31.37%
CMYK:
(0,51,38,31)
C0M51Y38K31 
(0%,51%,38%,31%)
(0.00/0.51/0.38/0.31)	

CMYK percentages

%0
%51.43
%38.29
%31.37

Codes

Color #AF556C in popluar color models

AF556C
RGB17585108
HSL345°36.00%50.98%
HSB/HSV345°51.43%68.63%
CMYK0.00%51.43%38.29%
31.37%

Color #AF556C in popluar number systems.

HEXAF556C
Decimal17585108
Binary1010111110101011101100
Octal257125154

Shades and tints

Shades of #AF556C

#AF556C
(175,85,108)
#A04E63
(160,78,99)
#91475A
(145,71,90)
#824051
(130,64,81)
#733948
(115,57,72)
#64323F
(100,50,63)
#552B36
(85,43,54)
#46242D
(70,36,45)
#371D24
(55,29,36)
#28161B
(40,22,27)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #AF556C

#AF556C
(175,85,108)
#B66479
(182,100,121)
#BD7386
(189,115,134)
#C48293
(196,130,147)
#CB91A0
(203,145,160)
#D2A0AD
(210,160,173)
#D9AFBA
(217,175,186)
#E0BEC7
(224,190,199)
#E7CDD4
(231,205,212)
#EEDCE1
(238,220,225)
#F5EBEE
(245,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF556C; }

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

This text font color is #AF556C.


Background Color

.myBgColor { background-color: #AF556C; }

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

This div background color is #AF556C.


Border color

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

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

This div border color is #AF556C.


Opacity

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

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

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

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

This text has shadow with #AF556C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF556C on black background.


Color preview on white background

This text has color #AF556C on white background.



Black color preview on #AF556C background

This text has black color on #AF556C background.


White color preview on #AF556C background

This text has white color on #AF556C background.