Color Hex Logo

#af5116 Color Hex

#AF5116
(175,81,22)
0 Favorites   0 Comments

Color spaces of #af5116

RGB 1758122
HSL0.060.780.39
HSV23°87°69°
CMYK 0.000.540.87   0.31
XYZ20.766415.05672.5708
Yxy15.05670.54090.3922
Hunter Lab38.803027.623723.2340
CIE-Lab45.711835.147449.0233

#af5116 color RGB value is (175,81,22).

#af5116 hex color red value is 175, green value is 81 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #af5116 hue: 0.06 , saturation: 0.78 and the lightness value of af5116 is 0.39.

The process color (four color CMYK) of #af5116 color hex is 0.00, 0.54, 0.87, 0.31. Web safe color of #af5116 is #996600. Color #af5116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010001 00010110
Octal 257 121 26
Decimal 175 81 22
Hex AF 51 16

RGB Percentages of Color #af5116

%62.95
%29.14
%7.91

CMYK Percentages of Color #af5116

%0
%54
%87
%31

Triadic Colors of #af5116

#af5116 #16af51 #5116af

Analogous Colors of #af5116

#af5116 #af9e16 #af1627

Monochromatic Colors of #af5116

#af5116

Complementary Color

#af5116 #1674af

#af5116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5116 Color CSS Codes

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

#af5116 Text Font Color

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

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


#af5116 Background Color

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

This div background color is #af5116


#af5116 Border Color

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

This div border color is #af5116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5116


Comments

No comments written yet.

Please login to write comment.