COLOR #AF9592

HEX: #AF9592
RGB: (175,149,146)

Color info

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

RGB color model

#AF9592 color RGB value is (175,149,146).

  • red value is 175;
  • green value is 149;
  • blue value is 146.
RGB:
(175,149,146)
(69%,58%,57%)

RGB channels and saturation

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

175
149
146

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

Portions of RGB colors in percentages

R + G + B =
175 + 149 + 146 = 470 (100%)
R 175 of 470 ~ 37.23%
G 149 of 470 ~ 31.7%
B 146 of 470 ~ 31.06%

%37.23
%31.7
%31.06

CMYK color model

#AF9592 color CMYK value is (0,15,17,31).

  • cyan value is 0.00%
  • magenta value is 14.86%
  • yellow value is 16.57%
  • key color value is 31.37%
CMYK:
(0,15,17,31)
C0M15Y17K31 
(0%,15%,17%,31%)
(0.00/0.15/0.17/0.31)	

CMYK percentages

%0
%14.86
%16.57
%31.37

Codes

Color #AF9592 in popluar color models

AF9592
RGB175149146
HSL15.34%62.94%
HSB/HSV16.57%68.63%
CMYK0.00%14.86%16.57%
31.37%

Color #AF9592 in popluar number systems.

HEXAF9592
Decimal175149146
Binary101011111001010110010010
Octal257225222

Shades and tints

Shades of #AF9592

#AF9592
(175,149,146)
#A08885
(160,136,133)
#917B78
(145,123,120)
#826E6B
(130,110,107)
#73615E
(115,97,94)
#645451
(100,84,81)
#554744
(85,71,68)
#463A37
(70,58,55)
#372D2A
(55,45,42)
#28201D
(40,32,29)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #AF9592

#AF9592
(175,149,146)
#B69E9B
(182,158,155)
#BDA7A4
(189,167,164)
#C4B0AD
(196,176,173)
#CBB9B6
(203,185,182)
#D2C2BF
(210,194,191)
#D9CBC8
(217,203,200)
#E0D4D1
(224,212,209)
#E7DDDA
(231,221,218)
#EEE6E3
(238,230,227)
#F5EFEC
(245,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9592; }

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

This text font color is #AF9592.


Background Color

.myBgColor { background-color: #AF9592; }

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

This div background color is #AF9592.


Border color

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

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

This div border color is #AF9592.


Opacity

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

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

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

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

This text has shadow with #AF9592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9592 on black background.


Color preview on white background

This text has color #AF9592 on white background.



Black color preview on #AF9592 background

This text has black color on #AF9592 background.


White color preview on #AF9592 background

This text has white color on #AF9592 background.