Color Hex Logo

#ad532d Color Hex

#AD532D
(173,83,45)
0 Favorites   0 Comments

Color spaces of #ad532d

RGB 1738345
HSL0.050.590.43
HSV18°74°68°
CMYK 0.000.520.74   0.32
XYZ20.800515.26024.3318
Yxy15.26020.51500.3778
Hunter Lab39.064326.683020.7704
CIE-Lab45.988534.119138.6011

#ad532d color RGB value is (173,83,45).

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

The process color (four color CMYK) of #ad532d color hex is 0.00, 0.52, 0.74, 0.32. Web safe color of #ad532d is #996633. Color #ad532d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010011 00101101
Octal 255 123 55
Decimal 173 83 45
Hex AD 53 2D

RGB Percentages of Color #ad532d

%57.48
%27.57
%14.95

CMYK Percentages of Color #ad532d

%0
%52
%74
%32

Triadic Colors of #ad532d

#ad532d #2dad53 #532dad

Analogous Colors of #ad532d

#ad532d #ad932d #ad2d47

Monochromatic Colors of #ad532d

#ad532d

Complementary Color

#ad532d #2d87ad

#ad532d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad532d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad532d Color CSS Codes

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

#ad532d Text Font Color

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

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


#ad532d Background Color

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

This div background color is #ad532d


#ad532d Border Color

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

This div border color is #ad532d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad532d


Comments

No comments written yet.

Please login to write comment.