Color spaces of #ab511e
RGB | 171 | 81 | 30 |
---|---|---|---|
HSL | 0.06 | 0.70 | 0.39 |
HSV | 22° | 82° | 67° |
CMYK | 0.00 | 0.53 | 0.82 0.33 |
XYZ | 19.9714 | 14.6365 | 3.0008 |
Yxy | 14.6365 | 0.5310 | 0.3892 |
Hunter Lab | 38.2577 | 26.2302 | 22.1299 |
CIE-Lab | 45.1323 | 33.7522 | 44.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
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01010001 | 00011110 |
Octal | 253 | 121 | 36 |
Decimal | 171 | 81 | 30 |
Hex | AB | 51 | 1E |
Shades of #ab511e
Tints of #ab511e
RGB Percentages of Color #ab511e
CMYK Percentages of Color #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.