Color Hex Logo

#ad562a Color Hex

#AD562A
(173,86,42)
0 Favorites   0 Comments

Color spaces of #ad562a

RGB 1738642
HSL0.060.610.42
HSV20°76°68°
CMYK 0.000.500.76   0.32
XYZ20.979315.70704.1165
Yxy15.70700.51420.3849
Hunter Lab39.632125.133221.5841
CIE-Lab46.587732.397440.7846

#ad562a color RGB value is (173,86,42).

#ad562a hex color red value is 173, green value is 86 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ad562a hue: 0.06 , saturation: 0.61 and the lightness value of ad562a is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010110 00101010
Octal 255 126 52
Decimal 173 86 42
Hex AD 56 2A

RGB Percentages of Color #ad562a

%57.48
%28.57
%13.95

CMYK Percentages of Color #ad562a

%0
%50
%76
%32

Triadic Colors of #ad562a

#ad562a #2aad56 #562aad

Analogous Colors of #ad562a

#ad562a #ad982a #ad2a3f

Monochromatic Colors of #ad562a

#ad562a

Complementary Color

#ad562a #2a81ad

#ad562a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad562a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad562a Color CSS Codes

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

#ad562a Text Font Color

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

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


#ad562a Background Color

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

This div background color is #ad562a


#ad562a Border Color

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

This div border color is #ad562a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad562a


Comments

No comments written yet.

Please login to write comment.