Color Hex Logo

#af880e Color Hex

#AF880E
(175,136,14)
0 Favorites   0 Comments

Color spaces of #af880e

RGB 17513614
HSL0.130.850.37
HSV45°92°69°
CMYK 0.000.220.92   0.31
XYZ26.562626.75404.1795
Yxy26.75400.46200.4653
Hunter Lab51.72431.149831.4162
CIE-Lab58.74594.718661.4063

#af880e color RGB value is (175,136,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001000 00001110
Octal 257 210 16
Decimal 175 136 14
Hex AF 88 E

RGB Percentages of Color #af880e

%53.85
%41.85
%4.31

CMYK Percentages of Color #af880e

%0
%22
%92
%31

Triadic Colors of #af880e

#af880e #0eaf88 #880eaf

Analogous Colors of #af880e

#af880e #86af0e #af380e

Monochromatic Colors of #af880e

#af880e

Complementary Color

#af880e #0e35af

#af880e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af880e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af880e Color CSS Codes

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

#af880e Text Font Color

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

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


#af880e Background Color

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

This div background color is #af880e


#af880e Border Color

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

This div border color is #af880e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af880e


Comments

No comments written yet.

Please login to write comment.