COLOR #FFAE83

HEX: #FFAE83
RGB: (255,174,131)

Color info

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

RGB color model

#FFAE83 color RGB value is (255,174,131).

  • red value is 255;
  • green value is 174;
  • blue value is 131.
RGB:
(255,174,131)
(100%,68%,51%)

RGB channels and saturation

R 255 of 255 = 100%
G 174 of 255 = 68%
B 131 of 255 = 51%

255
174
131

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

Portions of RGB colors in percentages

R + G + B =
255 + 174 + 131 = 560 (100%)
R 255 of 560 ~ 45.54%
G 174 of 560 ~ 31.07%
B 131 of 560 ~ 23.39%

%45.54
%31.07
%23.39

CMYK color model

#FFAE83 color CMYK value is (0,32,49,0).

  • cyan value is 0.00%
  • magenta value is 31.76%
  • yellow value is 48.63%
  • key color value is 0.00%
CMYK:
(0,32,49,0)
C0M32Y49K0 
(0%,32%,49%,0%)
(0.00/0.32/0.49/0.00)	

CMYK percentages

%0
%31.76
%48.63
%0

Codes

Color #FFAE83 in popluar color models

FFAE83
RGB255174131
HSL21°100.00%75.69%
HSB/HSV21°48.63%100.00%
CMYK0.00%31.76%48.63%
0.00%

Color #FFAE83 in popluar number systems.

HEXFFAE83
Decimal255174131
Binary111111111010111010000011
Octal377256203

Shades and tints

Shades of #FFAE83

#FFAE83
(255,174,131)
#E89F78
(232,159,120)
#D1906D
(209,144,109)
#BA8162
(186,129,98)
#A37257
(163,114,87)
#8C634C
(140,99,76)
#755441
(117,84,65)
#5E4536
(94,69,54)
#47362B
(71,54,43)
#302720
(48,39,32)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #FFAE83

#FFAE83
(255,174,131)
#FFB58E
(255,181,142)
#FFBC99
(255,188,153)
#FFC3A4
(255,195,164)
#FFCAAF
(255,202,175)
#FFD1BA
(255,209,186)
#FFD8C5
(255,216,197)
#FFDFD0
(255,223,208)
#FFE6DB
(255,230,219)
#FFEDE6
(255,237,230)
#FFF4F1
(255,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFAE83 color. Also use rgb(255,174,131) instead hex code.

Text Font Color

.myTextColor { color: #FFAE83; }

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

This text font color is #FFAE83.


Background Color

.myBgColor { background-color: #FFAE83; }

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

This div background color is #FFAE83.


Border color

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

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

This div border color is #FFAE83.


Opacity

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

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

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

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

This text has shadow with #FFAE83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFAE83 on black background.


Color preview on white background

This text has color #FFAE83 on white background.



Black color preview on #FFAE83 background

This text has black color on #FFAE83 background.


White color preview on #FFAE83 background

This text has white color on #FFAE83 background.