Color Hex Logo

#ad755e Color Hex

#AD755E
(173,117,94)
0 Favorites   0 Comments

Color spaces of #ad755e

RGB 17311794
HSL0.050.330.52
HSV17°46°68°
CMYK 0.000.320.46   0.32
XYZ25.615322.415013.5661
Yxy22.41500.41590.3639
Hunter Lab47.344513.723016.1522
CIE-Lab54.464619.239521.5992

#ad755e color RGB value is (173,117,94).

#ad755e hex color red value is 173, green value is 117 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ad755e hue: 0.05 , saturation: 0.33 and the lightness value of ad755e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110101 01011110
Octal 255 165 136
Decimal 173 117 94
Hex AD 75 5E

RGB Percentages of Color #ad755e

%45.05
%30.47
%24.48

CMYK Percentages of Color #ad755e

%0
%32
%46
%32

Triadic Colors of #ad755e

#ad755e #5ead75 #755ead

Analogous Colors of #ad755e

#ad755e #ad9d5e #ad5e6f

Monochromatic Colors of #ad755e

#ad755e

Complementary Color

#ad755e #5e96ad

#ad755e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad755e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad755e Color CSS Codes

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

#ad755e Text Font Color

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

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


#ad755e Background Color

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

This div background color is #ad755e


#ad755e Border Color

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

This div border color is #ad755e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad755e


Comments

No comments written yet.

Please login to write comment.