COLOR #AF8598

HEX: #AF8598
RGB: (175,133,152)

Color info

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

RGB color model

#AF8598 color RGB value is (175,133,152).

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

RGB channels and saturation

R 175 of 255 = 69%
G 133 of 255 = 52%
B 152 of 255 = 60%

175
133
152

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

Portions of RGB colors in percentages

R + G + B =
175 + 133 + 152 = 460 (100%)
R 175 of 460 ~ 38.04%
G 133 of 460 ~ 28.91%
B 152 of 460 ~ 33.04%

%38.04
%28.91
%33.04

CMYK color model

#AF8598 color CMYK value is (0,24,13,31).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 13.14%
  • key color value is 31.37%
CMYK: (0,24,13,31) C0M24Y13K31 (0%,24%,13%,31%) (0.00/0.24/0.13/0.31)

CMYK percentages

%0
%24
%13.14
%31.37

Codes

Color #AF8598 in popluar color models

AF8598
RGB175133152
HSL333°20.79%60.39%
HSB/HSV333°24.00%68.63%
CMYK0.00%24.00%13.14%
31.37%

Color #AF8598 in popluar number systems.

HEXAF8598
Decimal175133152
Binary101011111000010110011000
Octal257205230

Shades and tints

Shades of #AF8598

#AF8598
(175,133,152)
#A0798B
(160,121,139)
#916D7E
(145,109,126)
#826171
(130,97,113)
#735564
(115,85,100)
#644957
(100,73,87)
#553D4A
(85,61,74)
#46313D
(70,49,61)
#372530
(55,37,48)
#281923
(40,25,35)
#190D16
(25,13,22)
#000000
(0,0,0)

Tints of #AF8598

#AF8598
(175,133,152)
#B690A1
(182,144,161)
#BD9BAA
(189,155,170)
#C4A6B3
(196,166,179)
#CBB1BC
(203,177,188)
#D2BCC5
(210,188,197)
#D9C7CE
(217,199,206)
#E0D2D7
(224,210,215)
#E7DDE0
(231,221,224)
#EEE8E9
(238,232,233)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8598 color. Also use rgb(175,133,152) instead hex code.

Text Font Color

.myTextColor { color: #AF8598; }

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

This text font color is #AF8598.


Background Color

.myBgColor { background-color: #AF8598; }

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

This div background color is #AF8598.


Border color

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

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

This div border color is #AF8598.


Opacity

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

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

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

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

This text has shadow with #AF8598 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AF8598 on black background.


Color preview on white background

This text has color #AF8598 on white background.



Black color preview on #AF8598 background

This text has black color on #AF8598 background.


White color preview on #AF8598 background

This text has white color on #AF8598 background.