Color Hex Logo

#ad902e Color Hex

#AD902E
(173,144,46)
0 Favorites   0 Comments

Color spaces of #ad902e

RGB 17314446
HSL0.130.580.43
HSV46°73°68°
CMYK 0.000.170.73   0.32
XYZ27.700029.02806.7278
Yxy29.02800.43650.4575
Hunter Lab53.8776-2.514030.3107
CIE-Lab60.80630.438453.3567

#ad902e color RGB value is (173,144,46).

#ad902e hex color red value is 173, green value is 144 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ad902e hue: 0.13 , saturation: 0.58 and the lightness value of ad902e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010000 00101110
Octal 255 220 56
Decimal 173 144 46
Hex AD 90 2E

RGB Percentages of Color #ad902e

%47.66
%39.67
%12.67

CMYK Percentages of Color #ad902e

%0
%17
%73
%32

Triadic Colors of #ad902e

#ad902e #2ead90 #902ead

Analogous Colors of #ad902e

#ad902e #8bad2e #ad512e

Monochromatic Colors of #ad902e

#ad902e

Complementary Color

#ad902e #2e4bad

#ad902e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad902e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad902e Color CSS Codes

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

#ad902e Text Font Color

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

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


#ad902e Background Color

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

This div background color is #ad902e


#ad902e Border Color

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

This div border color is #ad902e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad902e


Comments

No comments written yet.

Please login to write comment.