COLOR #FFAC96

HEX: #FFAC96 RGB: (255,172,150)

Color info

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

RGB color model

#FFAC96 color RGB value is (255,172,150).

RGB: (255,172,150) (100%, 67%, 59%)

RGB channels and saturation

R 255 of 255 = 100%
G 172 of 255 = 67%
B 150 of 255 = 59%

255
172
150

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

Portions of RGB colors in percentages

R + G + B = 255 + 172 + 150 = 577 (100%)
R 255 of 577 ~ 44.19%
G 172 of 577 ~ 29.81%
B 150 of 577 ~ 26'%

%44.19
%29.81
%26

CMYK color model

#FFAC96 color CMYK value is (0,33,41,0).

  • cyan value is 0.00%
  • magenta value is 32.55%
  • yellow value is 41.18%
  • key color value is 0.00%

CMYK: (0,33,41,0)
C0M33Y41K0 (0%, 33%, 41%, 0%)
(0.00 / 0.33 / 0.41 / 0.00)

CMYK percentages

%0
%32.55
%41.18
%0

Codes

Color #FFAC96 in popluar color models

FF AC 96
RGB 255 172 150
HSL 13° 100.00% 79.41%
HSB/HSV 13° 41.18% 100.00%
CMYK 0.00% 32.55% 41.18%
0.00%

Color #FFAC96 in popluar number systems.

HEX FF AC 96
Decimal 255 172 150
Binary 11111111 10101100 10010110
Octal 377 254 226

Shades and tints

Shades of #FFAC96

#FFAC96
(255,172,150)
#E89D89
(232,157,137)
#D18E7C
(209,142,124)
#BA7F6F
(186,127,111)
#A37062
(163,112,98)
#8C6155
(140,97,85)
#755248
(117,82,72)
#5E433B
(94,67,59)
#47342E
(71,52,46)
#302521
(48,37,33)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #FFAC96

#FFAC96
(255,172,150)
#FFB39F
(255,179,159)
#FFBAA8
(255,186,168)
#FFC1B1
(255,193,177)
#FFC8BA
(255,200,186)
#FFCFC3
(255,207,195)
#FFD6CC
(255,214,204)
#FFDDD5
(255,221,213)
#FFE4DE
(255,228,222)
#FFEBE7
(255,235,231)
#FFF2F0
(255,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFAC96; }

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

This text font color is #FFAC96.

Background Color

.myBgColor { background-color: #FFAC96; }

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

This div background color is #FFAC96.

Border color

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

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

This div border color is #FFAC96.

Opacity

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

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

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

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

This text has shadow with #FFAC96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFAC96.

Preview

Color preview on black background

This text has color #FFAC96 on black background.


Color preview on white background

This text has color #FFAC96 on white background.


Black color preview on #FFAC96 background

This text has black color on #FFAC96 background.


White color preview on #FFAC96 background

This text has white color on #FFAC96 background.


Related colors

Complementary color

Complementary color for #hex is #005369.


I love getcolorcode.com

Triadic colors

1 #96FFAC and #AC96FF with #FFAC96 are triadic colors.

2 #96ACFF and #ACFF96 with #FFAC96 are triadic colors.