Color Hex Logo

#ad903d Color Hex

#AD903D
(173,144,61)
0 Favorites   0 Comments

Color spaces of #ad903d

RGB 17314461
HSL0.120.480.46
HSV44°65°68°
CMYK 0.000.170.65   0.32
XYZ28.049129.16778.5665
Yxy29.16770.42640.4434
Hunter Lab54.0071-1.806928.4005
CIE-Lab60.92931.295046.9374

#ad903d color RGB value is (173,144,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010000 00111101
Octal 255 220 75
Decimal 173 144 61
Hex AD 90 3D

RGB Percentages of Color #ad903d

%45.77
%38.10
%16.14

CMYK Percentages of Color #ad903d

%0
%17
%65
%32

Triadic Colors of #ad903d

#ad903d #3dad90 #903dad

Analogous Colors of #ad903d

#ad903d #92ad3d #ad583d

Monochromatic Colors of #ad903d

#ad903d

Complementary Color

#ad903d #3d5aad

#ad903d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad903d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad903d Color CSS Codes

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

#ad903d Text Font Color

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

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


#ad903d Background Color

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

This div background color is #ad903d


#ad903d Border Color

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

This div border color is #ad903d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,144,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 #ad903d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad903d


Comments

No comments written yet.

Please login to write comment.