COLOR #FFAA96

HEX: #FFAA96
RGB: (255,170,150)

Color info

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

RGB color model

#FFAA96 color RGB value is (255,170,150).

  • red value is 255;
  • green value is 170;
  • blue value is 150.
RGB:
(255,170,150)
(100%,67%,59%)

RGB channels and saturation

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

255
170
150

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

Portions of RGB colors in percentages

R + G + B =
255 + 170 + 150 = 575 (100%)
R 255 of 575 ~ 44.35%
G 170 of 575 ~ 29.57%
B 150 of 575 ~ 26.09%

%44.35
%29.57
%26.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.33%
  • 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
%33.33
%41.18
%0

Codes

Color #FFAA96 in popluar color models

FFAA96
RGB255170150
HSL11°100.00%79.41%
HSB/HSV11°41.18%100.00%
CMYK0.00%33.33%41.18%
0.00%

Color #FFAA96 in popluar number systems.

HEXFFAA96
Decimal255170150
Binary111111111010101010010110
Octal377252226

Shades and tints

Shades of #FFAA96

#FFAA96
(255,170,150)
#E89B89
(232,155,137)
#D18C7C
(209,140,124)
#BA7D6F
(186,125,111)
#A36E62
(163,110,98)
#8C5F55
(140,95,85)
#755048
(117,80,72)
#5E413B
(94,65,59)
#47322E
(71,50,46)
#302321
(48,35,33)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #FFAA96

#FFAA96
(255,170,150)
#FFB19F
(255,177,159)
#FFB8A8
(255,184,168)
#FFBFB1
(255,191,177)
#FFC6BA
(255,198,186)
#FFCDC3
(255,205,195)
#FFD4CC
(255,212,204)
#FFDBD5
(255,219,213)
#FFE2DE
(255,226,222)
#FFE9E7
(255,233,231)
#FFF0F0
(255,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFAA96; }

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

This text font color is #FFAA96.


Background Color

.myBgColor { background-color: #FFAA96; }

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

This div background color is #FFAA96.


Border color

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

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

This div border color is #FFAA96.


Opacity

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

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

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

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

This text has shadow with #FFAA96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFAA96 on black background.


Color preview on white background

This text has color #FFAA96 on white background.



Black color preview on #FFAA96 background

This text has black color on #FFAA96 background.


White color preview on #FFAA96 background

This text has white color on #FFAA96 background.