Color Hex Logo

#ab572f Color Hex

#AB572F
(171,87,47)
0 Favorites   0 Comments

Color spaces of #ab572f

RGB 1718747
HSL0.050.570.43
HSV19°73°67°
CMYK 0.000.490.73   0.33
XYZ20.715915.67964.6239
Yxy15.67960.50500.3822
Hunter Lab39.597524.088920.7948
CIE-Lab46.551331.284438.0700

#ab572f color RGB value is (171,87,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010111 00101111
Octal 253 127 57
Decimal 171 87 47
Hex AB 57 2F

RGB Percentages of Color #ab572f

%56.07
%28.52
%15.41

CMYK Percentages of Color #ab572f

%0
%49
%73
%33

Triadic Colors of #ab572f

#ab572f #2fab57 #572fab

Analogous Colors of #ab572f

#ab572f #ab952f #ab2f45

Monochromatic Colors of #ab572f

#ab572f

Complementary Color

#ab572f #2f83ab

#ab572f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab572f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab572f Color CSS Codes

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

#ab572f Text Font Color

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

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


#ab572f Background Color

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

This div background color is #ab572f


#ab572f Border Color

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

This div border color is #ab572f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab572f


Comments

No comments written yet.

Please login to write comment.