Color Hex Logo

#af8710 Color Hex

#AF8710
(175,135,16)
0 Favorites   0 Comments

Color spaces of #af8710

RGB 17513516
HSL0.120.830.37
HSV45°91°69°
CMYK 0.000.230.91   0.31
XYZ26.436726.47934.2079
Yxy26.47930.46280.4635
Hunter Lab51.45801.653331.1723
CIE-Lab58.48925.307860.8113

#af8710 color RGB value is (175,135,16).

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

The process color (four color CMYK) of #af8710 color hex is 0.00, 0.23, 0.91, 0.31. Web safe color of #af8710 is #999900. Color #af8710 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000111 00010000
Octal 257 207 20
Decimal 175 135 16
Hex AF 87 10

RGB Percentages of Color #af8710

%53.68
%41.41
%4.91

CMYK Percentages of Color #af8710

%0
%23
%91
%31

Triadic Colors of #af8710

#af8710 #10af87 #8710af

Analogous Colors of #af8710

#af8710 #88af10 #af3810

Monochromatic Colors of #af8710

#af8710

Complementary Color

#af8710 #1038af

#af8710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8710 Color CSS Codes

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

#af8710 Text Font Color

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

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


#af8710 Background Color

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

This div background color is #af8710


#af8710 Border Color

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

This div border color is #af8710


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,135,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 #af8710">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8710


Comments

No comments written yet.

Please login to write comment.