Color Hex Logo

#af685e Color Hex

#AF685E
(175,104,94)
0 Favorites   0 Comments

Color spaces of #af685e

RGB 17510494
HSL0.020.340.53
HSV46°69°
CMYK 0.000.410.46   0.31
XYZ24.649919.822713.1167
Yxy19.82270.42800.3442
Hunter Lab44.522720.911513.6986
CIE-Lab51.636227.321617.8380

#af685e color RGB value is (175,104,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101000 01011110
Octal 257 150 136
Decimal 175 104 94
Hex AF 68 5E

RGB Percentages of Color #af685e

%46.92
%27.88
%25.20

CMYK Percentages of Color #af685e

%0
%41
%46
%31

Triadic Colors of #af685e

#af685e #5eaf68 #685eaf

Analogous Colors of #af685e

#af685e #af915e #af5e7d

Monochromatic Colors of #af685e

#af685e

Complementary Color

#af685e #5ea5af

#af685e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af685e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af685e Color CSS Codes

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

#af685e Text Font Color

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

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


#af685e Background Color

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

This div background color is #af685e


#af685e Border Color

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

This div border color is #af685e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af685e


Comments

No comments written yet.

Please login to write comment.