Color Hex Logo

#ad571c Color Hex

#AD571C
(173,87,28)
0 Favorites   0 Comments

Color spaces of #ad571c

RGB 1738728
HSL0.070.720.39
HSV24°84°68°
CMYK 0.000.500.84   0.32
XYZ20.851415.78453.0463
Yxy15.78450.52550.3978
Hunter Lab39.729724.155423.2647
CIE-Lab46.690531.339147.3714

#ad571c color RGB value is (173,87,28).

#ad571c hex color red value is 173, green value is 87 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ad571c hue: 0.07 , saturation: 0.72 and the lightness value of ad571c is 0.39.

The process color (four color CMYK) of #ad571c color hex is 0.00, 0.50, 0.84, 0.32. Web safe color of #ad571c is #996633. Color #ad571c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010111 00011100
Octal 255 127 34
Decimal 173 87 28
Hex AD 57 1C

RGB Percentages of Color #ad571c

%60.07
%30.21
%9.72

CMYK Percentages of Color #ad571c

%0
%50
%84
%32

Triadic Colors of #ad571c

#ad571c #1cad57 #571cad

Analogous Colors of #ad571c

#ad571c #ada01c #ad1c2a

Monochromatic Colors of #ad571c

#ad571c

Complementary Color

#ad571c #1c72ad

#ad571c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad571c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad571c Color CSS Codes

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

#ad571c Text Font Color

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

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


#ad571c Background Color

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

This div background color is #ad571c


#ad571c Border Color

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

This div border color is #ad571c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad571c


Comments

No comments written yet.

Please login to write comment.