Color Hex Logo

#ab521f Color Hex

#AB521F
(171,82,31)
0 Favorites   0 Comments

Color spaces of #ab521f

RGB 1718231
HSL0.060.690.40
HSV22°82°67°
CMYK 0.000.520.82   0.33
XYZ20.059214.79143.0941
Yxy14.79140.52860.3898
Hunter Lab38.459625.795222.1518
CIE-Lab45.347233.260944.7394

#ab521f color RGB value is (171,82,31).

#ab521f hex color red value is 171, green value is 82 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ab521f hue: 0.06 , saturation: 0.69 and the lightness value of ab521f is 0.40.

The process color (four color CMYK) of #ab521f color hex is 0.00, 0.52, 0.82, 0.33. Web safe color of #ab521f is #996633. Color #ab521f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010010 00011111
Octal 253 122 37
Decimal 171 82 31
Hex AB 52 1F

RGB Percentages of Color #ab521f

%60.21
%28.87
%10.92

CMYK Percentages of Color #ab521f

%0
%52
%82
%33

Triadic Colors of #ab521f

#ab521f #1fab52 #521fab

Analogous Colors of #ab521f

#ab521f #ab981f #ab1f32

Monochromatic Colors of #ab521f

#ab521f

Complementary Color

#ab521f #1f78ab

#ab521f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab521f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab521f Color CSS Codes

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

#ab521f Text Font Color

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

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


#ab521f Background Color

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

This div background color is #ab521f


#ab521f Border Color

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

This div border color is #ab521f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab521f


Comments

No comments written yet.

Please login to write comment.