Color Hex Logo

#ad911e Color Hex

#AD911E
(173,145,30)
0 Favorites   0 Comments

Color spaces of #ad911e

RGB 17314530
HSL0.130.700.40
HSV48°83°68°
CMYK 0.000.160.83   0.32
XYZ27.593329.22885.4157
Yxy29.22880.44340.4696
Hunter Lab54.0637-3.507631.9053
CIE-Lab60.9830-0.749459.1773

#ad911e color RGB value is (173,145,30).

#ad911e hex color red value is 173, green value is 145 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ad911e hue: 0.13 , saturation: 0.70 and the lightness value of ad911e is 0.40.

The process color (four color CMYK) of #ad911e color hex is 0.00, 0.16, 0.83, 0.32. Web safe color of #ad911e is #999933. Color #ad911e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010001 00011110
Octal 255 221 36
Decimal 173 145 30
Hex AD 91 1E

RGB Percentages of Color #ad911e

%49.71
%41.67
%8.62

CMYK Percentages of Color #ad911e

%0
%16
%83
%32

Triadic Colors of #ad911e

#ad911e #1ead91 #911ead

Analogous Colors of #ad911e

#ad911e #82ad1e #ad4a1e

Monochromatic Colors of #ad911e

#ad911e

Complementary Color

#ad911e #1e3aad

#ad911e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad911e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad911e Color CSS Codes

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

#ad911e Text Font Color

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

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


#ad911e Background Color

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

This div background color is #ad911e


#ad911e Border Color

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

This div border color is #ad911e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad911e


Comments

No comments written yet.

Please login to write comment.