Color Hex Logo

#ad9664 Color Hex

#AD9664
(173,150,100)
0 Favorites   0 Comments

Color spaces of #ad9664

RGB 173150100
HSL0.110.310.54
HSV41°42°68°
CMYK 0.000.130.42   0.32
XYZ30.440231.617016.5549
Yxy31.61700.38720.4022
Hunter Lab56.2290-1.767821.9042
CIE-Lab63.02511.464229.5040

#ad9664 color RGB value is (173,150,100).

#ad9664 hex color red value is 173, green value is 150 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #ad9664 hue: 0.11 , saturation: 0.31 and the lightness value of ad9664 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010110 01100100
Octal 255 226 144
Decimal 173 150 100
Hex AD 96 64

RGB Percentages of Color #ad9664

%40.90
%35.46
%23.64

CMYK Percentages of Color #ad9664

%0
%13
%42
%32

Triadic Colors of #ad9664

#ad9664 #64ad96 #9664ad

Analogous Colors of #ad9664

#ad9664 #a0ad64 #ad7264

Monochromatic Colors of #ad9664

#ad9664

Complementary Color

#ad9664 #647bad

#ad9664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9664 Color CSS Codes

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

#ad9664 Text Font Color

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

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


#ad9664 Background Color

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

This div background color is #ad9664


#ad9664 Border Color

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

This div border color is #ad9664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9664


Comments

No comments written yet.

Please login to write comment.