Color Hex Logo

#af685c Color Hex

#AF685C
(175,104,92)
0 Favorites   0 Comments

Color spaces of #af685c

RGB 17510492
HSL0.020.340.52
HSV47°69°
CMYK 0.000.410.47   0.31
XYZ24.561319.787312.6500
Yxy19.78730.43090.3472
Hunter Lab44.482920.713914.2772
CIE-Lab51.595927.112718.9543

#af685c color RGB value is (175,104,92).

#af685c hex color red value is 175, green value is 104 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #af685c hue: 0.02 , saturation: 0.34 and the lightness value of af685c is 0.52.

The process color (four color CMYK) of #af685c color hex is 0.00, 0.41, 0.47, 0.31. Web safe color of #af685c is #996666. Color #af685c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101000 01011100
Octal 257 150 134
Decimal 175 104 92
Hex AF 68 5C

RGB Percentages of Color #af685c

%47.17
%28.03
%24.80

CMYK Percentages of Color #af685c

%0
%41
%47
%31

Triadic Colors of #af685c

#af685c #5caf68 #685caf

Analogous Colors of #af685c

#af685c #af925c #af5c7a

Monochromatic Colors of #af685c

#af685c

Complementary Color

#af685c #5ca3af

#af685c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af685c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af685c Color CSS Codes

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

#af685c Text Font Color

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

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


#af685c Background Color

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

This div background color is #af685c


#af685c Border Color

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

This div border color is #af685c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af685c


Comments

No comments written yet.

Please login to write comment.