Color Hex Logo

#ad860a Color Hex

#AD860A
(173,134,10)
0 Favorites   0 Comments

Color spaces of #ad860a

RGB 17313410
HSL0.130.890.36
HSV46°94°68°
CMYK 0.000.230.94   0.32
XYZ25.813525.95633.9367
Yxy25.95630.46340.4659
Hunter Lab50.94731.282831.0818
CIE-Lab57.99554.850761.4451

#ad860a color RGB value is (173,134,10).

#ad860a hex color red value is 173, green value is 134 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ad860a hue: 0.13 , saturation: 0.89 and the lightness value of ad860a is 0.36.

The process color (four color CMYK) of #ad860a color hex is 0.00, 0.23, 0.94, 0.32. Web safe color of #ad860a is #999900. Color #ad860a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000110 00001010
Octal 255 206 12
Decimal 173 134 10
Hex AD 86 A

RGB Percentages of Color #ad860a

%54.57
%42.27
%3.15

CMYK Percentages of Color #ad860a

%0
%23
%94
%32

Triadic Colors of #ad860a

#ad860a #0aad86 #860aad

Analogous Colors of #ad860a

#ad860a #83ad0a #ad350a

Monochromatic Colors of #ad860a

#ad860a

Complementary Color

#ad860a #0a31ad

#ad860a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad860a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad860a Color CSS Codes

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

#ad860a Text Font Color

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

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


#ad860a Background Color

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

This div background color is #ad860a


#ad860a Border Color

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

This div border color is #ad860a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad860a


Comments

No comments written yet.

Please login to write comment.