Color Hex Logo

#ad735a Color Hex

#AD735A
(173,115,90)
0 Favorites   0 Comments

Color spaces of #ad735a

RGB 17311590
HSL0.050.340.52
HSV18°48°68°
CMYK 0.000.340.48   0.32
XYZ25.209821.883912.5682
Yxy21.88390.42250.3668
Hunter Lab46.780214.328016.8170
CIE-Lab53.903619.944223.1439

#ad735a color RGB value is (173,115,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110011 01011010
Octal 255 163 132
Decimal 173 115 90
Hex AD 73 5A

RGB Percentages of Color #ad735a

%45.77
%30.42
%23.81

CMYK Percentages of Color #ad735a

%0
%34
%48
%32

Triadic Colors of #ad735a

#ad735a #5aad73 #735aad

Analogous Colors of #ad735a

#ad735a #ad9d5a #ad5a6b

Monochromatic Colors of #ad735a

#ad735a

Complementary Color

#ad735a #5a94ad

#ad735a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad735a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad735a Color CSS Codes

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

#ad735a Text Font Color

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

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


#ad735a Background Color

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

This div background color is #ad735a


#ad735a Border Color

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

This div border color is #ad735a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad735a


Comments

No comments written yet.

Please login to write comment.