Color Hex Logo

#ad815e Color Hex

#AD815E
(173,129,94)
0 Favorites   0 Comments

Color spaces of #ad815e

RGB 17312994
HSL0.070.330.52
HSV27°46°68°
CMYK 0.000.250.46   0.32
XYZ27.104225.392914.0624
Yxy25.39290.40720.3815
Hunter Lab50.39147.825618.7283
CIE-Lab57.456312.484425.5537

#ad815e color RGB value is (173,129,94).

#ad815e hex color red value is 173, green value is 129 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ad815e hue: 0.07 , saturation: 0.33 and the lightness value of ad815e is 0.52.

The process color (four color CMYK) of #ad815e color hex is 0.00, 0.25, 0.46, 0.32. Web safe color of #ad815e is #999966. Color #ad815e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000001 01011110
Octal 255 201 136
Decimal 173 129 94
Hex AD 81 5E

RGB Percentages of Color #ad815e

%43.69
%32.58
%23.74

CMYK Percentages of Color #ad815e

%0
%25
%46
%32

Triadic Colors of #ad815e

#ad815e #5ead81 #815ead

Analogous Colors of #ad815e

#ad815e #ada95e #ad5e63

Monochromatic Colors of #ad815e

#ad815e

Complementary Color

#ad815e #5e8aad

#ad815e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad815e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad815e Color CSS Codes

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

#ad815e Text Font Color

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

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


#ad815e Background Color

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

This div background color is #ad815e


#ad815e Border Color

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

This div border color is #ad815e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad815e


Comments

No comments written yet.

Please login to write comment.