Color Hex Logo

#ad562d Color Hex

#AD562D
(173,86,45)
0 Favorites   0 Comments

Color spaces of #ad562d

RGB 1738645
HSL0.050.590.43
HSV19°74°68°
CMYK 0.000.500.74   0.32
XYZ21.035015.72934.4100
Yxy15.72930.51090.3820
Hunter Lab39.660225.267721.1694
CIE-Lab46.617332.536939.2768

#ad562d color RGB value is (173,86,45).

#ad562d hex color red value is 173, green value is 86 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ad562d hue: 0.05 , saturation: 0.59 and the lightness value of ad562d is 0.43.

The process color (four color CMYK) of #ad562d color hex is 0.00, 0.50, 0.74, 0.32. Web safe color of #ad562d is #996633. Color #ad562d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010110 00101101
Octal 255 126 55
Decimal 173 86 45
Hex AD 56 2D

RGB Percentages of Color #ad562d

%56.91
%28.29
%14.80

CMYK Percentages of Color #ad562d

%0
%50
%74
%32

Triadic Colors of #ad562d

#ad562d #2dad56 #562dad

Analogous Colors of #ad562d

#ad562d #ad962d #ad2d44

Monochromatic Colors of #ad562d

#ad562d

Complementary Color

#ad562d #2d84ad

#ad562d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad562d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad562d Color CSS Codes

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

#ad562d Text Font Color

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

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


#ad562d Background Color

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

This div background color is #ad562d


#ad562d Border Color

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

This div border color is #ad562d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad562d


Comments

No comments written yet.

Please login to write comment.