Color Hex Logo

#af5633 Color Hex

#AF5633
(175,86,51)
0 Favorites   0 Comments

Color spaces of #af5633

RGB 1758651
HSL0.050.550.44
HSV17°71°69°
CMYK 0.000.510.71   0.31
XYZ21.604516.00865.0832
Yxy16.00860.50600.3749
Hunter Lab40.010726.365420.4750
CIE-Lab46.985833.653936.5813

#af5633 color RGB value is (175,86,51).

#af5633 hex color red value is 175, green value is 86 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #af5633 hue: 0.05 , saturation: 0.55 and the lightness value of af5633 is 0.44.

The process color (four color CMYK) of #af5633 color hex is 0.00, 0.51, 0.71, 0.31. Web safe color of #af5633 is #996633. Color #af5633 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010110 00110011
Octal 257 126 63
Decimal 175 86 51
Hex AF 56 33

RGB Percentages of Color #af5633

%56.09
%27.56
%16.35

CMYK Percentages of Color #af5633

%0
%51
%71
%31

Triadic Colors of #af5633

#af5633 #33af56 #5633af

Analogous Colors of #af5633

#af5633 #af9433 #af334e

Monochromatic Colors of #af5633

#af5633

Complementary Color

#af5633 #338caf

#af5633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5633 Color CSS Codes

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

#af5633 Text Font Color

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

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


#af5633 Background Color

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

This div background color is #af5633


#af5633 Border Color

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

This div border color is #af5633


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5633


Comments

No comments written yet.

Please login to write comment.