Color Hex Logo

#ad160f Color Hex

#AD160F
(173,22,15)
0 Favorites   0 Comments

Color spaces of #ad160f

RGB 1732215
HSL0.010.840.37
HSV91°68°
CMYK 0.000.870.91   0.32
XYZ17.60679.49251.3562
Yxy9.49250.61870.3336
Hunter Lab30.809948.088718.9571
CIE-Lab36.915756.940144.8732

#ad160f color RGB value is (173,22,15).

#ad160f hex color red value is 173, green value is 22 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ad160f hue: 0.01 , saturation: 0.84 and the lightness value of ad160f is 0.37.

The process color (four color CMYK) of #ad160f color hex is 0.00, 0.87, 0.91, 0.32. Web safe color of #ad160f is #990000. Color #ad160f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010110 00001111
Octal 255 26 17
Decimal 173 22 15
Hex AD 16 F

RGB Percentages of Color #ad160f

%82.38
%10.48
%7.14

CMYK Percentages of Color #ad160f

%0
%87
%91
%32

Triadic Colors of #ad160f

#ad160f #0fad16 #160fad

Analogous Colors of #ad160f

#ad160f #ad650f #ad0f57

Monochromatic Colors of #ad160f

#ad160f

Complementary Color

#ad160f #0fa6ad

#ad160f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad160f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad160f Color CSS Codes

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

#ad160f Text Font Color

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

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


#ad160f Background Color

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

This div background color is #ad160f


#ad160f Border Color

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

This div border color is #ad160f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad160f


Comments

No comments written yet.

Please login to write comment.