COLOR #AF606B

HEX: #AF606B
RGB: (175,96,107)

Color info

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

RGB color model

#AF606B color RGB value is (175,96,107).

  • red value is 175;
  • green value is 96;
  • blue value is 107.
RGB:
(175,96,107)
(69%,38%,42%)

RGB channels and saturation

R 175 of 255 = 69%
G 96 of 255 = 38%
B 107 of 255 = 42%

175
96
107

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

Portions of RGB colors in percentages

R + G + B =
175 + 96 + 107 = 378 (100%)
R 175 of 378 ~ 46.3%
G 96 of 378 ~ 25.4%
B 107 of 378 ~ 28.31%

%46.3
%25.4
%28.31

CMYK color model

#AF606B color CMYK value is (0,45,39,31).

  • cyan value is 0.00%
  • magenta value is 45.14%
  • yellow value is 38.86%
  • key color value is 31.37%
CMYK:
(0,45,39,31)
C0M45Y39K31 
(0%,45%,39%,31%)
(0.00/0.45/0.39/0.31)	

CMYK percentages

%0
%45.14
%38.86
%31.37

Codes

Color #AF606B in popluar color models

AF606B
RGB17596107
HSL352°33.05%53.14%
HSB/HSV352°45.14%68.63%
CMYK0.00%45.14%38.86%
31.37%

Color #AF606B in popluar number systems.

HEXAF606B
Decimal17596107
Binary1010111111000001101011
Octal257140153

Shades and tints

Shades of #AF606B

#AF606B
(175,96,107)
#A05862
(160,88,98)
#915059
(145,80,89)
#824850
(130,72,80)
#734047
(115,64,71)
#64383E
(100,56,62)
#553035
(85,48,53)
#46282C
(70,40,44)
#372023
(55,32,35)
#28181A
(40,24,26)
#191011
(25,16,17)
#000000
(0,0,0)

Tints of #AF606B

#AF606B
(175,96,107)
#B66E78
(182,110,120)
#BD7C85
(189,124,133)
#C48A92
(196,138,146)
#CB989F
(203,152,159)
#D2A6AC
(210,166,172)
#D9B4B9
(217,180,185)
#E0C2C6
(224,194,198)
#E7D0D3
(231,208,211)
#EEDEE0
(238,222,224)
#F5ECED
(245,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF606B color. Also use rgb(175,96,107) instead hex code.

Text Font Color

.myTextColor { color: #AF606B; }

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

This text font color is #AF606B.


Background Color

.myBgColor { background-color: #AF606B; }

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

This div background color is #AF606B.


Border color

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

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

This div border color is #AF606B.


Opacity

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

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

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

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

This text has shadow with #AF606B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF606B on black background.


Color preview on white background

This text has color #AF606B on white background.



Black color preview on #AF606B background

This text has black color on #AF606B background.


White color preview on #AF606B background

This text has white color on #AF606B background.