Color Hex Logo

#ad582c Color Hex

#AD582C
(173,88,44)
0 Favorites   0 Comments

Color spaces of #ad582c

RGB 1738844
HSL0.060.590.43
HSV20°75°68°
CMYK 0.000.490.75   0.32
XYZ21.177916.04554.3638
Yxy16.04550.50920.3858
Hunter Lab40.056824.272821.5807
CIE-Lab47.034131.423740.2361

#ad582c color RGB value is (173,88,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011000 00101100
Octal 255 130 54
Decimal 173 88 44
Hex AD 58 2C

RGB Percentages of Color #ad582c

%56.72
%28.85
%14.43

CMYK Percentages of Color #ad582c

%0
%49
%75
%32

Triadic Colors of #ad582c

#ad582c #2cad58 #582cad

Analogous Colors of #ad582c

#ad582c #ad992c #ad2c40

Monochromatic Colors of #ad582c

#ad582c

Complementary Color

#ad582c #2c81ad

#ad582c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad582c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad582c Color CSS Codes

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

#ad582c Text Font Color

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

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


#ad582c Background Color

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

This div background color is #ad582c


#ad582c Border Color

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

This div border color is #ad582c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad582c


Comments

No comments written yet.

Please login to write comment.