COLOR #FFAF8B

HEX: #FFAF8B
RGB: (255,175,139)

Color info

#FFAF8B contains mainly red color. Web safe color of #FFAF8B is #FF9999 (or #F99).

RGB color model

#FFAF8B color RGB value is (255,175,139).

  • red value is 255;
  • green value is 175;
  • blue value is 139.
RGB:
(255,175,139)
(100%,69%,55%)

RGB channels and saturation

R 255 of 255 = 100%
G 175 of 255 = 69%
B 139 of 255 = 55%

255
175
139

R + G + B ~ 75%. #FFAF8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 175 + 139 = 569 (100%)
R 255 of 569 ~ 44.82%
G 175 of 569 ~ 30.76%
B 139 of 569 ~ 24.43%

%44.82
%30.76
%24.43

CMYK color model

#FFAF8B color CMYK value is (0,31,45,0).

  • cyan value is 0.00%
  • magenta value is 31.37%
  • yellow value is 45.49%
  • key color value is 0.00%
CMYK:
(0,31,45,0)
C0M31Y45K0 
(0%,31%,45%,0%)
(0.00/0.31/0.45/0.00)	

CMYK percentages

%0
%31.37
%45.49
%0

Codes

Color #FFAF8B in popluar color models

FFAF8B
RGB255175139
HSL19°100.00%77.25%
HSB/HSV19°45.49%100.00%
CMYK0.00%31.37%45.49%
0.00%

Color #FFAF8B in popluar number systems.

HEXFFAF8B
Decimal255175139
Binary111111111010111110001011
Octal377257213

Shades and tints

Shades of #FFAF8B

#FFAF8B
(255,175,139)
#E8A07F
(232,160,127)
#D19173
(209,145,115)
#BA8267
(186,130,103)
#A3735B
(163,115,91)
#8C644F
(140,100,79)
#755543
(117,85,67)
#5E4637
(94,70,55)
#47372B
(71,55,43)
#30281F
(48,40,31)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #FFAF8B

#FFAF8B
(255,175,139)
#FFB695
(255,182,149)
#FFBD9F
(255,189,159)
#FFC4A9
(255,196,169)
#FFCBB3
(255,203,179)
#FFD2BD
(255,210,189)
#FFD9C7
(255,217,199)
#FFE0D1
(255,224,209)
#FFE7DB
(255,231,219)
#FFEEE5
(255,238,229)
#FFF5EF
(255,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFAF8B; }

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

This text font color is #FFAF8B.


Background Color

.myBgColor { background-color: #FFAF8B; }

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

This div background color is #FFAF8B.


Border color

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

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

This div border color is #FFAF8B.


Opacity

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

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

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

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

This text has shadow with #FFAF8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFAF8B on black background.


Color preview on white background

This text has color #FFAF8B on white background.



Black color preview on #FFAF8B background

This text has black color on #FFAF8B background.


White color preview on #FFAF8B background

This text has white color on #FFAF8B background.