Color Hex Logo

#ad163d Color Hex

#AD163D
(173,22,61)
0 Favorites   0 Comments

Color spaces of #ad163d

RGB 1732261
HSL0.960.770.38
HSV345°87°68°
CMYK 0.000.870.65   0.32
XYZ18.36289.79505.3377
Yxy9.79500.54820.2924
Hunter Lab31.297049.961211.7960
CIE-Lab37.472058.565518.9958

#ad163d color RGB value is (173,22,61).

#ad163d hex color red value is 173, green value is 22 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ad163d hue: 0.96 , saturation: 0.77 and the lightness value of ad163d is 0.38.

The process color (four color CMYK) of #ad163d color hex is 0.00, 0.87, 0.65, 0.32. Web safe color of #ad163d is #990033. Color #ad163d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010110 00111101
Octal 255 26 75
Decimal 173 22 61
Hex AD 16 3D

RGB Percentages of Color #ad163d

%67.58
%8.59
%23.83

CMYK Percentages of Color #ad163d

%0
%87
%65
%32

Triadic Colors of #ad163d

#ad163d #3dad16 #163dad

Analogous Colors of #ad163d

#ad163d #ad3b16 #ad1689

Monochromatic Colors of #ad163d

#ad163d

Complementary Color

#ad163d #16ad86

#ad163d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad163d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad163d Color CSS Codes

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

#ad163d Text Font Color

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

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


#ad163d Background Color

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

This div background color is #ad163d


#ad163d Border Color

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

This div border color is #ad163d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad163d


Comments

No comments written yet.

Please login to write comment.