Color Hex Logo

#ad6e1f Color Hex

#AD6E1F
(173,110,31)
0 Favorites   0 Comments

Color spaces of #ad6e1f

RGB 17311031
HSL0.090.700.40
HSV33°82°68°
CMYK 0.000.360.82   0.32
XYZ23.056820.13503.9675
Yxy20.13500.48890.4270
Hunter Lab44.872013.193426.1681
CIE-Lab51.989518.775950.9179

#ad6e1f color RGB value is (173,110,31).

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

The process color (four color CMYK) of #ad6e1f color hex is 0.00, 0.36, 0.82, 0.32. Web safe color of #ad6e1f is #996633. Color #ad6e1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101110 00011111
Octal 255 156 37
Decimal 173 110 31
Hex AD 6E 1F

RGB Percentages of Color #ad6e1f

%55.10
%35.03
%9.87

CMYK Percentages of Color #ad6e1f

%0
%36
%82
%32

Triadic Colors of #ad6e1f

#ad6e1f #1fad6e #6e1fad

Analogous Colors of #ad6e1f

#ad6e1f #a5ad1f #ad271f

Monochromatic Colors of #ad6e1f

#ad6e1f

Complementary Color

#ad6e1f #1f5ead

#ad6e1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6e1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6e1f Color CSS Codes

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

#ad6e1f Text Font Color

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

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


#ad6e1f Background Color

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

This div background color is #ad6e1f


#ad6e1f Border Color

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

This div border color is #ad6e1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6e1f


Comments

No comments written yet.

Please login to write comment.