Color Hex Logo

#ad735f Color Hex

#AD735F
(173,115,95)
0 Favorites   0 Comments

Color spaces of #ad735f

RGB 17311595
HSL0.040.320.53
HSV15°45°68°
CMYK 0.000.340.45   0.32
XYZ25.429921.971913.7272
Yxy21.97190.41600.3594
Hunter Lab46.874214.808915.4487
CIE-Lab53.997220.473120.3995

#ad735f color RGB value is (173,115,95).

#ad735f hex color red value is 173, green value is 115 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ad735f hue: 0.04 , saturation: 0.32 and the lightness value of ad735f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110011 01011111
Octal 255 163 137
Decimal 173 115 95
Hex AD 73 5F

RGB Percentages of Color #ad735f

%45.17
%30.03
%24.80

CMYK Percentages of Color #ad735f

%0
%34
%45
%32

Triadic Colors of #ad735f

#ad735f #5fad73 #735fad

Analogous Colors of #ad735f

#ad735f #ad9a5f #ad5f72

Monochromatic Colors of #ad735f

#ad735f

Complementary Color

#ad735f #5f99ad

#ad735f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad735f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad735f Color CSS Codes

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

#ad735f Text Font Color

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

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


#ad735f Background Color

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

This div background color is #ad735f


#ad735f Border Color

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

This div border color is #ad735f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad735f


Comments

No comments written yet.

Please login to write comment.