COLOR #AF8499

HEX: #AF8499
RGB: (175,132,153)

Color info

#AF8499 contains red, green and blue colors in about the same proportion. Web safe color of #AF8499 is #999999 (or #999).

RGB color model

#AF8499 color RGB value is (175,132,153).

  • red value is 175;
  • green value is 132;
  • blue value is 153.
RGB:
(175,132,153)
(69%,52%,60%)

RGB channels and saturation

R 175 of 255 = 69%
G 132 of 255 = 52%
B 153 of 255 = 60%

175
132
153

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

Portions of RGB colors in percentages

R + G + B =
175 + 132 + 153 = 460 (100%)
R 175 of 460 ~ 38.04%
G 132 of 460 ~ 28.7%
B 153 of 460 ~ 33.26%

%38.04
%28.7
%33.26

CMYK color model

#AF8499 color CMYK value is (0,25,13,31).

  • cyan value is 0.00%
  • magenta value is 24.57%
  • yellow value is 12.57%
  • key color value is 31.37%
CMYK:
(0,25,13,31)
C0M25Y13K31 
(0%,25%,13%,31%)
(0.00/0.25/0.13/0.31)	

CMYK percentages

%0
%24.57
%12.57
%31.37

Codes

Color #AF8499 in popluar color models

AF8499
RGB175132153
HSL331°21.18%60.20%
HSB/HSV331°24.57%68.63%
CMYK0.00%24.57%12.57%
31.37%

Color #AF8499 in popluar number systems.

HEXAF8499
Decimal175132153
Binary101011111000010010011001
Octal257204231

Shades and tints

Shades of #AF8499

#AF8499
(175,132,153)
#A0788C
(160,120,140)
#916C7F
(145,108,127)
#826072
(130,96,114)
#735465
(115,84,101)
#644858
(100,72,88)
#553C4B
(85,60,75)
#46303E
(70,48,62)
#372431
(55,36,49)
#281824
(40,24,36)
#190C17
(25,12,23)
#000000
(0,0,0)

Tints of #AF8499

#AF8499
(175,132,153)
#B68FA2
(182,143,162)
#BD9AAB
(189,154,171)
#C4A5B4
(196,165,180)
#CBB0BD
(203,176,189)
#D2BBC6
(210,187,198)
#D9C6CF
(217,198,207)
#E0D1D8
(224,209,216)
#E7DCE1
(231,220,225)
#EEE7EA
(238,231,234)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8499 color. Also use rgb(175,132,153) instead hex code.

Text Font Color

.myTextColor { color: #AF8499; }

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

This text font color is #AF8499.


Background Color

.myBgColor { background-color: #AF8499; }

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

This div background color is #AF8499.


Border color

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

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

This div border color is #AF8499.


Opacity

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

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

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

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

This text has shadow with #AF8499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8499 on black background.


Color preview on white background

This text has color #AF8499 on white background.



Black color preview on #AF8499 background

This text has black color on #AF8499 background.


White color preview on #AF8499 background

This text has white color on #AF8499 background.