Color Hex Logo

#ad561d Color Hex

#AD561D
(173,86,29)
0 Favorites   0 Comments

Color spaces of #ad561d

RGB 1738629
HSL0.070.710.40
HSV24°83°68°
CMYK 0.000.500.83   0.32
XYZ20.783115.62853.0836
Yxy15.62850.52620.3957
Hunter Lab39.532924.657823.0484
CIE-Lab46.483331.902646.7673

#ad561d color RGB value is (173,86,29).

#ad561d hex color red value is 173, green value is 86 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ad561d hue: 0.07 , saturation: 0.71 and the lightness value of ad561d is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010110 00011101
Octal 255 126 35
Decimal 173 86 29
Hex AD 56 1D

RGB Percentages of Color #ad561d

%60.07
%29.86
%10.07

CMYK Percentages of Color #ad561d

%0
%50
%83
%32

Triadic Colors of #ad561d

#ad561d #1dad56 #561dad

Analogous Colors of #ad561d

#ad561d #ad9e1d #ad1d2c

Monochromatic Colors of #ad561d

#ad561d

Complementary Color

#ad561d #1d74ad

#ad561d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad561d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad561d Color CSS Codes

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

#ad561d Text Font Color

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

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


#ad561d Background Color

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

This div background color is #ad561d


#ad561d Border Color

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

This div border color is #ad561d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad561d


Comments

No comments written yet.

Please login to write comment.