Color Hex Logo

#ad760d Color Hex

#AD760D
(173,118,13)
0 Favorites   0 Comments

Color spaces of #ad760d

RGB 17311813
HSL0.110.860.36
HSV39°92°68°
CMYK 0.000.320.92   0.32
XYZ23.784721.87023.3485
Yxy21.87020.48540.4463
Hunter Lab46.76568.944328.4906
CIE-Lab53.889013.835957.8379

#ad760d color RGB value is (173,118,13).

#ad760d hex color red value is 173, green value is 118 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ad760d hue: 0.11 , saturation: 0.86 and the lightness value of ad760d is 0.36.

The process color (four color CMYK) of #ad760d color hex is 0.00, 0.32, 0.92, 0.32. Web safe color of #ad760d is #996600. Color #ad760d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110110 00001101
Octal 255 166 15
Decimal 173 118 13
Hex AD 76 D

RGB Percentages of Color #ad760d

%56.91
%38.82
%4.28

CMYK Percentages of Color #ad760d

%0
%32
%92
%32

Triadic Colors of #ad760d

#ad760d #0dad76 #760dad

Analogous Colors of #ad760d

#ad760d #94ad0d #ad260d

Monochromatic Colors of #ad760d

#ad760d

Complementary Color

#ad760d #0d44ad

#ad760d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad760d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad760d Color CSS Codes

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

#ad760d Text Font Color

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

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


#ad760d Background Color

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

This div background color is #ad760d


#ad760d Border Color

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

This div border color is #ad760d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad760d


Comments

No comments written yet.

Please login to write comment.