Color spaces of #ab561e
RGB | 171 | 86 | 30 |
---|---|---|---|
HSL | 0.07 | 0.70 | 0.39 |
HSV | 24° | 82° | 67° |
CMYK | 0.00 | 0.50 | 0.82 0.33 |
XYZ | 20.3567 | 15.4072 | 3.1293 |
Yxy | 15.4072 | 0.5234 | 0.3961 |
Hunter Lab | 39.2520 | 23.8819 | 22.7496 |
CIE-Lab | 46.1869 | 31.1056 | 45.9567 |
#ab561e color RGB value is (171,86,30).
#ab561e hex color red value is 171, green value is 86 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ab561e hue: 0.07 , saturation: 0.70 and the lightness value of ab561e is 0.39.
The process color (four color CMYK) of #ab561e color hex is 0.00, 0.50, 0.82, 0.33. Web safe color of #ab561e is #996633. Color #ab561e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01010110 | 00011110 |
Octal | 253 | 126 | 36 |
Decimal | 171 | 86 | 30 |
Hex | AB | 56 | 1E |
Shades of #ab561e
Tints of #ab561e
RGB Percentages of Color #ab561e
CMYK Percentages of Color #ab561e
Complementary Color
#ab561e | #1e73ab |
#ab561e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab561e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab561e Color CSS Codes
.mybgcolor {background-color:#ab561e; } .myforecolor {color:#ab561e; } .mybordercolor {border:3px solid #ab561e; }
#ab561e Text Font Color
<p style="color:#ab561e">Text here</p>
This sample text font color is #ab561e
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.
#ab561e Background Color
<div style="background-color:#ab561e">
Div content here</div>
This div background color is #ab561e
#ab561e Border Color
<div style="border:3px solid #ab561e">
Div here</div>
This div border color is #ab561e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,86,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab561e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab561e; -webkit-box-shadow: 1px 1px 3px 2px #ab561e; box-shadow: 1px 1px 3px 2px #ab561e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,86,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 #ab561e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab561e; -webkit-box-shadow: 1px 1px 3px 2px #ab561e; box-shadow: 1px 1px 3px 2px #ab561e;">
Div content here</div>
This div box has shadow with color #ab561e
Comments
No comments written yet.
Please login to write comment.