Color Hex Logo

#ad861a Color Hex

#AD861A
(173,134,26)
0 Favorites   0 Comments

Color spaces of #ad861a

RGB 17313426
HSL0.120.740.39
HSV44°85°68°
CMYK 0.000.230.85   0.32
XYZ25.945126.00904.6301
Yxy26.00900.45850.4597
Hunter Lab50.99901.561330.3165
CIE-Lab58.04565.184357.8566

#ad861a color RGB value is (173,134,26).

#ad861a hex color red value is 173, green value is 134 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ad861a hue: 0.12 , saturation: 0.74 and the lightness value of ad861a is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000110 00011010
Octal 255 206 32
Decimal 173 134 26
Hex AD 86 1A

RGB Percentages of Color #ad861a

%51.95
%40.24
%7.81

CMYK Percentages of Color #ad861a

%0
%23
%85
%32

Triadic Colors of #ad861a

#ad861a #1aad86 #861aad

Analogous Colors of #ad861a

#ad861a #8bad1a #ad3c1a

Monochromatic Colors of #ad861a

#ad861a

Complementary Color

#ad861a #1a41ad

#ad861a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad861a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad861a Color CSS Codes

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

#ad861a Text Font Color

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

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


#ad861a Background Color

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

This div background color is #ad861a


#ad861a Border Color

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

This div border color is #ad861a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad861a


Comments

No comments written yet.

Please login to write comment.