COLOR #AF656F

HEX: #AF656F
RGB: (175,101,111)

Color info

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

RGB color model

#AF656F color RGB value is (175,101,111).

  • red value is 175;
  • green value is 101;
  • blue value is 111.
RGB:
(175,101,111)
(69%,40%,44%)

RGB channels and saturation

R 175 of 255 = 69%
G 101 of 255 = 40%
B 111 of 255 = 44%

175
101
111

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

Portions of RGB colors in percentages

R + G + B =
175 + 101 + 111 = 387 (100%)
R 175 of 387 ~ 45.22%
G 101 of 387 ~ 26.1%
B 111 of 387 ~ 28.68%

%45.22
%26.1
%28.68

CMYK color model

#AF656F color CMYK value is (0,42,37,31).

  • cyan value is 0.00%
  • magenta value is 42.29%
  • yellow value is 36.57%
  • key color value is 31.37%
CMYK:
(0,42,37,31)
C0M42Y37K31 
(0%,42%,37%,31%)
(0.00/0.42/0.37/0.31)	

CMYK percentages

%0
%42.29
%36.57
%31.37

Codes

Color #AF656F in popluar color models

AF656F
RGB175101111
HSL352°31.62%54.12%
HSB/HSV352°42.29%68.63%
CMYK0.00%42.29%36.57%
31.37%

Color #AF656F in popluar number systems.

HEXAF656F
Decimal175101111
Binary1010111111001011101111
Octal257145157

Shades and tints

Shades of #AF656F

#AF656F
(175,101,111)
#A05C65
(160,92,101)
#91535B
(145,83,91)
#824A51
(130,74,81)
#734147
(115,65,71)
#64383D
(100,56,61)
#552F33
(85,47,51)
#462629
(70,38,41)
#371D1F
(55,29,31)
#281415
(40,20,21)
#190B0B
(25,11,11)
#000000
(0,0,0)

Tints of #AF656F

#AF656F
(175,101,111)
#B6737C
(182,115,124)
#BD8189
(189,129,137)
#C48F96
(196,143,150)
#CB9DA3
(203,157,163)
#D2ABB0
(210,171,176)
#D9B9BD
(217,185,189)
#E0C7CA
(224,199,202)
#E7D5D7
(231,213,215)
#EEE3E4
(238,227,228)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF656F color. Also use rgb(175,101,111) instead hex code.

Text Font Color

.myTextColor { color: #AF656F; }

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

This text font color is #AF656F.


Background Color

.myBgColor { background-color: #AF656F; }

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

This div background color is #AF656F.


Border color

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

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

This div border color is #AF656F.


Opacity

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

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

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

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

This text has shadow with #AF656F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF656F on black background.


Color preview on white background

This text has color #AF656F on white background.



Black color preview on #AF656F background

This text has black color on #AF656F background.


White color preview on #AF656F background

This text has white color on #AF656F background.