Color Hex Logo

#ad8463 Color Hex

#AD8463
(173,132,99)
0 Favorites   0 Comments

Color spaces of #ad8463

RGB 17313299
HSL0.070.310.53
HSV27°43°68°
CMYK 0.000.240.43   0.32
XYZ27.737026.287615.4165
Yxy26.28760.39940.3786
Hunter Lab51.27146.840518.0624
CIE-Lab58.309011.350223.8780

#ad8463 color RGB value is (173,132,99).

#ad8463 hex color red value is 173, green value is 132 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #ad8463 hue: 0.07 , saturation: 0.31 and the lightness value of ad8463 is 0.53.

The process color (four color CMYK) of #ad8463 color hex is 0.00, 0.24, 0.43, 0.32. Web safe color of #ad8463 is #999966. Color #ad8463 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000100 01100011
Octal 255 204 143
Decimal 173 132 99
Hex AD 84 63

RGB Percentages of Color #ad8463

%42.82
%32.67
%24.50

CMYK Percentages of Color #ad8463

%0
%24
%43
%32

Triadic Colors of #ad8463

#ad8463 #63ad84 #8463ad

Analogous Colors of #ad8463

#ad8463 #ada963 #ad6367

Monochromatic Colors of #ad8463

#ad8463

Complementary Color

#ad8463 #638cad

#ad8463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8463 Color CSS Codes

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

#ad8463 Text Font Color

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

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


#ad8463 Background Color

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

This div background color is #ad8463


#ad8463 Border Color

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

This div border color is #ad8463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8463


Comments

No comments written yet.

Please login to write comment.