Color Hex Logo

#af936f Color Hex

#AF936F
(175,147,111)
0 Favorites   0 Comments

Color spaces of #af936f

RGB 175147111
HSL0.090.290.56
HSV34°37°69°
CMYK 0.000.160.37   0.31
XYZ30.982231.129119.4145
Yxy31.12910.38000.3818
Hunter Lab55.79351.482818.4242
CIE-Lab62.61655.243822.9767

#af936f color RGB value is (175,147,111).

#af936f hex color red value is 175, green value is 147 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #af936f hue: 0.09 , saturation: 0.29 and the lightness value of af936f is 0.56.

The process color (four color CMYK) of #af936f color hex is 0.00, 0.16, 0.37, 0.31. Web safe color of #af936f is #999966. Color #af936f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010011 01101111
Octal 257 223 157
Decimal 175 147 111
Hex AF 93 6F

RGB Percentages of Color #af936f

%40.42
%33.95
%25.64

CMYK Percentages of Color #af936f

%0
%16
%37
%31

Triadic Colors of #af936f

#af936f #6faf93 #936faf

Analogous Colors of #af936f

#af936f #abaf6f #af736f

Monochromatic Colors of #af936f

#af936f

Complementary Color

#af936f #6f8baf

#af936f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af936f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af936f Color CSS Codes

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

#af936f Text Font Color

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

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


#af936f Background Color

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

This div background color is #af936f


#af936f Border Color

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

This div border color is #af936f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af936f


Comments

No comments written yet.

Please login to write comment.