Hex #af737f Color

#af737f
equivalent to

RGB

(175, 115, 127)

Details of #af737f

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
175
27.6407
0.97
0.00
54.9772
22.9077
348°
47.8620
115
22.9077
0.27
0.34
25.3274
0.3756
34°
19.3268
127
23.0435
0.57
0.27   0.31
3.1882
0.3113
69°
4.9676

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10101111
257
175
AF
Green
1110011
163
115
73
Blue
1111111
177
127
7F

RGB in % of #af737f

%41.97
%27.58
%30.46

CMYK in % of #af737f

%0
%34
%27
%31

Triads of color #af737f

#af737f #737faf #7faf7f

Similar Colors to #af737f

#af737f #af739d #af8573

Preview Color #af737f on black ground

#af737f is very interesting for text.

Preview Color #af737f on white ground

#af737f is very interesting for text.

CSS Codes #af737f color

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

Text Font Color #af737f

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

This sample text font color is #af737f
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 #af737f

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

This div background color is #af737f


Border Color #af737f

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

The color of this border is #af737f


Examples Css3

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

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 #af737f">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #af737f