Color Hex Logo

#ad812c Color Hex

#AD812C
(173,129,44)
0 Favorites   0 Comments

Color spaces of #ad812c

RGB 17312944
HSL0.110.590.43
HSV40°75°68°
CMYK 0.000.250.75   0.32
XYZ25.538524.76665.8173
Yxy24.76660.45510.4413
Hunter Lab49.76614.510427.9057
CIE-Lab56.84738.646150.2718

#ad812c color RGB value is (173,129,44).

#ad812c hex color red value is 173, green value is 129 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ad812c hue: 0.11 , saturation: 0.59 and the lightness value of ad812c is 0.43.

The process color (four color CMYK) of #ad812c color hex is 0.00, 0.25, 0.75, 0.32. Web safe color of #ad812c is #999933. Color #ad812c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000001 00101100
Octal 255 201 54
Decimal 173 129 44
Hex AD 81 2C

RGB Percentages of Color #ad812c

%50.00
%37.28
%12.72

CMYK Percentages of Color #ad812c

%0
%25
%75
%32

Triadic Colors of #ad812c

#ad812c #2cad81 #812cad

Analogous Colors of #ad812c

#ad812c #99ad2c #ad402c

Monochromatic Colors of #ad812c

#ad812c

Complementary Color

#ad812c #2c58ad

#ad812c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad812c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad812c Color CSS Codes

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

#ad812c Text Font Color

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

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


#ad812c Background Color

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

This div background color is #ad812c


#ad812c Border Color

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

This div border color is #ad812c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad812c


Comments

No comments written yet.

Please login to write comment.