Color Hex Logo

#af570f Color Hex

#AF570F
(175,87,15)
0 Favorites   0 Comments

Color spaces of #af570f

RGB 1758715
HSL0.080.840.37
HSV27°91°69°
CMYK 0.000.500.91   0.31
XYZ21.173615.96482.4175
Yxy15.96480.53530.4036
Hunter Lab39.956024.668324.3819
CIE-Lab46.928331.859452.2846

#af570f color RGB value is (175,87,15).

#af570f hex color red value is 175, green value is 87 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #af570f hue: 0.08 , saturation: 0.84 and the lightness value of af570f is 0.37.

The process color (four color CMYK) of #af570f color hex is 0.00, 0.50, 0.91, 0.31. Web safe color of #af570f is #996600. Color #af570f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010111 00001111
Octal 257 127 17
Decimal 175 87 15
Hex AF 57 F

RGB Percentages of Color #af570f

%63.18
%31.41
%5.42

CMYK Percentages of Color #af570f

%0
%50
%91
%31

Triadic Colors of #af570f

#af570f #0faf57 #570faf

Analogous Colors of #af570f

#af570f #afa70f #af0f17

Monochromatic Colors of #af570f

#af570f

Complementary Color

#af570f #0f67af

#af570f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af570f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af570f Color CSS Codes

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

#af570f Text Font Color

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

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


#af570f Background Color

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

This div background color is #af570f


#af570f Border Color

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

This div border color is #af570f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af570f


Comments

No comments written yet.

Please login to write comment.