Color Hex Logo

#af7142 Color Hex

#AF7142
(175,113,66)
0 Favorites   0 Comments

Color spaces of #af7142

RGB 17511366
HSL0.070.450.47
HSV26°62°69°
CMYK 0.000.350.62   0.31
XYZ24.567721.31767.9741
Yxy21.31760.45610.3958
Hunter Lab46.171014.181122.0798
CIE-Lab53.295319.815135.7982

#af7142 color RGB value is (175,113,66).

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

The process color (four color CMYK) of #af7142 color hex is 0.00, 0.35, 0.62, 0.31. Web safe color of #af7142 is #996633. Color #af7142 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110001 01000010
Octal 257 161 102
Decimal 175 113 66
Hex AF 71 42

RGB Percentages of Color #af7142

%49.44
%31.92
%18.64

CMYK Percentages of Color #af7142

%0
%35
%62
%31

Triadic Colors of #af7142

#af7142 #42af71 #7142af

Analogous Colors of #af7142

#af7142 #afa842 #af424a

Monochromatic Colors of #af7142

#af7142

Complementary Color

#af7142 #4280af

#af7142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7142 Color CSS Codes

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

#af7142 Text Font Color

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

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


#af7142 Background Color

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

This div background color is #af7142


#af7142 Border Color

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

This div border color is #af7142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7142


Comments

No comments written yet.

Please login to write comment.