Color Hex Logo

#ad572f Color Hex

#AD572F
(173,87,47)
0 Favorites   0 Comments

Color spaces of #ad572f

RGB 1738747
HSL0.050.570.43
HSV19°73°68°
CMYK 0.000.500.73   0.32
XYZ21.154915.90594.6445
Yxy15.90590.50720.3814
Hunter Lab39.882224.888721.0129
CIE-Lab46.850832.104138.4829

#ad572f color RGB value is (173,87,47).

#ad572f hex color red value is 173, green value is 87 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ad572f hue: 0.05 , saturation: 0.57 and the lightness value of ad572f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010111 00101111
Octal 255 127 57
Decimal 173 87 47
Hex AD 57 2F

RGB Percentages of Color #ad572f

%56.35
%28.34
%15.31

CMYK Percentages of Color #ad572f

%0
%50
%73
%32

Triadic Colors of #ad572f

#ad572f #2fad57 #572fad

Analogous Colors of #ad572f

#ad572f #ad962f #ad2f46

Monochromatic Colors of #ad572f

#ad572f

Complementary Color

#ad572f #2f85ad

#ad572f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad572f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad572f Color CSS Codes

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

#ad572f Text Font Color

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

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


#ad572f Background Color

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

This div background color is #ad572f


#ad572f Border Color

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

This div border color is #ad572f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad572f


Comments

No comments written yet.

Please login to write comment.