Color Hex Logo

#ad9659 Color Hex

#AD9659
(173,150,89)
0 Favorites   0 Comments

Color spaces of #ad9659

RGB 17315089
HSL0.120.340.51
HSV44°49°68°
CMYK 0.000.130.49   0.32
XYZ29.943131.418213.9373
Yxy31.41820.39770.4172
Hunter Lab56.0519-2.735724.4939
CIE-Lab62.85910.307235.1696

#ad9659 color RGB value is (173,150,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010110 01011001
Octal 255 226 131
Decimal 173 150 89
Hex AD 96 59

RGB Percentages of Color #ad9659

%41.99
%36.41
%21.60

CMYK Percentages of Color #ad9659

%0
%13
%49
%32

Triadic Colors of #ad9659

#ad9659 #59ad96 #9659ad

Analogous Colors of #ad9659

#ad9659 #9aad59 #ad6c59

Monochromatic Colors of #ad9659

#ad9659

Complementary Color

#ad9659 #5970ad

#ad9659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9659 Color CSS Codes

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

#ad9659 Text Font Color

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

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


#ad9659 Background Color

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

This div background color is #ad9659


#ad9659 Border Color

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

This div border color is #ad9659


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9659


Comments

No comments written yet.

Please login to write comment.