Color Hex Logo

#ad663d Color Hex

#AD663D
(173,102,61)
0 Favorites   0 Comments

Color spaces of #ad663d

RGB 17310261
HSL0.060.480.46
HSV22°65°68°
CMYK 0.000.410.65   0.32
XYZ22.827318.72396.8258
Yxy18.72390.47190.3870
Hunter Lab43.271118.441620.9371
CIE-Lab50.362624.750334.9682

#ad663d color RGB value is (173,102,61).

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

The process color (four color CMYK) of #ad663d color hex is 0.00, 0.41, 0.65, 0.32. Web safe color of #ad663d is #996633. Color #ad663d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100110 00111101
Octal 255 146 75
Decimal 173 102 61
Hex AD 66 3D

RGB Percentages of Color #ad663d

%51.49
%30.36
%18.15

CMYK Percentages of Color #ad663d

%0
%41
%65
%32

Triadic Colors of #ad663d

#ad663d #3dad66 #663dad

Analogous Colors of #ad663d

#ad663d #ad9e3d #ad3d4c

Monochromatic Colors of #ad663d

#ad663d

Complementary Color

#ad663d #3d84ad

#ad663d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad663d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad663d Color CSS Codes

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

#ad663d Text Font Color

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

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


#ad663d Background Color

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

This div background color is #ad663d


#ad663d Border Color

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

This div border color is #ad663d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad663d


Comments

No comments written yet.

Please login to write comment.