Color Hex Logo

#ad7756 Color Hex

#AD7756
(173,119,86)
1 Favorites   0 Comments

Color spaces of #ad7756

RGB 17311986
HSL0.060.350.51
HSV23°50°68°
CMYK 0.000.310.50   0.32
XYZ25.510122.749811.8507
Yxy22.74980.42440.3785
Hunter Lab47.696811.999518.6566
CIE-Lab54.813717.292026.6025

#ad7756 color RGB value is (173,119,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110111 01010110
Octal 255 167 126
Decimal 173 119 86
Hex AD 77 56

RGB Percentages of Color #ad7756

%45.77
%31.48
%22.75

CMYK Percentages of Color #ad7756

%0
%31
%50
%32

Triadic Colors of #ad7756

#ad7756 #56ad77 #7756ad

Analogous Colors of #ad7756

#ad7756 #ada356 #ad5661

Monochromatic Colors of #ad7756

#ad7756

Complementary Color

#ad7756 #568cad

#ad7756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad7756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad7756 Color CSS Codes

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

#ad7756 Text Font Color

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

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


#ad7756 Background Color

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

This div background color is #ad7756


#ad7756 Border Color

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

This div border color is #ad7756


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad7756


Comments

No comments written yet.

Please login to write comment.