Color Hex Logo

#ad815d Color Hex

#AD815D
(173,129,93)
0 Favorites   0 Comments

Color spaces of #ad815d

RGB 17312993
HSL0.080.330.52
HSV27°46°68°
CMYK 0.000.250.46   0.32
XYZ27.059625.375113.8276
Yxy25.37510.40840.3829
Hunter Lab50.37377.732118.9865
CIE-Lab57.439112.377826.0899

#ad815d color RGB value is (173,129,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000001 01011101
Octal 255 201 135
Decimal 173 129 93
Hex AD 81 5D

RGB Percentages of Color #ad815d

%43.80
%32.66
%23.54

CMYK Percentages of Color #ad815d

%0
%25
%46
%32

Triadic Colors of #ad815d

#ad815d #5dad81 #815dad

Analogous Colors of #ad815d

#ad815d #ada95d #ad5d61

Monochromatic Colors of #ad815d

#ad815d

Complementary Color

#ad815d #5d89ad

#ad815d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad815d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad815d Color CSS Codes

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

#ad815d Text Font Color

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

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


#ad815d Background Color

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

This div background color is #ad815d


#ad815d Border Color

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

This div border color is #ad815d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad815d


Comments

No comments written yet.

Please login to write comment.