COLOR #AF8492

HEX: #AF8492 RGB: (175,132,146)

Color info

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

RGB color model

#AF8492 color RGB value is (175,132,146).

RGB: (175,132,146) (69%, 52%, 57%)

RGB channels and saturation

R 175 of 255 = 69%
G 132 of 255 = 52%
B 146 of 255 = 57%

175
132
146

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

Portions of RGB colors in percentages

R + G + B = 175 + 132 + 146 = 453 (100%)
R 175 of 453 ~ 38.63%
G 132 of 453 ~ 29.14%
B 146 of 453 ~ 32.23'%

%38.63
%29.14
%32.23

CMYK color model

#AF8492 color CMYK value is (0,25,17,31).

  • cyan value is 0.00%
  • magenta value is 24.57%
  • yellow value is 16.57%
  • key color value is 31.37%

CMYK: (0,25,17,31)
C0M25Y17K31 (0%, 25%, 17%, 31%)
(0.00 / 0.25 / 0.17 / 0.31)

CMYK percentages

%0
%24.57
%16.57
%31.37

Codes

Color #AF8492 in popluar color models

AF 84 92
RGB 175 132 146
HSL 340° 21.18% 60.20%
HSB/HSV 340° 24.57% 68.63%
CMYK 0.00% 24.57% 16.57%
31.37%

Color #AF8492 in popluar number systems.

HEX AF 84 92
Decimal 175 132 146
Binary 10101111 10000100 10010010
Octal 257 204 222

Shades and tints

Shades of #AF8492

#AF8492
(175,132,146)
#A07885
(160,120,133)
#916C78
(145,108,120)
#82606B
(130,96,107)
#73545E
(115,84,94)
#644851
(100,72,81)
#553C44
(85,60,68)
#463037
(70,48,55)
#37242A
(55,36,42)
#28181D
(40,24,29)
#190C10
(25,12,16)
#000000
(0,0,0)

Tints of #AF8492

#AF8492
(175,132,146)
#B68F9B
(182,143,155)
#BD9AA4
(189,154,164)
#C4A5AD
(196,165,173)
#CBB0B6
(203,176,182)
#D2BBBF
(210,187,191)
#D9C6C8
(217,198,200)
#E0D1D1
(224,209,209)
#E7DCDA
(231,220,218)
#EEE7E3
(238,231,227)
#F5F2EC
(245,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8492; }

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

This text font color is #AF8492.

Background Color

.myBgColor { background-color: #AF8492; }

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

This div background color is #AF8492.

Border color

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

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

This div border color is #AF8492.

Opacity

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

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

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

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

This text has shadow with #AF8492 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8492.

Preview

Color preview on black background

This text has color #AF8492 on black background.


Color preview on white background

This text has color #AF8492 on white background.


Black color preview on #AF8492 background

This text has black color on #AF8492 background.


White color preview on #AF8492 background

This text has white color on #AF8492 background.


Related colors

Complementary color

Complementary color for #hex is #507B6D.


I love getcolorcode.com

Triadic colors

1 #92AF84 and #8492AF with #AF8492 are triadic colors.

2 #9284AF and #84AF92 with #AF8492 are triadic colors.