Color Hex Logo

#af8447 Color Hex

#AF8447
(175,132,71)
0 Favorites   0 Comments

Color spaces of #af8447

RGB 17513271
HSL0.100.420.48
HSV35°59°69°
CMYK 0.000.250.59   0.31
XYZ27.067826.07149.5669
Yxy26.07140.43170.4158
Hunter Lab51.06025.270424.6332
CIE-Lab58.10489.541738.8535

#af8447 color RGB value is (175,132,71).

#af8447 hex color red value is 175, green value is 132 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #af8447 hue: 0.10 , saturation: 0.42 and the lightness value of af8447 is 0.48.

The process color (four color CMYK) of #af8447 color hex is 0.00, 0.25, 0.59, 0.31. Web safe color of #af8447 is #999933. Color #af8447 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000100 01000111
Octal 257 204 107
Decimal 175 132 71
Hex AF 84 47

RGB Percentages of Color #af8447

%46.30
%34.92
%18.78

CMYK Percentages of Color #af8447

%0
%25
%59
%31

Triadic Colors of #af8447

#af8447 #47af84 #8447af

Analogous Colors of #af8447

#af8447 #a6af47 #af5047

Monochromatic Colors of #af8447

#af8447

Complementary Color

#af8447 #4772af

#af8447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8447 Color CSS Codes

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

#af8447 Text Font Color

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

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


#af8447 Background Color

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

This div background color is #af8447


#af8447 Border Color

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

This div border color is #af8447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8447


Comments

No comments written yet.

Please login to write comment.