COLOR #AF9293

HEX: #AF9293 RGB: (175,146,147)

Color info

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

RGB color model

#AF9293 color RGB value is (175,146,147).

RGB: (175,146,147) (69%, 57%, 58%)

RGB channels and saturation

R 175 of 255 = 69%
G 146 of 255 = 57%
B 147 of 255 = 58%

175
146
147

R + G + B ~ 61%. #AF9293 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 146 + 147 = 468 (100%)
R 175 of 468 ~ 37.39%
G 146 of 468 ~ 31.2%
B 147 of 468 ~ 31.41'%

%37.39
%31.2
%31.41

CMYK color model

#AF9293 color CMYK value is (0,17,16,31).

  • cyan value is 0.00%
  • magenta value is 16.57%
  • yellow value is 16.00%
  • key color value is 31.37%
CMYK: (0,17,16,31) C0M17Y16K31 (0%,17%,16%,31%) (0.00/0.17/0.16/0.31) 

CMYK percentages

%0
%16.57
%16
%31.37

Codes

Color #AF9293 in popluar color models

AF 92 93
RGB 175 146 147
HSL 358° 15.34% 62.94%
HSB/HSV 358° 16.57% 68.63%
CMYK 0.00% 16.57% 16.00%
31.37%

Color #AF9293 in popluar number systems.

HEX AF 92 93
Decimal 175 146 147
Binary 10101111 10010010 10010011
Octal 257 222 223

Shades and tints

Shades of #AF9293

#AF9293
(175,146,147)
#A08586
(160,133,134)
#917879
(145,120,121)
#826B6C
(130,107,108)
#735E5F
(115,94,95)
#645152
(100,81,82)
#554445
(85,68,69)
#463738
(70,55,56)
#372A2B
(55,42,43)
#281D1E
(40,29,30)
#191011
(25,16,17)
#000000
(0,0,0)

Tints of #AF9293

#AF9293
(175,146,147)
#B69B9C
(182,155,156)
#BDA4A5
(189,164,165)
#C4ADAE
(196,173,174)
#CBB6B7
(203,182,183)
#D2BFC0
(210,191,192)
#D9C8C9
(217,200,201)
#E0D1D2
(224,209,210)
#E7DADB
(231,218,219)
#EEE3E4
(238,227,228)
#F5ECED
(245,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9293; }

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

This text font color is #AF9293.

Background Color

.myBgColor { background-color: #AF9293; }

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

This div background color is #AF9293.

Border color

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

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

This div border color is #AF9293.

Opacity

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

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

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

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

This text has shadow with #AF9293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9293.

Preview

Color preview on black background

This text has color #AF9293 on black background.


Color preview on white background

This text has color #AF9293 on white background.


Black color preview on #AF9293 background

This text has black color on #AF9293 background.


White color preview on #AF9293 background

This text has white color on #AF9293 background.


Related colors

Complementary color

Complementary color for #hex is #506D6C.


I love getcolorcode.com

Triadic colors

1 #93AF92 and #9293AF with #AF9293 are triadic colors.

2 #9392AF and #92AF93 with #AF9293 are triadic colors.