Color Hex Logo

#af896d Color Hex

#AF896D
(175,137,109)
0 Favorites   0 Comments

Color spaces of #af896d

RGB 175137109
HSL0.070.290.56
HSV25°38°69°
CMYK 0.000.220.38   0.31
XYZ29.385228.109418.3449
Yxy28.10940.38750.3706
Hunter Lab53.01836.151016.5978
CIE-Lab59.987410.558820.5503

#af896d color RGB value is (175,137,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001001 01101101
Octal 257 211 155
Decimal 175 137 109
Hex AF 89 6D

RGB Percentages of Color #af896d

%41.57
%32.54
%25.89

CMYK Percentages of Color #af896d

%0
%22
%38
%31

Triadic Colors of #af896d

#af896d #6daf89 #896daf

Analogous Colors of #af896d

#af896d #afaa6d #af6d72

Monochromatic Colors of #af896d

#af896d

Complementary Color

#af896d #6d93af

#af896d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af896d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af896d Color CSS Codes

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

#af896d Text Font Color

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

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


#af896d Background Color

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

This div background color is #af896d


#af896d Border Color

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

This div border color is #af896d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af896d


Comments

No comments written yet.

Please login to write comment.