Color Hex Logo

#ad913e Color Hex

#AD913E
(173,145,62)
0 Favorites   0 Comments

Color spaces of #ad913e

RGB 17314562
HSL0.120.470.46
HSV45°64°68°
CMYK 0.000.160.64   0.32
XYZ28.228529.48288.7604
Yxy29.48280.42470.4435
Hunter Lab54.2981-2.223028.4429
CIE-Lab61.20540.813446.7716

#ad913e color RGB value is (173,145,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010001 00111110
Octal 255 221 76
Decimal 173 145 62
Hex AD 91 3E

RGB Percentages of Color #ad913e

%45.53
%38.16
%16.32

CMYK Percentages of Color #ad913e

%0
%16
%64
%32

Triadic Colors of #ad913e

#ad913e #3ead91 #913ead

Analogous Colors of #ad913e

#ad913e #92ad3e #ad5a3e

Monochromatic Colors of #ad913e

#ad913e

Complementary Color

#ad913e #3e5aad

#ad913e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad913e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad913e Color CSS Codes

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

#ad913e Text Font Color

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

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


#ad913e Background Color

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

This div background color is #ad913e


#ad913e Border Color

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

This div border color is #ad913e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad913e


Comments

No comments written yet.

Please login to write comment.