Color Hex Logo

#af7319 Color Hex

#AF7319
(175,115,25)
0 Favorites   0 Comments

Color spaces of #af7319

RGB 17511525
HSL0.100.750.39
HSV36°86°69°
CMYK 0.000.340.86   0.31
XYZ23.985421.44563.7950
Yxy21.44560.48730.4357
Hunter Lab46.309411.410527.5578
CIE-Lab53.433816.681954.3832

#af7319 color RGB value is (175,115,25).

#af7319 hex color red value is 175, green value is 115 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #af7319 hue: 0.10 , saturation: 0.75 and the lightness value of af7319 is 0.39.

The process color (four color CMYK) of #af7319 color hex is 0.00, 0.34, 0.86, 0.31. Web safe color of #af7319 is #996600. Color #af7319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110011 00011001
Octal 257 163 31
Decimal 175 115 25
Hex AF 73 19

RGB Percentages of Color #af7319

%55.56
%36.51
%7.94

CMYK Percentages of Color #af7319

%0
%34
%86
%31

Triadic Colors of #af7319

#af7319 #19af73 #7319af

Analogous Colors of #af7319

#af7319 #a0af19 #af2819

Monochromatic Colors of #af7319

#af7319

Complementary Color

#af7319 #1955af

#af7319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7319 Color CSS Codes

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

#af7319 Text Font Color

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

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


#af7319 Background Color

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

This div background color is #af7319


#af7319 Border Color

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

This div border color is #af7319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7319


Comments

No comments written yet.

Please login to write comment.