Hex #f6aa76 Color

#f6aa76
equivalent to

RGB

(246, 170, 118)

Details of #f6aa76

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
246
55.6508
0.07
0.00
75.8541
49.6503
24°
70.4630
170
49.6503
0.88
0.31
22.3705
0.4311
52°
17.6672
118
23.7899
0.71
0.52   0.04
37.9097
0.3846
96°
29.3126

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11110110
366
246
F6
Green
10101010
252
170
AA
Blue
1110110
166
118
76

RGB in % of #f6aa76

%46.07
%31.84
%22.10

CMYK in % of #f6aa76

%0
%31
%52
%4

Triads of color #f6aa76

#f6aa76 #aa76f6 #76f676

Similar Colors to #f6aa76

#f6aa76 #f67682 #f6ea76

Preview Color #f6aa76 on black ground

#f6aa76 is very interesting for text.

Preview Color #f6aa76 on white ground

#f6aa76 is very interesting for text.

CSS Codes #f6aa76 color

.mybgcolor {background-color:#f6aa76; }
.myforecolor {color:#f6aa76; }
.mybordercolor {border:3px solid #f6aa76; }

Text Font Color #f6aa76

<p style="color:#f6aa76">Text here</p>

This sample text font color is #f6aa76
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #f6aa76

<div style="background-color:#f6aa76">
Div content here</div>

This div background color is #f6aa76


Border Color #f6aa76

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

The color of this border is #f6aa76


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #f6aa76; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #f6aa76;
-webkit-box-shadow: 1px 1px 3px 2px #f6aa76;
box-shadow:         1px 1px 3px 2px #f6aa76; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #f6aa76">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #f6aa76;
  -webkit-box-shadow: 1px 1px 3px 2px #f6aa76;
  box-shadow:         1px 1px 3px 2px #f6aa76;">
Div content here</div>

The shadow of div box using color #f6aa76