COLOR #AF9090

HEX: #AF9090 RGB: (175,144,144)

Color info

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

RGB color model

#AF9090 color RGB value is (175,144,144).

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

RGB channels and saturation

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

175
144
144

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

Portions of RGB colors in percentages

R + G + B = 175 + 144 + 144 = 463 (100%)
R 175 of 463 ~ 37.8%
G 144 of 463 ~ 31.1%
B 144 of 463 ~ 31.1'%

%37.8
%31.1
%31.1

CMYK color model

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

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

CMYK: (0,18,18,31)
C0M18Y18K31 (0%, 18%, 18%, 31%)
(0.00 / 0.18 / 0.18 / 0.31)

CMYK percentages

%0
%17.71
%17.71
%31.37

Codes

Color #AF9090 in popluar color models

AF 90 90
RGB 175 144 144
HSL 16.23% 62.55%
HSB/HSV 17.71% 68.63%
CMYK 0.00% 17.71% 17.71%
31.37%

Color #AF9090 in popluar number systems.

HEX AF 90 90
Decimal 175 144 144
Binary 10101111 10010000 10010000
Octal 257 220 220

Shades and tints

Shades of #AF9090

#AF9090
(175,144,144)
#A08383
(160,131,131)
#917676
(145,118,118)
#826969
(130,105,105)
#735C5C
(115,92,92)
#644F4F
(100,79,79)
#554242
(85,66,66)
#463535
(70,53,53)
#372828
(55,40,40)
#281B1B
(40,27,27)
#190E0E
(25,14,14)
#000000
(0,0,0)

Tints of #AF9090

#AF9090
(175,144,144)
#B69A9A
(182,154,154)
#BDA4A4
(189,164,164)
#C4AEAE
(196,174,174)
#CBB8B8
(203,184,184)
#D2C2C2
(210,194,194)
#D9CCCC
(217,204,204)
#E0D6D6
(224,214,214)
#E7E0E0
(231,224,224)
#EEEAEA
(238,234,234)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9090; }

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

This text font color is #AF9090.

Background Color

.myBgColor { background-color: #AF9090; }

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

This div background color is #AF9090.

Border color

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

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

This div border color is #AF9090.

Opacity

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

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

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

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

This text has shadow with #AF9090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9090.

Preview

Color preview on black background

This text has color #AF9090 on black background.


Color preview on white background

This text has color #AF9090 on white background.


Black color preview on #AF9090 background

This text has black color on #AF9090 background.


White color preview on #AF9090 background

This text has white color on #AF9090 background.


Related colors

Complementary color

Complementary color for #hex is #506F6F.


I love getcolorcode.com