Color Hex Logo

#ad995d Color Hex

#AD995D
(173,153,93)
0 Favorites   0 Comments

Color spaces of #ad995d

RGB 17315393
HSL0.130.330.52
HSV45°46°68°
CMYK 0.000.120.46   0.32
XYZ30.600632.457015.0079
Yxy32.45700.39200.4158
Hunter Lab56.9710-3.822424.2609
CIE-Lab63.7188-0.926334.1344

#ad995d color RGB value is (173,153,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011001 01011101
Octal 255 231 135
Decimal 173 153 93
Hex AD 99 5D

RGB Percentages of Color #ad995d

%41.29
%36.52
%22.20

CMYK Percentages of Color #ad995d

%0
%12
%46
%32

Triadic Colors of #ad995d

#ad995d #5dad99 #995dad

Analogous Colors of #ad995d

#ad995d #99ad5d #ad715d

Monochromatic Colors of #ad995d

#ad995d

Complementary Color

#ad995d #5d71ad

#ad995d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad995d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad995d Color CSS Codes

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

#ad995d Text Font Color

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

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


#ad995d Background Color

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

This div background color is #ad995d


#ad995d Border Color

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

This div border color is #ad995d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad995d


Comments

No comments written yet.

Please login to write comment.