Color Hex Logo

#af9316 Color Hex

#AF9316
(175,147,22)
0 Favorites   0 Comments

Color spaces of #af9316

RGB 17514722
HSL0.140.780.39
HSV49°87°69°
CMYK 0.000.160.87   0.31
XYZ28.257730.03935.0679
Yxy30.03930.44600.4741
Hunter Lab54.8081-3.884132.8834
CIE-Lab61.6881-1.152462.0025

#af9316 color RGB value is (175,147,22).

#af9316 hex color red value is 175, green value is 147 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #af9316 hue: 0.14 , saturation: 0.78 and the lightness value of af9316 is 0.39.

The process color (four color CMYK) of #af9316 color hex is 0.00, 0.16, 0.87, 0.31. Web safe color of #af9316 is #999900. Color #af9316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010011 00010110
Octal 257 223 26
Decimal 175 147 22
Hex AF 93 16

RGB Percentages of Color #af9316

%50.87
%42.73
%6.40

CMYK Percentages of Color #af9316

%0
%16
%87
%31

Triadic Colors of #af9316

#af9316 #16af93 #9316af

Analogous Colors of #af9316

#af9316 #7faf16 #af4716

Monochromatic Colors of #af9316

#af9316

Complementary Color

#af9316 #1632af

#af9316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9316 Color CSS Codes

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

#af9316 Text Font Color

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

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


#af9316 Background Color

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

This div background color is #af9316


#af9316 Border Color

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

This div border color is #af9316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9316


Comments

No comments written yet.

Please login to write comment.