Color Hex Logo

#af7c1f Color Hex

#AF7C1F
(175,124,31)
0 Favorites   0 Comments

Color spaces of #af7c1f

RGB 17512431
HSL0.110.700.40
HSV39°82°69°
CMYK 0.000.290.82   0.31
XYZ25.134223.62824.5323
Yxy23.62820.47160.4433
Hunter Lab48.60887.231628.4980
CIE-Lab55.713611.821154.3309

#af7c1f color RGB value is (175,124,31).

#af7c1f hex color red value is 175, green value is 124 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #af7c1f hue: 0.11 , saturation: 0.70 and the lightness value of af7c1f is 0.40.

The process color (four color CMYK) of #af7c1f color hex is 0.00, 0.29, 0.82, 0.31. Web safe color of #af7c1f is #996633. Color #af7c1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111100 00011111
Octal 257 174 37
Decimal 175 124 31
Hex AF 7C 1F

RGB Percentages of Color #af7c1f

%53.03
%37.58
%9.39

CMYK Percentages of Color #af7c1f

%0
%29
%82
%31

Triadic Colors of #af7c1f

#af7c1f #1faf7c #7c1faf

Analogous Colors of #af7c1f

#af7c1f #9aaf1f #af341f

Monochromatic Colors of #af7c1f

#af7c1f

Complementary Color

#af7c1f #1f52af

#af7c1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7c1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7c1f Color CSS Codes

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

#af7c1f Text Font Color

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

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


#af7c1f Background Color

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

This div background color is #af7c1f


#af7c1f Border Color

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

This div border color is #af7c1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7c1f


Comments

No comments written yet.

Please login to write comment.