Color spaces of #ab563f
RGB | 171 | 86 | 63 |
---|---|---|---|
HSL | 0.04 | 0.46 | 0.46 |
HSV | 13° | 63° | 67° |
CMYK | 0.00 | 0.50 | 0.63 0.33 |
XYZ | 21.0196 | 15.6724 | 6.6198 |
Yxy | 15.6724 | 0.4853 | 0.3619 |
Hunter Lab | 39.5884 | 25.4956 | 17.7976 |
CIE-Lab | 46.5417 | 32.7890 | 29.1879 |
#ab563f color RGB value is (171,86,63).
#ab563f hex color red value is 171, green value is 86 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ab563f hue: 0.04 , saturation: 0.46 and the lightness value of ab563f is 0.46.
The process color (four color CMYK) of #ab563f color hex is 0.00, 0.50, 0.63, 0.33. Web safe color of #ab563f is #996633. Color #ab563f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 01010110 | 00111111 |
Octal | 253 | 126 | 77 |
Decimal | 171 | 86 | 63 |
Hex | AB | 56 | 3F |
Shades of #ab563f
Tints of #ab563f
RGB Percentages of Color #ab563f
CMYK Percentages of Color #ab563f
Complementary Color
#ab563f | #3f94ab |
#ab563f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab563f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab563f Color CSS Codes
.mybgcolor {background-color:#ab563f; } .myforecolor {color:#ab563f; } .mybordercolor {border:3px solid #ab563f; }
#ab563f Text Font Color
<p style="color:#ab563f">Text here</p>
This sample text font color is #ab563f
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.
#ab563f Background Color
<div style="background-color:#ab563f">
Div content here</div>
This div background color is #ab563f
#ab563f Border Color
<div style="border:3px solid #ab563f">
Div here</div>
This div border color is #ab563f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,86,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab563f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab563f; -webkit-box-shadow: 1px 1px 3px 2px #ab563f; box-shadow: 1px 1px 3px 2px #ab563f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,86,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab563f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab563f; -webkit-box-shadow: 1px 1px 3px 2px #ab563f; box-shadow: 1px 1px 3px 2px #ab563f;">
Div content here</div>
This div box has shadow with color #ab563f
Comments
No comments written yet.
Please login to write comment.