Color Hex Logo

#ad863f Color Hex

#AD863F
(173,134,63)
0 Favorites   0 Comments

Color spaces of #ad863f

RGB 17313463
HSL0.110.470.46
HSV39°64°68°
CMYK 0.000.230.64   0.32
XYZ26.655926.29338.3728
Yxy26.29330.43470.4288
Hunter Lab51.27703.056926.2127
CIE-Lab58.31446.960943.0797

#ad863f color RGB value is (173,134,63).

#ad863f hex color red value is 173, green value is 134 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ad863f hue: 0.11 , saturation: 0.47 and the lightness value of ad863f is 0.46.

The process color (four color CMYK) of #ad863f color hex is 0.00, 0.23, 0.64, 0.32. Web safe color of #ad863f is #999933. Color #ad863f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000110 00111111
Octal 255 206 77
Decimal 173 134 63
Hex AD 86 3F

RGB Percentages of Color #ad863f

%46.76
%36.22
%17.03

CMYK Percentages of Color #ad863f

%0
%23
%64
%32

Triadic Colors of #ad863f

#ad863f #3fad86 #863fad

Analogous Colors of #ad863f

#ad863f #9dad3f #ad4f3f

Monochromatic Colors of #ad863f

#ad863f

Complementary Color

#ad863f #3f66ad

#ad863f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad863f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad863f Color CSS Codes

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

#ad863f Text Font Color

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

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


#ad863f Background Color

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

This div background color is #ad863f


#ad863f Border Color

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

This div border color is #ad863f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad863f


Comments

No comments written yet.

Please login to write comment.