Color Hex Logo

#af685f Color Hex

#AF685F
(175,104,95)
0 Favorites   0 Comments

Color spaces of #af685f

RGB 17510495
HSL0.020.330.53
HSV46°69°
CMYK 0.000.410.46   0.31
XYZ24.695119.840813.3546
Yxy19.84080.42660.3427
Hunter Lab44.543021.011913.4042
CIE-Lab51.656727.427617.2799

#af685f color RGB value is (175,104,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101000 01011111
Octal 257 150 137
Decimal 175 104 95
Hex AF 68 5F

RGB Percentages of Color #af685f

%46.79
%27.81
%25.40

CMYK Percentages of Color #af685f

%0
%41
%46
%31

Triadic Colors of #af685f

#af685f #5faf68 #685faf

Analogous Colors of #af685f

#af685f #af905f #af5f7e

Monochromatic Colors of #af685f

#af685f

Complementary Color

#af685f #5fa6af

#af685f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af685f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af685f Color CSS Codes

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

#af685f Text Font Color

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

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


#af685f Background Color

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

This div background color is #af685f


#af685f Border Color

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

This div border color is #af685f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af685f

#af685f Color Palettes


Comments

No comments written yet.

Please login to write comment.