Color Hex Logo

#ab511e Color Hex

#AB511E
(171,81,30)
0 Favorites   0 Comments

Color spaces of #ab511e

RGB 1718130
HSL0.060.700.39
HSV22°82°67°
CMYK 0.000.530.82   0.33
XYZ19.971414.63653.0008
Yxy14.63650.53100.3892
Hunter Lab38.257726.230222.1299
CIE-Lab45.132333.752244.9886

#ab511e color RGB value is (171,81,30).

#ab511e hex color red value is 171, green value is 81 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ab511e hue: 0.06 , saturation: 0.70 and the lightness value of ab511e is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010001 00011110
Octal 253 121 36
Decimal 171 81 30
Hex AB 51 1E

RGB Percentages of Color #ab511e

%60.64
%28.72
%10.64

CMYK Percentages of Color #ab511e

%0
%53
%82
%33

Triadic Colors of #ab511e

#ab511e #1eab51 #511eab

Analogous Colors of #ab511e

#ab511e #ab981e #ab1e31

Monochromatic Colors of #ab511e

#ab511e

Complementary Color

#ab511e #1e78ab

#ab511e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab511e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab511e Color CSS Codes

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

#ab511e Text Font Color

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

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


#ab511e Background Color

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

This div background color is #ab511e


#ab511e Border Color

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

This div border color is #ab511e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab511e


Comments

No comments written yet.

Please login to write comment.