Color Hex Logo

#af896f Color Hex

#AF896F
(175,137,111)
0 Favorites   0 Comments

Color spaces of #af896f

RGB 175137111
HSL0.070.290.56
HSV24°37°69°
CMYK 0.000.220.37   0.31
XYZ29.494128.153018.9185
Yxy28.15300.38520.3677
Hunter Lab53.05946.368716.0015
CIE-Lab60.026710.806619.4785

#af896f color RGB value is (175,137,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001001 01101111
Octal 257 211 157
Decimal 175 137 111
Hex AF 89 6F

RGB Percentages of Color #af896f

%41.37
%32.39
%26.24

CMYK Percentages of Color #af896f

%0
%22
%37
%31

Triadic Colors of #af896f

#af896f #6faf89 #896faf

Analogous Colors of #af896f

#af896f #afa96f #af6f75

Monochromatic Colors of #af896f

#af896f

Complementary Color

#af896f #6f95af

#af896f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af896f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af896f Color CSS Codes

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

#af896f Text Font Color

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

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


#af896f Background Color

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

This div background color is #af896f


#af896f Border Color

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

This div border color is #af896f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af896f


Comments

No comments written yet.

Please login to write comment.