Color Hex Logo

#ad5c32 Color Hex

#AD5C32
(173,92,50)
0 Favorites   0 Comments

Color spaces of #ad5c32

RGB 1739250
HSL0.060.550.44
HSV20°71°68°
CMYK 0.000.470.71   0.32
XYZ21.636416.76885.1140
Yxy16.76880.49720.3853
Hunter Lab40.949722.651121.2604
CIE-Lab47.967429.572938.1285

#ad5c32 color RGB value is (173,92,50).

#ad5c32 hex color red value is 173, green value is 92 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #ad5c32 hue: 0.06 , saturation: 0.55 and the lightness value of ad5c32 is 0.44.

The process color (four color CMYK) of #ad5c32 color hex is 0.00, 0.47, 0.71, 0.32. Web safe color of #ad5c32 is #996633. Color #ad5c32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011100 00110010
Octal 255 134 62
Decimal 173 92 50
Hex AD 5C 32

RGB Percentages of Color #ad5c32

%54.92
%29.21
%15.87

CMYK Percentages of Color #ad5c32

%0
%47
%71
%32

Triadic Colors of #ad5c32

#ad5c32 #32ad5c #5c32ad

Analogous Colors of #ad5c32

#ad5c32 #ad9a32 #ad3246

Monochromatic Colors of #ad5c32

#ad5c32

Complementary Color

#ad5c32 #3283ad

#ad5c32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5c32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5c32 Color CSS Codes

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

#ad5c32 Text Font Color

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

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


#ad5c32 Background Color

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

This div background color is #ad5c32


#ad5c32 Border Color

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

This div border color is #ad5c32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5c32


Comments

No comments written yet.

Please login to write comment.