Color Hex Logo

#af910f Color Hex

#AF910F
(175,145,15)
0 Favorites   0 Comments

Color spaces of #af910f

RGB 17514515
HSL0.140.840.37
HSV49°91°69°
CMYK 0.000.170.91   0.31
XYZ27.890829.39924.6566
Yxy29.39920.45020.4746
Hunter Lab54.2210-3.068032.8628
CIE-Lab61.1323-0.207463.0456

#af910f color RGB value is (175,145,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010001 00001111
Octal 257 221 17
Decimal 175 145 15
Hex AF 91 F

RGB Percentages of Color #af910f

%52.24
%43.28
%4.48

CMYK Percentages of Color #af910f

%0
%17
%91
%31

Triadic Colors of #af910f

#af910f #0faf91 #910faf

Analogous Colors of #af910f

#af910f #7daf0f #af410f

Monochromatic Colors of #af910f

#af910f

Complementary Color

#af910f #0f2daf

#af910f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af910f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af910f Color CSS Codes

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

#af910f Text Font Color

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

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


#af910f Background Color

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

This div background color is #af910f


#af910f Border Color

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

This div border color is #af910f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af910f


Comments

No comments written yet.

Please login to write comment.