Color Hex Logo

#ad593a Color Hex

#AD593A
(173,89,58)
0 Favorites   0 Comments

Color spaces of #ad593a

RGB 1738958
HSL0.040.500.45
HSV16°66°68°
CMYK 0.000.490.66   0.32
XYZ21.569716.33456.0190
Yxy16.33450.49110.3719
Hunter Lab40.416024.536219.4613
CIE-Lab47.410331.660033.1405

#ad593a color RGB value is (173,89,58).

#ad593a hex color red value is 173, green value is 89 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ad593a hue: 0.04 , saturation: 0.50 and the lightness value of ad593a is 0.45.

The process color (four color CMYK) of #ad593a color hex is 0.00, 0.49, 0.66, 0.32. Web safe color of #ad593a is #996633. Color #ad593a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011001 00111010
Octal 255 131 72
Decimal 173 89 58
Hex AD 59 3A

RGB Percentages of Color #ad593a

%54.06
%27.81
%18.13

CMYK Percentages of Color #ad593a

%0
%49
%66
%32

Triadic Colors of #ad593a

#ad593a #3aad59 #593aad

Analogous Colors of #ad593a

#ad593a #ad933a #ad3a55

Monochromatic Colors of #ad593a

#ad593a

Complementary Color

#ad593a #3a8ead

#ad593a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad593a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad593a Color CSS Codes

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

#ad593a Text Font Color

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

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


#ad593a Background Color

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

This div background color is #ad593a


#ad593a Border Color

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

This div border color is #ad593a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad593a


Comments

No comments written yet.

Please login to write comment.