Color Hex Logo

#ab572d Color Hex

#AB572D
(171,87,45)
0 Favorites   0 Comments

Color spaces of #ab572d

RGB 1718745
HSL0.060.580.42
HSV20°74°67°
CMYK 0.000.490.74   0.33
XYZ20.676415.66384.4163
Yxy15.66380.50730.3843
Hunter Lab39.577523.992721.0883
CIE-Lab46.530331.183639.0940

#ab572d color RGB value is (171,87,45).

#ab572d hex color red value is 171, green value is 87 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ab572d hue: 0.06 , saturation: 0.58 and the lightness value of ab572d is 0.42.

The process color (four color CMYK) of #ab572d color hex is 0.00, 0.49, 0.74, 0.33. Web safe color of #ab572d is #996633. Color #ab572d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010111 00101101
Octal 253 127 55
Decimal 171 87 45
Hex AB 57 2D

RGB Percentages of Color #ab572d

%56.44
%28.71
%14.85

CMYK Percentages of Color #ab572d

%0
%49
%74
%33

Triadic Colors of #ab572d

#ab572d #2dab57 #572dab

Analogous Colors of #ab572d

#ab572d #ab962d #ab2d42

Monochromatic Colors of #ab572d

#ab572d

Complementary Color

#ab572d #2d81ab

#ab572d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab572d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab572d Color CSS Codes

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

#ab572d Text Font Color

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

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


#ab572d Background Color

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

This div background color is #ab572d


#ab572d Border Color

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

This div border color is #ab572d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab572d


Comments

No comments written yet.

Please login to write comment.