Color Hex Logo

#ad524d Color Hex

#AD524D
(173,82,77)
0 Favorites   0 Comments

Color spaces of #ad524d

RGB 1738277
HSL0.010.380.49
HSV55°68°
CMYK 0.000.530.55   0.32
XYZ21.590415.45468.8663
Yxy15.45460.47030.3366
Hunter Lab39.312329.235914.1467
CIE-Lab46.250736.756120.6410

#ad524d color RGB value is (173,82,77).

#ad524d hex color red value is 173, green value is 82 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ad524d hue: 0.01 , saturation: 0.38 and the lightness value of ad524d is 0.49.

The process color (four color CMYK) of #ad524d color hex is 0.00, 0.53, 0.55, 0.32. Web safe color of #ad524d is #996666. Color #ad524d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010010 01001101
Octal 255 122 115
Decimal 173 82 77
Hex AD 52 4D

RGB Percentages of Color #ad524d

%52.11
%24.70
%23.19

CMYK Percentages of Color #ad524d

%0
%53
%55
%32

Triadic Colors of #ad524d

#ad524d #4dad52 #524dad

Analogous Colors of #ad524d

#ad524d #ad824d #ad4d78

Monochromatic Colors of #ad524d

#ad524d

Complementary Color

#ad524d #4da8ad

#ad524d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad524d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad524d Color CSS Codes

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

#ad524d Text Font Color

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

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


#ad524d Background Color

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

This div background color is #ad524d


#ad524d Border Color

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

This div border color is #ad524d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad524d


Comments

No comments written yet.

Please login to write comment.