COLOR #AF757F

HEX: #AF757F
RGB: (175,117,127)

Color info

#AF757F contains red, green and blue colors in about the same proportion. Web safe color of #AF757F is #996666 (or #966).

RGB color model

#AF757F color RGB value is (175,117,127).

  • red value is 175;
  • green value is 117;
  • blue value is 127.
RGB:
(175,117,127)
(69%,46%,50%)

RGB channels and saturation

R 175 of 255 = 69%
G 117 of 255 = 46%
B 127 of 255 = 50%

175
117
127

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

Portions of RGB colors in percentages

R + G + B =
175 + 117 + 127 = 419 (100%)
R 175 of 419 ~ 41.77%
G 117 of 419 ~ 27.92%
B 127 of 419 ~ 30.31%

%41.77
%27.92
%30.31

CMYK color model

#AF757F color CMYK value is (0,33,27,31).

  • cyan value is 0.00%
  • magenta value is 33.14%
  • yellow value is 27.43%
  • key color value is 31.37%
CMYK:
(0,33,27,31)
C0M33Y27K31 
(0%,33%,27%,31%)
(0.00/0.33/0.27/0.31)	

CMYK percentages

%0
%33.14
%27.43
%31.37

Codes

Color #AF757F in popluar color models

AF757F
RGB175117127
HSL350°26.61%57.25%
HSB/HSV350°33.14%68.63%
CMYK0.00%33.14%27.43%
31.37%

Color #AF757F in popluar number systems.

HEXAF757F
Decimal175117127
Binary1010111111101011111111
Octal257165177

Shades and tints

Shades of #AF757F

#AF757F
(175,117,127)
#A06B74
(160,107,116)
#916169
(145,97,105)
#82575E
(130,87,94)
#734D53
(115,77,83)
#644348
(100,67,72)
#55393D
(85,57,61)
#462F32
(70,47,50)
#372527
(55,37,39)
#281B1C
(40,27,28)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #AF757F

#AF757F
(175,117,127)
#B6818A
(182,129,138)
#BD8D95
(189,141,149)
#C499A0
(196,153,160)
#CBA5AB
(203,165,171)
#D2B1B6
(210,177,182)
#D9BDC1
(217,189,193)
#E0C9CC
(224,201,204)
#E7D5D7
(231,213,215)
#EEE1E2
(238,225,226)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF757F color. Also use rgb(175,117,127) instead hex code.

Text Font Color

.myTextColor { color: #AF757F; }

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

This text font color is #AF757F.


Background Color

.myBgColor { background-color: #AF757F; }

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

This div background color is #AF757F.


Border color

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

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

This div border color is #AF757F.


Opacity

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

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

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

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

This text has shadow with #AF757F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF757F on black background.


Color preview on white background

This text has color #AF757F on white background.



Black color preview on #AF757F background

This text has black color on #AF757F background.


White color preview on #AF757F background

This text has white color on #AF757F background.