Color Hex Logo

#af7321 Color Hex

#AF7321
(175,115,33)
0 Favorites   0 Comments

Color spaces of #af7321

RGB 17511533
HSL0.100.680.41
HSV35°81°69°
CMYK 0.000.340.81   0.31
XYZ24.084421.48524.3165
Yxy21.48520.48280.4307
Hunter Lab46.352111.631726.9252
CIE-Lab53.476516.931951.5918

#af7321 color RGB value is (175,115,33).

#af7321 hex color red value is 175, green value is 115 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #af7321 hue: 0.10 , saturation: 0.68 and the lightness value of af7321 is 0.41.

The process color (four color CMYK) of #af7321 color hex is 0.00, 0.34, 0.81, 0.31. Web safe color of #af7321 is #996633. Color #af7321 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110011 00100001
Octal 257 163 41
Decimal 175 115 33
Hex AF 73 21

RGB Percentages of Color #af7321

%54.18
%35.60
%10.22

CMYK Percentages of Color #af7321

%0
%34
%81
%31

Triadic Colors of #af7321

#af7321 #21af73 #7321af

Analogous Colors of #af7321

#af7321 #a4af21 #af2c21

Monochromatic Colors of #af7321

#af7321

Complementary Color

#af7321 #215daf

#af7321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7321 Color CSS Codes

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

#af7321 Text Font Color

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

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


#af7321 Background Color

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

This div background color is #af7321


#af7321 Border Color

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

This div border color is #af7321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7321


Comments

No comments written yet.

Please login to write comment.