Color Hex Logo

#ad993e Color Hex

#AD993E
(173,153,62)
0 Favorites   0 Comments

Color spaces of #ad993e

RGB 17315362
HSL0.140.470.46
HSV49°64°68°
CMYK 0.000.120.64   0.32
XYZ29.494332.01459.1823
Yxy32.01450.41720.4529
Hunter Lab56.5814-5.970329.9851
CIE-Lab63.3549-3.538149.1132

#ad993e color RGB value is (173,153,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011001 00111110
Octal 255 231 76
Decimal 173 153 62
Hex AD 99 3E

RGB Percentages of Color #ad993e

%44.59
%39.43
%15.98

CMYK Percentages of Color #ad993e

%0
%12
%64
%32

Triadic Colors of #ad993e

#ad993e #3ead99 #993ead

Analogous Colors of #ad993e

#ad993e #8aad3e #ad623e

Monochromatic Colors of #ad993e

#ad993e

Complementary Color

#ad993e #3e52ad

#ad993e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad993e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad993e Color CSS Codes

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

#ad993e Text Font Color

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

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


#ad993e Background Color

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

This div background color is #ad993e


#ad993e Border Color

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

This div border color is #ad993e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad993e


Comments

No comments written yet.

Please login to write comment.