Color Hex Logo

#ad8459 Color Hex

#AD8459
(173,132,89)
0 Favorites   0 Comments

Color spaces of #ad8459

RGB 17313289
HSL0.090.340.51
HSV31°49°68°
CMYK 0.000.240.49   0.32
XYZ27.288026.108013.0523
Yxy26.10800.41070.3929
Hunter Lab51.09605.910620.6218
CIE-Lab58.139410.282029.2125

#ad8459 color RGB value is (173,132,89).

#ad8459 hex color red value is 173, green value is 132 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #ad8459 hue: 0.09 , saturation: 0.34 and the lightness value of ad8459 is 0.51.

The process color (four color CMYK) of #ad8459 color hex is 0.00, 0.24, 0.49, 0.32. Web safe color of #ad8459 is #999966. Color #ad8459 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000100 01011001
Octal 255 204 131
Decimal 173 132 89
Hex AD 84 59

RGB Percentages of Color #ad8459

%43.91
%33.50
%22.59

CMYK Percentages of Color #ad8459

%0
%24
%49
%32

Triadic Colors of #ad8459

#ad8459 #59ad84 #8459ad

Analogous Colors of #ad8459

#ad8459 #acad59 #ad5a59

Monochromatic Colors of #ad8459

#ad8459

Complementary Color

#ad8459 #5982ad

#ad8459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8459 Color CSS Codes

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

#ad8459 Text Font Color

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

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


#ad8459 Background Color

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

This div background color is #ad8459


#ad8459 Border Color

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

This div border color is #ad8459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8459


Comments

No comments written yet.

Please login to write comment.