Color Hex Logo

#af896e Color Hex

#AF896E
(175,137,110)
0 Favorites   0 Comments

Color spaces of #af896e

RGB 175137110
HSL0.070.290.56
HSV25°37°69°
CMYK 0.000.220.37   0.31
XYZ29.439328.131118.6301
Yxy28.13110.38630.3692
Hunter Lab53.03886.259116.3013
CIE-Lab60.007010.681820.0145

#af896e color RGB value is (175,137,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001001 01101110
Octal 257 211 156
Decimal 175 137 110
Hex AF 89 6E

RGB Percentages of Color #af896e

%41.47
%32.46
%26.07

CMYK Percentages of Color #af896e

%0
%22
%37
%31

Triadic Colors of #af896e

#af896e #6eaf89 #896eaf

Analogous Colors of #af896e

#af896e #afaa6e #af6e74

Monochromatic Colors of #af896e

#af896e

Complementary Color

#af896e #6e94af

#af896e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af896e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af896e Color CSS Codes

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

#af896e Text Font Color

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

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


#af896e Background Color

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

This div background color is #af896e


#af896e Border Color

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

This div border color is #af896e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af896e


Comments

No comments written yet.

Please login to write comment.