Color Hex Logo

#af840e Color Hex

#AF840E
(175,132,14)
0 Favorites   0 Comments

Color spaces of #af840e

RGB 17513214
HSL0.120.850.37
HSV44°92°69°
CMYK 0.000.250.92   0.31
XYZ26.009725.64823.9952
Yxy25.64820.46740.4609
Hunter Lab50.64413.046730.7736
CIE-Lab57.70166.936060.6124

#af840e color RGB value is (175,132,14).

#af840e hex color red value is 175, green value is 132 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #af840e hue: 0.12 , saturation: 0.85 and the lightness value of af840e is 0.37.

The process color (four color CMYK) of #af840e color hex is 0.00, 0.25, 0.92, 0.31. Web safe color of #af840e is #999900. Color #af840e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000100 00001110
Octal 257 204 16
Decimal 175 132 14
Hex AF 84 E

RGB Percentages of Color #af840e

%54.52
%41.12
%4.36

CMYK Percentages of Color #af840e

%0
%25
%92
%31

Triadic Colors of #af840e

#af840e #0eaf84 #840eaf

Analogous Colors of #af840e

#af840e #8aaf0e #af340e

Monochromatic Colors of #af840e

#af840e

Complementary Color

#af840e #0e39af

#af840e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af840e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af840e Color CSS Codes

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

#af840e Text Font Color

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

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


#af840e Background Color

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

This div background color is #af840e


#af840e Border Color

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

This div border color is #af840e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af840e


Comments

No comments written yet.

Please login to write comment.