Color Hex Logo

#ad6440 Color Hex

#AD6440
(173,100,64)
0 Favorites   0 Comments

Color spaces of #ad6440

RGB 17310064
HSL0.060.460.46
HSV20°63°68°
CMYK 0.000.420.63   0.32
XYZ22.716218.36877.1987
Yxy18.36870.47050.3804
Hunter Lab42.858719.606720.0426
CIE-Lab49.940326.065632.8188

#ad6440 color RGB value is (173,100,64).

#ad6440 hex color red value is 173, green value is 100 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ad6440 hue: 0.06 , saturation: 0.46 and the lightness value of ad6440 is 0.46.

The process color (four color CMYK) of #ad6440 color hex is 0.00, 0.42, 0.63, 0.32. Web safe color of #ad6440 is #996633. Color #ad6440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100100 01000000
Octal 255 144 100
Decimal 173 100 64
Hex AD 64 40

RGB Percentages of Color #ad6440

%51.34
%29.67
%18.99

CMYK Percentages of Color #ad6440

%0
%42
%63
%32

Triadic Colors of #ad6440

#ad6440 #40ad64 #6440ad

Analogous Colors of #ad6440

#ad6440 #ad9b40 #ad4052

Monochromatic Colors of #ad6440

#ad6440

Complementary Color

#ad6440 #4089ad

#ad6440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6440 Color CSS Codes

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

#ad6440 Text Font Color

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

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


#ad6440 Background Color

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

This div background color is #ad6440


#ad6440 Border Color

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

This div border color is #ad6440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6440


Comments

No comments written yet.

Please login to write comment.