Color Hex Logo

#ad731f Color Hex

#AD731F
(173,115,31)
0 Favorites   0 Comments

Color spaces of #ad731f

RGB 17311531
HSL0.100.700.40
HSV35°82°68°
CMYK 0.000.340.82   0.32
XYZ23.611621.24464.1525
Yxy21.24460.48180.4335
Hunter Lab46.091910.779926.9228
CIE-Lab53.216215.969952.0178

#ad731f color RGB value is (173,115,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110011 00011111
Octal 255 163 37
Decimal 173 115 31
Hex AD 73 1F

RGB Percentages of Color #ad731f

%54.23
%36.05
%9.72

CMYK Percentages of Color #ad731f

%0
%34
%82
%32

Triadic Colors of #ad731f

#ad731f #1fad73 #731fad

Analogous Colors of #ad731f

#ad731f #a0ad1f #ad2c1f

Monochromatic Colors of #ad731f

#ad731f

Complementary Color

#ad731f #1f59ad

#ad731f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad731f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad731f Color CSS Codes

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

#ad731f Text Font Color

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

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


#ad731f Background Color

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

This div background color is #ad731f


#ad731f Border Color

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

This div border color is #ad731f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad731f


Comments

No comments written yet.

Please login to write comment.