Color Hex Logo

#ad7356 Color Hex

#AD7356
(173,115,86)
0 Favorites   0 Comments

Color spaces of #ad7356

RGB 17311586
HSL0.060.350.51
HSV20°50°68°
CMYK 0.000.340.50   0.32
XYZ25.044021.817611.6954
Yxy21.81760.42770.3726
Hunter Lab46.709313.964517.8511
CIE-Lab53.832919.543025.3306

#ad7356 color RGB value is (173,115,86).

#ad7356 hex color red value is 173, green value is 115 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #ad7356 hue: 0.06 , saturation: 0.35 and the lightness value of ad7356 is 0.51.

The process color (four color CMYK) of #ad7356 color hex is 0.00, 0.34, 0.50, 0.32. Web safe color of #ad7356 is #996666. Color #ad7356 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110011 01010110
Octal 255 163 126
Decimal 173 115 86
Hex AD 73 56

RGB Percentages of Color #ad7356

%46.26
%30.75
%22.99

CMYK Percentages of Color #ad7356

%0
%34
%50
%32

Triadic Colors of #ad7356

#ad7356 #56ad73 #7356ad

Analogous Colors of #ad7356

#ad7356 #ad9f56 #ad5665

Monochromatic Colors of #ad7356

#ad7356

Complementary Color

#ad7356 #5690ad

#ad7356 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad7356 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad7356 Color CSS Codes

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

#ad7356 Text Font Color

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

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


#ad7356 Background Color

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

This div background color is #ad7356


#ad7356 Border Color

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

This div border color is #ad7356


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad7356


Comments

No comments written yet.

Please login to write comment.