Color Hex Logo

#af5940 Color Hex

#AF5940
(175,89,64)
0 Favorites   0 Comments

Color spaces of #af5940

RGB 1758964
HSL0.040.460.47
HSV14°63°69°
CMYK 0.000.490.63   0.31
XYZ22.177016.62896.8913
Yxy16.62890.48530.3639
Hunter Lab40.778525.713018.5254
CIE-Lab47.789032.863630.2776

#af5940 color RGB value is (175,89,64).

#af5940 hex color red value is 175, green value is 89 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #af5940 hue: 0.04 , saturation: 0.46 and the lightness value of af5940 is 0.47.

The process color (four color CMYK) of #af5940 color hex is 0.00, 0.49, 0.63, 0.31. Web safe color of #af5940 is #996633. Color #af5940 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011001 01000000
Octal 257 131 100
Decimal 175 89 64
Hex AF 59 40

RGB Percentages of Color #af5940

%53.35
%27.13
%19.51

CMYK Percentages of Color #af5940

%0
%49
%63
%31

Triadic Colors of #af5940

#af5940 #40af59 #5940af

Analogous Colors of #af5940

#af5940 #af9140 #af405f

Monochromatic Colors of #af5940

#af5940

Complementary Color

#af5940 #4096af

#af5940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5940 Color CSS Codes

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

#af5940 Text Font Color

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

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


#af5940 Background Color

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

This div background color is #af5940


#af5940 Border Color

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

This div border color is #af5940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5940


Comments

No comments written yet.

Please login to write comment.