color codes Logo

#ad712c color codes

#AD712C
(173,113,44)
0 Favorites   0 Comments

Color spaces of #ad712c

RGB 17311344
HSL0.090.590.43
HSV32°75°68°
CMYK 0.000.350.75   0.32
XYZ23.593320.87635.1689
Yxy20.87630.47530.4206
Hunter Lab45.690612.213725.2760
CIE-Lab52.813817.622846.2272

#ad712c color RGB value is (173,113,44).

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

The process color (four color CMYK) of #ad712c color code is 0.00, 0.35, 0.75, 0.32. Web safe color of #ad712c is #996633. Color #ad712c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110001 00101100
Octal 255 161 54
Decimal 173 113 44
Hex AD 71 2C

RGB Percentages of Color #ad712c

%52.42
%34.24
%13.33

CMYK Percentages of Color #ad712c

%0
%35
%75
%32

Triadic Colors of #ad712c

#ad712c #2cad71 #712cad

Analogous Colors of #ad712c

#ad712c #a9ad2c #ad312c

Monochromatic Colors of #ad712c

#ad712c

Complementary Color

#ad712c #2c68ad

#ad712c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad712c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad712c Color CSS Codes

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

#ad712c Text Font Color

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

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


#ad712c Background Color

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

This div background color is #ad712c


#ad712c Border Color

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

This div border color is #ad712c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,113,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 #ad712c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad712c


Comments

No comments written yet.

Please login to write comment.