Color Hex Logo

#af5810 Color Hex

#AF5810
(175,88,16)
0 Favorites   0 Comments

Color spaces of #af5810

RGB 1758816
HSL0.080.830.37
HSV27°91°69°
CMYK 0.000.500.91   0.31
XYZ21.262416.13082.4831
Yxy16.13080.53320.4045
Hunter Lab40.163224.212424.4486
CIE-Lab47.145631.345752.1555

#af5810 color RGB value is (175,88,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011000 00010000
Octal 257 130 20
Decimal 175 88 16
Hex AF 58 10

RGB Percentages of Color #af5810

%62.72
%31.54
%5.73

CMYK Percentages of Color #af5810

%0
%50
%91
%31

Triadic Colors of #af5810

#af5810 #10af58 #5810af

Analogous Colors of #af5810

#af5810 #afa810 #af1017

Monochromatic Colors of #af5810

#af5810

Complementary Color

#af5810 #1067af

#af5810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5810 Color CSS Codes

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

#af5810 Text Font Color

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

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


#af5810 Background Color

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

This div background color is #af5810


#af5810 Border Color

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

This div border color is #af5810


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5810


Comments

No comments written yet.

Please login to write comment.