Color Hex Logo

#ad703d Color Hex

#AD703D
(173,112,61)
0 Favorites   0 Comments

Color spaces of #ad703d

RGB 17311261
HSL0.080.480.46
HSV27°65°68°
CMYK 0.000.350.65   0.32
XYZ23.870120.80957.1734
Yxy20.80950.46030.4013
Hunter Lab45.617413.572722.6088
CIE-Lab52.740419.163637.7414

#ad703d color RGB value is (173,112,61).

#ad703d hex color red value is 173, green value is 112 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ad703d hue: 0.08 , saturation: 0.48 and the lightness value of ad703d is 0.46.

The process color (four color CMYK) of #ad703d color hex is 0.00, 0.35, 0.65, 0.32. Web safe color of #ad703d is #996633. Color #ad703d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110000 00111101
Octal 255 160 75
Decimal 173 112 61
Hex AD 70 3D

RGB Percentages of Color #ad703d

%50.00
%32.37
%17.63

CMYK Percentages of Color #ad703d

%0
%35
%65
%32

Triadic Colors of #ad703d

#ad703d #3dad70 #703dad

Analogous Colors of #ad703d

#ad703d #ada83d #ad3d42

Monochromatic Colors of #ad703d

#ad703d

Complementary Color

#ad703d #3d7aad

#ad703d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad703d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad703d Color CSS Codes

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

#ad703d Text Font Color

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

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


#ad703d Background Color

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

This div background color is #ad703d


#ad703d Border Color

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

This div border color is #ad703d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad703d


Comments

No comments written yet.

Please login to write comment.