COLOR #FFAF84

HEX: #FFAF84
RGB: (255,175,132)

Color info

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

RGB color model

#FFAF84 color RGB value is (255,175,132).

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

RGB channels and saturation

R 255 of 255 = 100%
G 175 of 255 = 69%
B 132 of 255 = 52%

255
175
132

R + G + B ~ 74%. #FFAF84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 175 + 132 = 562 (100%)
R 255 of 562 ~ 45.37%
G 175 of 562 ~ 31.14%
B 132 of 562 ~ 23.49%

%45.37
%31.14
%23.49

CMYK color model

#FFAF84 color CMYK value is (0,31,48,0).

  • cyan value is 0.00%
  • magenta value is 31.37%
  • yellow value is 48.24%
  • key color value is 0.00%
CMYK:
(0,31,48,0)
C0M31Y48K0 
(0%,31%,48%,0%)
(0.00/0.31/0.48/0.00)	

CMYK percentages

%0
%31.37
%48.24
%0

Codes

Color #FFAF84 in popluar color models

FFAF84
RGB255175132
HSL21°100.00%75.88%
HSB/HSV21°48.24%100.00%
CMYK0.00%31.37%48.24%
0.00%

Color #FFAF84 in popluar number systems.

HEXFFAF84
Decimal255175132
Binary111111111010111110000100
Octal377257204

Shades and tints

Shades of #FFAF84

#FFAF84
(255,175,132)
#E8A078
(232,160,120)
#D1916C
(209,145,108)
#BA8260
(186,130,96)
#A37354
(163,115,84)
#8C6448
(140,100,72)
#75553C
(117,85,60)
#5E4630
(94,70,48)
#473724
(71,55,36)
#302818
(48,40,24)
#19190C
(25,25,12)
#000000
(0,0,0)

Tints of #FFAF84

#FFAF84
(255,175,132)
#FFB68F
(255,182,143)
#FFBD9A
(255,189,154)
#FFC4A5
(255,196,165)
#FFCBB0
(255,203,176)
#FFD2BB
(255,210,187)
#FFD9C6
(255,217,198)
#FFE0D1
(255,224,209)
#FFE7DC
(255,231,220)
#FFEEE7
(255,238,231)
#FFF5F2
(255,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFAF84; }

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

This text font color is #FFAF84.


Background Color

.myBgColor { background-color: #FFAF84; }

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

This div background color is #FFAF84.


Border color

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

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

This div border color is #FFAF84.


Opacity

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

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

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

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

This text has shadow with #FFAF84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFAF84 on black background.


Color preview on white background

This text has color #FFAF84 on white background.



Black color preview on #FFAF84 background

This text has black color on #FFAF84 background.


White color preview on #FFAF84 background

This text has white color on #FFAF84 background.