COLOR #AF9093

HEX: #AF9093 RGB: (175,144,147)

Color info

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

RGB color model

#AF9093 color RGB value is (175,144,147).

RGB: (175,144,147) (69%, 56%, 58%)

RGB channels and saturation

R 175 of 255 = 69%
G 144 of 255 = 56%
B 147 of 255 = 58%

175
144
147

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

Portions of RGB colors in percentages

R + G + B = 175 + 144 + 147 = 466 (100%)
R 175 of 466 ~ 37.55%
G 144 of 466 ~ 30.9%
B 147 of 466 ~ 31.55'%

%37.55
%30.9
%31.55

CMYK color model

#AF9093 color CMYK value is (0,18,16,31).

  • cyan value is 0.00%
  • magenta value is 17.71%
  • yellow value is 16.00%
  • key color value is 31.37%

CMYK: (0,18,16,31)
C0M18Y16K31 (0%, 18%, 16%, 31%)
(0.00 / 0.18 / 0.16 / 0.31)

CMYK percentages

%0
%17.71
%16
%31.37

Codes

Color #AF9093 in popluar color models

AF 90 93
RGB 175 144 147
HSL 354° 16.23% 62.55%
HSB/HSV 354° 17.71% 68.63%
CMYK 0.00% 17.71% 16.00%
31.37%

Color #AF9093 in popluar number systems.

HEX AF 90 93
Decimal 175 144 147
Binary 10101111 10010000 10010011
Octal 257 220 223

Shades and tints

Shades of #AF9093

#AF9093
(175,144,147)
#A08386
(160,131,134)
#917679
(145,118,121)
#82696C
(130,105,108)
#735C5F
(115,92,95)
#644F52
(100,79,82)
#554245
(85,66,69)
#463538
(70,53,56)
#37282B
(55,40,43)
#281B1E
(40,27,30)
#190E11
(25,14,17)
#000000
(0,0,0)

Tints of #AF9093

#AF9093
(175,144,147)
#B69A9C
(182,154,156)
#BDA4A5
(189,164,165)
#C4AEAE
(196,174,174)
#CBB8B7
(203,184,183)
#D2C2C0
(210,194,192)
#D9CCC9
(217,204,201)
#E0D6D2
(224,214,210)
#E7E0DB
(231,224,219)
#EEEAE4
(238,234,228)
#F5F4ED
(245,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9093; }

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

This text font color is #AF9093.

Background Color

.myBgColor { background-color: #AF9093; }

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

This div background color is #AF9093.

Border color

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

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

This div border color is #AF9093.

Opacity

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

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

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

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

This text has shadow with #AF9093 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9093.

Preview

Color preview on black background

This text has color #AF9093 on black background.


Color preview on white background

This text has color #AF9093 on white background.


Black color preview on #AF9093 background

This text has black color on #AF9093 background.


White color preview on #AF9093 background

This text has white color on #AF9093 background.


Related colors

Complementary color

Complementary color for #hex is #506F6C.


I love getcolorcode.com

Triadic colors

1 #93AF90 and #9093AF with #AF9093 are triadic colors.

2 #9390AF and #90AF93 with #AF9093 are triadic colors.