Color Hex Logo

#af716c Color Hex

#AF716C
(175,113,108)
0 Favorites   0 Comments

Color spaces of #af716c

RGB 175113108
HSL0.010.300.55
HSV38°69°
CMYK 0.000.350.38   0.31
XYZ26.291122.006917.0494
Yxy22.00690.40230.3368
Hunter Lab46.911517.943411.2899
CIE-Lab54.034323.909712.9503

#af716c color RGB value is (175,113,108).

#af716c hex color red value is 175, green value is 113 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #af716c hue: 0.01 , saturation: 0.30 and the lightness value of af716c is 0.55.

The process color (four color CMYK) of #af716c color hex is 0.00, 0.35, 0.38, 0.31. Web safe color of #af716c is #996666. Color #af716c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110001 01101100
Octal 257 161 154
Decimal 175 113 108
Hex AF 71 6C

RGB Percentages of Color #af716c

%44.19
%28.54
%27.27

CMYK Percentages of Color #af716c

%0
%35
%38
%31

Triadic Colors of #af716c

#af716c #6caf71 #716caf

Analogous Colors of #af716c

#af716c #af936c #af6c89

Monochromatic Colors of #af716c

#af716c

Complementary Color

#af716c #6caaaf

#af716c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af716c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af716c Color CSS Codes

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

#af716c Text Font Color

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

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


#af716c Background Color

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

This div background color is #af716c


#af716c Border Color

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

This div border color is #af716c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af716c


Comments

No comments written yet.

Please login to write comment.