COLOR #FFAD91

HEX: #FFAD91
RGB: (255,173,145)

Color info

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

RGB color model

#FFAD91 color RGB value is (255,173,145).

  • red value is 255;
  • green value is 173;
  • blue value is 145.
RGB:
(255,173,145)
(100%,68%,57%)

RGB channels and saturation

R 255 of 255 = 100%
G 173 of 255 = 68%
B 145 of 255 = 57%

255
173
145

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

Portions of RGB colors in percentages

R + G + B =
255 + 173 + 145 = 573 (100%)
R 255 of 573 ~ 44.5%
G 173 of 573 ~ 30.19%
B 145 of 573 ~ 25.31%

%44.5
%30.19
%25.31

CMYK color model

#FFAD91 color CMYK value is (0,32,43,0).

  • cyan value is 0.00%
  • magenta value is 32.16%
  • yellow value is 43.14%
  • key color value is 0.00%
CMYK:
(0,32,43,0)
C0M32Y43K0 
(0%,32%,43%,0%)
(0.00/0.32/0.43/0.00)	

CMYK percentages

%0
%32.16
%43.14
%0

Codes

Color #FFAD91 in popluar color models

FFAD91
RGB255173145
HSL15°100.00%78.43%
HSB/HSV15°43.14%100.00%
CMYK0.00%32.16%43.14%
0.00%

Color #FFAD91 in popluar number systems.

HEXFFAD91
Decimal255173145
Binary111111111010110110010001
Octal377255221

Shades and tints

Shades of #FFAD91

#FFAD91
(255,173,145)
#E89E84
(232,158,132)
#D18F77
(209,143,119)
#BA806A
(186,128,106)
#A3715D
(163,113,93)
#8C6250
(140,98,80)
#755343
(117,83,67)
#5E4436
(94,68,54)
#473529
(71,53,41)
#30261C
(48,38,28)
#19170F
(25,23,15)
#000000
(0,0,0)

Tints of #FFAD91

#FFAD91
(255,173,145)
#FFB49B
(255,180,155)
#FFBBA5
(255,187,165)
#FFC2AF
(255,194,175)
#FFC9B9
(255,201,185)
#FFD0C3
(255,208,195)
#FFD7CD
(255,215,205)
#FFDED7
(255,222,215)
#FFE5E1
(255,229,225)
#FFECEB
(255,236,235)
#FFF3F5
(255,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFAD91 color. Also use rgb(255,173,145) instead hex code.

Text Font Color

.myTextColor { color: #FFAD91; }

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

This text font color is #FFAD91.


Background Color

.myBgColor { background-color: #FFAD91; }

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

This div background color is #FFAD91.


Border color

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

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

This div border color is #FFAD91.


Opacity

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

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

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

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

This text has shadow with #FFAD91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFAD91 on black background.


Color preview on white background

This text has color #FFAD91 on white background.



Black color preview on #FFAD91 background

This text has black color on #FFAD91 background.


White color preview on #FFAD91 background

This text has white color on #FFAD91 background.