COLOR #FFAC78

HEX: #FFAC78
RGB: (255,172,120)

Color info

#FFAC78 contains mainly red color. Web safe color of #FFAC78 is #FF9966 (or #F96).

RGB color model

#FFAC78 color RGB value is (255,172,120).

  • red value is 255;
  • green value is 172;
  • blue value is 120.
RGB:
(255,172,120)
(100%,67%,47%)

RGB channels and saturation

R 255 of 255 = 100%
G 172 of 255 = 67%
B 120 of 255 = 47%

255
172
120

R + G + B ~ 71%. #FFAC78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 172 + 120 = 547 (100%)
R 255 of 547 ~ 46.62%
G 172 of 547 ~ 31.44%
B 120 of 547 ~ 21.94%

%46.62
%31.44
%21.94

CMYK color model

#FFAC78 color CMYK value is (0,33,53,0).

  • cyan value is 0.00%
  • magenta value is 32.55%
  • yellow value is 52.94%
  • key color value is 0.00%
CMYK:
(0,33,53,0)
C0M33Y53K0 
(0%,33%,53%,0%)
(0.00/0.33/0.53/0.00)	

CMYK percentages

%0
%32.55
%52.94
%0

Codes

Color #FFAC78 in popluar color models

FFAC78
RGB255172120
HSL23°100.00%73.53%
HSB/HSV23°52.94%100.00%
CMYK0.00%32.55%52.94%
0.00%

Color #FFAC78 in popluar number systems.

HEXFFAC78
Decimal255172120
Binary11111111101011001111000
Octal377254170

Shades and tints

Shades of #FFAC78

#FFAC78
(255,172,120)
#E89D6E
(232,157,110)
#D18E64
(209,142,100)
#BA7F5A
(186,127,90)
#A37050
(163,112,80)
#8C6146
(140,97,70)
#75523C
(117,82,60)
#5E4332
(94,67,50)
#473428
(71,52,40)
#30251E
(48,37,30)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #FFAC78

#FFAC78
(255,172,120)
#FFB384
(255,179,132)
#FFBA90
(255,186,144)
#FFC19C
(255,193,156)
#FFC8A8
(255,200,168)
#FFCFB4
(255,207,180)
#FFD6C0
(255,214,192)
#FFDDCC
(255,221,204)
#FFE4D8
(255,228,216)
#FFEBE4
(255,235,228)
#FFF2F0
(255,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFAC78 color. Also use rgb(255,172,120) instead hex code.

Text Font Color

.myTextColor { color: #FFAC78; }

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

This text font color is #FFAC78.


Background Color

.myBgColor { background-color: #FFAC78; }

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

This div background color is #FFAC78.


Border color

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

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

This div border color is #FFAC78.


Opacity

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

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

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

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

This text has shadow with #FFAC78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFAC78 on black background.


Color preview on white background

This text has color #FFAC78 on white background.



Black color preview on #FFAC78 background

This text has black color on #FFAC78 background.


White color preview on #FFAC78 background

This text has white color on #FFAC78 background.