Color Hex Logo

#ad903e Color Hex

#AD903E
(173,144,62)
0 Favorites   0 Comments

Color spaces of #ad903e

RGB 17314462
HSL0.120.470.46
HSV44°64°68°
CMYK 0.000.170.64   0.32
XYZ28.076329.17868.7097
Yxy29.17860.42560.4423
Hunter Lab54.0172-1.751928.2522
CIE-Lab60.93891.361346.4790

#ad903e color RGB value is (173,144,62).

#ad903e hex color red value is 173, green value is 144 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ad903e hue: 0.12 , saturation: 0.47 and the lightness value of ad903e is 0.46.

The process color (four color CMYK) of #ad903e color hex is 0.00, 0.17, 0.64, 0.32. Web safe color of #ad903e is #999933. Color #ad903e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010000 00111110
Octal 255 220 76
Decimal 173 144 62
Hex AD 90 3E

RGB Percentages of Color #ad903e

%45.65
%37.99
%16.36

CMYK Percentages of Color #ad903e

%0
%17
%64
%32

Triadic Colors of #ad903e

#ad903e #3ead90 #903ead

Analogous Colors of #ad903e

#ad903e #93ad3e #ad593e

Monochromatic Colors of #ad903e

#ad903e

Complementary Color

#ad903e #3e5bad

#ad903e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad903e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad903e Color CSS Codes

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

#ad903e Text Font Color

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

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


#ad903e Background Color

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

This div background color is #ad903e


#ad903e Border Color

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

This div border color is #ad903e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad903e


Comments

No comments written yet.

Please login to write comment.