Color Hex Logo

#af7040 Color Hex

#AF7040
(175,112,64)
0 Favorites   0 Comments

Color spaces of #af7040

RGB 17511264
HSL0.070.460.47
HSV26°63°69°
CMYK 0.000.360.63   0.31
XYZ24.398821.07257.6319
Yxy21.07250.45950.3968
Hunter Lab45.904814.540922.2761
CIE-Lab53.028820.232636.5530

#af7040 color RGB value is (175,112,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110000 01000000
Octal 257 160 100
Decimal 175 112 64
Hex AF 70 40

RGB Percentages of Color #af7040

%49.86
%31.91
%18.23

CMYK Percentages of Color #af7040

%0
%36
%63
%31

Triadic Colors of #af7040

#af7040 #40af70 #7040af

Analogous Colors of #af7040

#af7040 #afa840 #af4047

Monochromatic Colors of #af7040

#af7040

Complementary Color

#af7040 #407faf

#af7040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7040 Color CSS Codes

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

#af7040 Text Font Color

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

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


#af7040 Background Color

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

This div background color is #af7040


#af7040 Border Color

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

This div border color is #af7040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7040


Comments

No comments written yet.

Please login to write comment.