COLOR #FFAD84

HEX: #FFAD84 RGB: (255,173,132)

Color info

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

RGB color model

#FFAD84 color RGB value is (255,173,132).

RGB: (255,173,132) (100%, 68%, 52%)

RGB channels and saturation

R 255 of 255 = 100%
G 173 of 255 = 68%
B 132 of 255 = 52%

255
173
132

R + G + B ~ 73%. #FFAD84 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 173 + 132 = 560 (100%)
R 255 of 560 ~ 45.54%
G 173 of 560 ~ 30.89%
B 132 of 560 ~ 23.57'%

%45.54
%30.89
%23.57

CMYK color model

#FFAD84 color CMYK value is (0,32,48,0).

  • cyan value is 0.00%
  • magenta value is 32.16%
  • yellow value is 48.24%
  • key color value is 0.00%

CMYK: (0,32,48,0)
C0M32Y48K0 (0%, 32%, 48%, 0%)
(0.00 / 0.32 / 0.48 / 0.00)

CMYK percentages

%0
%32.16
%48.24
%0

Codes

Color #FFAD84 in popluar color models

FF AD 84
RGB 255 173 132
HSL 20° 100.00% 75.88%
HSB/HSV 20° 48.24% 100.00%
CMYK 0.00% 32.16% 48.24%
0.00%

Color #FFAD84 in popluar number systems.

HEX FF AD 84
Decimal 255 173 132
Binary 11111111 10101101 10000100
Octal 377 255 204

Shades and tints

Shades of #FFAD84

#FFAD84
(255,173,132)
#E89E78
(232,158,120)
#D18F6C
(209,143,108)
#BA8060
(186,128,96)
#A37154
(163,113,84)
#8C6248
(140,98,72)
#75533C
(117,83,60)
#5E4430
(94,68,48)
#473524
(71,53,36)
#302618
(48,38,24)
#19170C
(25,23,12)
#000000
(0,0,0)

Tints of #FFAD84

#FFAD84
(255,173,132)
#FFB48F
(255,180,143)
#FFBB9A
(255,187,154)
#FFC2A5
(255,194,165)
#FFC9B0
(255,201,176)
#FFD0BB
(255,208,187)
#FFD7C6
(255,215,198)
#FFDED1
(255,222,209)
#FFE5DC
(255,229,220)
#FFECE7
(255,236,231)
#FFF3F2
(255,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFAD84; }

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

This text font color is #FFAD84.

Background Color

.myBgColor { background-color: #FFAD84; }

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

This div background color is #FFAD84.

Border color

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

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

This div border color is #FFAD84.

Opacity

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

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

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

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

This text has shadow with #FFAD84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFAD84.

Preview

Color preview on black background

This text has color #FFAD84 on black background.


Color preview on white background

This text has color #FFAD84 on white background.


Black color preview on #FFAD84 background

This text has black color on #FFAD84 background.


White color preview on #FFAD84 background

This text has white color on #FFAD84 background.


Related colors

Complementary color

Complementary color for #hex is #00527B.


I love getcolorcode.com

Triadic colors

1 #84FFAD and #AD84FF with #FFAD84 are triadic colors.

2 #84ADFF and #ADFF84 with #FFAD84 are triadic colors.