Color Hex Logo

#af9047 Color Hex

#AF9047
(175,144,71)
0 Favorites   0 Comments

Color spaces of #af9047

RGB 17514471
HSL0.120.420.48
HSV42°59°69°
CMYK 0.000.180.59   0.31
XYZ28.789829.515410.1409
Yxy29.51540.42060.4312
Hunter Lab54.3281-0.482526.9626
CIE-Lab61.23382.887442.5046

#af9047 color RGB value is (175,144,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010000 01000111
Octal 257 220 107
Decimal 175 144 71
Hex AF 90 47

RGB Percentages of Color #af9047

%44.87
%36.92
%18.21

CMYK Percentages of Color #af9047

%0
%18
%59
%31

Triadic Colors of #af9047

#af9047 #47af90 #9047af

Analogous Colors of #af9047

#af9047 #9aaf47 #af5c47

Monochromatic Colors of #af9047

#af9047

Complementary Color

#af9047 #4766af

#af9047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9047 Color CSS Codes

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

#af9047 Text Font Color

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

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


#af9047 Background Color

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

This div background color is #af9047


#af9047 Border Color

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

This div border color is #af9047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9047


Comments

No comments written yet.

Please login to write comment.