Color Hex Logo

#af850e Color Hex

#AF850E
(175,133,14)
0 Favorites   0 Comments

Color spaces of #af850e

RGB 17513314
HSL0.120.850.37
HSV44°92°69°
CMYK 0.000.240.92   0.31
XYZ26.146025.92074.0406
Yxy25.92070.46600.4620
Hunter Lab50.91242.571830.9332
CIE-Lab57.96176.380960.8100

#af850e color RGB value is (175,133,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000101 00001110
Octal 257 205 16
Decimal 175 133 14
Hex AF 85 E

RGB Percentages of Color #af850e

%54.35
%41.30
%4.35

CMYK Percentages of Color #af850e

%0
%24
%92
%31

Triadic Colors of #af850e

#af850e #0eaf85 #850eaf

Analogous Colors of #af850e

#af850e #89af0e #af350e

Monochromatic Colors of #af850e

#af850e

Complementary Color

#af850e #0e38af

#af850e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af850e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af850e Color CSS Codes

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

#af850e Text Font Color

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

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


#af850e Background Color

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

This div background color is #af850e


#af850e Border Color

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

This div border color is #af850e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,133,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 #af850e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af850e


Comments

No comments written yet.

Please login to write comment.