Color Hex Logo

#ad891f Color Hex

#AD891F
(173,137,31)
0 Favorites   0 Comments

Color spaces of #ad891f

RGB 17313731
HSL0.120.700.40
HSV45°82°68°
CMYK 0.000.210.82   0.32
XYZ26.426626.87455.0908
Yxy26.87450.45260.4602
Hunter Lab51.84060.272230.4661
CIE-Lab58.85803.676857.0147

#ad891f color RGB value is (173,137,31).

#ad891f hex color red value is 173, green value is 137 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ad891f hue: 0.12 , saturation: 0.70 and the lightness value of ad891f is 0.40.

The process color (four color CMYK) of #ad891f color hex is 0.00, 0.21, 0.82, 0.32. Web safe color of #ad891f is #999933. Color #ad891f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001001 00011111
Octal 255 211 37
Decimal 173 137 31
Hex AD 89 1F

RGB Percentages of Color #ad891f

%50.73
%40.18
%9.09

CMYK Percentages of Color #ad891f

%0
%21
%82
%32

Triadic Colors of #ad891f

#ad891f #1fad89 #891fad

Analogous Colors of #ad891f

#ad891f #8aad1f #ad421f

Monochromatic Colors of #ad891f

#ad891f

Complementary Color

#ad891f #1f43ad

#ad891f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad891f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad891f Color CSS Codes

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

#ad891f Text Font Color

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

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


#ad891f Background Color

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

This div background color is #ad891f


#ad891f Border Color

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

This div border color is #ad891f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad891f


Comments

No comments written yet.

Please login to write comment.