Color Hex Logo

#af4917 Color Hex

#AF4917
(175,73,23)
0 Favorites   0 Comments

Color spaces of #af4917

RGB 1757323
HSL0.050.770.39
HSV20°87°69°
CMYK 0.000.580.87   0.31
XYZ20.216413.94092.4360
Yxy13.94090.55250.3810
Hunter Lab37.337531.308222.2680
CIE-Lab44.148139.205047.3481

#af4917 color RGB value is (175,73,23).

#af4917 hex color red value is 175, green value is 73 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #af4917 hue: 0.05 , saturation: 0.77 and the lightness value of af4917 is 0.39.

The process color (four color CMYK) of #af4917 color hex is 0.00, 0.58, 0.87, 0.31. Web safe color of #af4917 is #993300. Color #af4917 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001001 00010111
Octal 257 111 27
Decimal 175 73 23
Hex AF 49 17

RGB Percentages of Color #af4917

%64.58
%26.94
%8.49

CMYK Percentages of Color #af4917

%0
%58
%87
%31

Triadic Colors of #af4917

#af4917 #17af49 #4917af

Analogous Colors of #af4917

#af4917 #af9517 #af1731

Monochromatic Colors of #af4917

#af4917

Complementary Color

#af4917 #177daf

#af4917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4917 Color CSS Codes

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

#af4917 Text Font Color

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

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


#af4917 Background Color

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

This div background color is #af4917


#af4917 Border Color

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

This div border color is #af4917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4917


Comments

No comments written yet.

Please login to write comment.