color codes Logo

#ad6d2d color codes

#AD6D2D
(173,109,45)
0 Favorites   0 Comments

Color spaces of #ad6d2d

RGB 17310945
HSL0.080.590.43
HSV30°74°68°
CMYK 0.000.370.74   0.32
XYZ23.175920.01105.1236
Yxy20.01100.47970.4142
Hunter Lab44.733714.194524.5227
CIE-Lab51.849619.914744.7770

#ad6d2d color RGB value is (173,109,45).

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

The process color (four color CMYK) of #ad6d2d color code is 0.00, 0.37, 0.74, 0.32. Web safe color of #ad6d2d is #996633. Color #ad6d2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101101 00101101
Octal 255 155 55
Decimal 173 109 45
Hex AD 6D 2D

RGB Percentages of Color #ad6d2d

%52.91
%33.33
%13.76

CMYK Percentages of Color #ad6d2d

%0
%37
%74
%32

Triadic Colors of #ad6d2d

#ad6d2d #2dad6d #6d2dad

Analogous Colors of #ad6d2d

#ad6d2d #adad2d #ad2d2d

Monochromatic Colors of #ad6d2d

#ad6d2d

Complementary Color

#ad6d2d #2d6dad

#ad6d2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6d2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6d2d Color CSS Codes

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

#ad6d2d Text Font Color

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

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


#ad6d2d Background Color

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

This div background color is #ad6d2d


#ad6d2d Border Color

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

This div border color is #ad6d2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6d2d


Comments

No comments written yet.

Please login to write comment.