Color Hex Logo

#ad9031 Color Hex

#AD9031
(173,144,49)
0 Favorites   0 Comments

Color spaces of #ad9031

RGB 17314449
HSL0.130.560.44
HSV46°72°68°
CMYK 0.000.170.72   0.32
XYZ27.761229.05257.0503
Yxy29.05250.43470.4549
Hunter Lab53.9004-2.389829.9750
CIE-Lab60.82790.589352.1502

#ad9031 color RGB value is (173,144,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010000 00110001
Octal 255 220 61
Decimal 173 144 49
Hex AD 90 31

RGB Percentages of Color #ad9031

%47.27
%39.34
%13.39

CMYK Percentages of Color #ad9031

%0
%17
%72
%32

Triadic Colors of #ad9031

#ad9031 #31ad90 #9031ad

Analogous Colors of #ad9031

#ad9031 #8cad31 #ad5231

Monochromatic Colors of #ad9031

#ad9031

Complementary Color

#ad9031 #314ead

#ad9031 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9031 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9031 Color CSS Codes

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

#ad9031 Text Font Color

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

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


#ad9031 Background Color

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

This div background color is #ad9031


#ad9031 Border Color

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

This div border color is #ad9031


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9031


Comments

No comments written yet.

Please login to write comment.