COLOR #AF9994

HEX: #AF9994
RGB: (175,153,148)

Color info

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

RGB color model

#AF9994 color RGB value is (175,153,148).

  • red value is 175;
  • green value is 153;
  • blue value is 148.
RGB:
(175,153,148)
(69%,60%,58%)

RGB channels and saturation

R 175 of 255 = 69%
G 153 of 255 = 60%
B 148 of 255 = 58%

175
153
148

R + G + B ~ 62%. #AF9994 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 153 + 148 = 476 (100%)
R 175 of 476 ~ 36.76%
G 153 of 476 ~ 32.14%
B 148 of 476 ~ 31.09%

%36.76
%32.14
%31.09

CMYK color model

#AF9994 color CMYK value is (0,13,15,31).

  • cyan value is 0.00%
  • magenta value is 12.57%
  • yellow value is 15.43%
  • key color value is 31.37%
CMYK:
(0,13,15,31)
C0M13Y15K31 
(0%,13%,15%,31%)
(0.00/0.13/0.15/0.31)	

CMYK percentages

%0
%12.57
%15.43
%31.37

Codes

Color #AF9994 in popluar color models

AF9994
RGB175153148
HSL11°14.44%63.33%
HSB/HSV11°15.43%68.63%
CMYK0.00%12.57%15.43%
31.37%

Color #AF9994 in popluar number systems.

HEXAF9994
Decimal175153148
Binary101011111001100110010100
Octal257231224

Shades and tints

Shades of #AF9994

#AF9994
(175,153,148)
#A08C87
(160,140,135)
#917F7A
(145,127,122)
#82726D
(130,114,109)
#736560
(115,101,96)
#645853
(100,88,83)
#554B46
(85,75,70)
#463E39
(70,62,57)
#37312C
(55,49,44)
#28241F
(40,36,31)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #AF9994

#AF9994
(175,153,148)
#B6A29D
(182,162,157)
#BDABA6
(189,171,166)
#C4B4AF
(196,180,175)
#CBBDB8
(203,189,184)
#D2C6C1
(210,198,193)
#D9CFCA
(217,207,202)
#E0D8D3
(224,216,211)
#E7E1DC
(231,225,220)
#EEEAE5
(238,234,229)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9994; }

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

This text font color is #AF9994.


Background Color

.myBgColor { background-color: #AF9994; }

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

This div background color is #AF9994.


Border color

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

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

This div border color is #AF9994.


Opacity

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

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

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

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

This text has shadow with #AF9994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9994 on black background.


Color preview on white background

This text has color #AF9994 on white background.



Black color preview on #AF9994 background

This text has black color on #AF9994 background.


White color preview on #AF9994 background

This text has white color on #AF9994 background.