Color Hex Logo

#ad9618 Color Hex

#AD9618
(173,150,24)
0 Favorites   0 Comments

Color spaces of #ad9618

RGB 17315024
HSL0.140.760.39
HSV51°86°68°
CMYK 0.000.130.86   0.32
XYZ28.304830.76295.3102
Yxy30.76290.43970.4778
Hunter Lab55.4643-5.969633.1485
CIE-Lab62.3070-3.634561.9407

#ad9618 color RGB value is (173,150,24).

#ad9618 hex color red value is 173, green value is 150 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #ad9618 hue: 0.14 , saturation: 0.76 and the lightness value of ad9618 is 0.39.

The process color (four color CMYK) of #ad9618 color hex is 0.00, 0.13, 0.86, 0.32. Web safe color of #ad9618 is #999900. Color #ad9618 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010110 00011000
Octal 255 226 30
Decimal 173 150 24
Hex AD 96 18

RGB Percentages of Color #ad9618

%49.86
%43.23
%6.92

CMYK Percentages of Color #ad9618

%0
%13
%86
%32

Triadic Colors of #ad9618

#ad9618 #18ad96 #9618ad

Analogous Colors of #ad9618

#ad9618 #7aad18 #ad4b18

Monochromatic Colors of #ad9618

#ad9618

Complementary Color

#ad9618 #182fad

#ad9618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9618 Color CSS Codes

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

#ad9618 Text Font Color

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

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


#ad9618 Background Color

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

This div background color is #ad9618


#ad9618 Border Color

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

This div border color is #ad9618


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9618


Comments

No comments written yet.

Please login to write comment.