Color Hex Logo

#ad513a Color Hex

#AD513A
(173,81,58)
0 Favorites   0 Comments

Color spaces of #ad513a

RGB 1738158
HSL0.030.500.45
HSV12°66°68°
CMYK 0.000.530.66   0.32
XYZ20.939715.07465.8090
Yxy15.07460.50070.3604
Hunter Lab38.826028.323318.3075
CIE-Lab45.736235.877431.1506

#ad513a color RGB value is (173,81,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010001 00111010
Octal 255 121 72
Decimal 173 81 58
Hex AD 51 3A

RGB Percentages of Color #ad513a

%55.45
%25.96
%18.59

CMYK Percentages of Color #ad513a

%0
%53
%66
%32

Triadic Colors of #ad513a

#ad513a #3aad51 #513aad

Analogous Colors of #ad513a

#ad513a #ad8b3a #ad3a5d

Monochromatic Colors of #ad513a

#ad513a

Complementary Color

#ad513a #3a96ad

#ad513a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad513a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad513a Color CSS Codes

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

#ad513a Text Font Color

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

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


#ad513a Background Color

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

This div background color is #ad513a


#ad513a Border Color

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

This div border color is #ad513a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,81,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 #ad513a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad513a


Comments

No comments written yet.

Please login to write comment.