Color Hex Logo

#ab572a Color Hex

#AB572A
(171,87,42)
0 Favorites   0 Comments

Color spaces of #ab572a

RGB 1718742
HSL0.060.610.42
HSV21°75°67°
CMYK 0.000.490.75   0.33
XYZ20.620715.64154.1228
Yxy15.64150.51060.3873
Hunter Lab39.549323.857121.5039
CIE-Lab46.500631.041340.6001

#ab572a color RGB value is (171,87,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010111 00101010
Octal 253 127 52
Decimal 171 87 42
Hex AB 57 2A

RGB Percentages of Color #ab572a

%57.00
%29.00
%14.00

CMYK Percentages of Color #ab572a

%0
%49
%75
%33

Triadic Colors of #ab572a

#ab572a #2aab57 #572aab

Analogous Colors of #ab572a

#ab572a #ab982a #ab2a3d

Monochromatic Colors of #ab572a

#ab572a

Complementary Color

#ab572a #2a7eab

#ab572a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab572a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab572a Color CSS Codes

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

#ab572a Text Font Color

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

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


#ab572a Background Color

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

This div background color is #ab572a


#ab572a Border Color

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

This div border color is #ab572a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab572a


Comments

No comments written yet.

Please login to write comment.