mostly black
Enter any color value (e.g., #c767db, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#ababab color RGB value is (171,171,171)
#ababab color CMYK value
#ababab color HSL value
HSV(or HSB) | 0° | 0 | 67.1 |
XYZ | 38.708 | 40.724 | 44.348 |
Yxy | 0.313 | 0.329 | 40.724 |
LAB | 69.982 | 0.004 | -0.008 |
LUV | 69.982 | 0.001 | -0.012 |
Hunter-LAB | 63.815 | -3.405 | 3.467 |
CIE-LCH | 69.982 | 0.009 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | AB | AB | AB |
Decimal | 171 | 171 | 171 |
Octal | 253 | 253 | 253 |
Binary | 10101011 | 10101011 | 10101011 |
This text has a font color of #ababab.
<span style="color:#ababab">Text here</span>
This paragraph has a background color of #ababab.
<p style="background-color:#ababab;">Content here</p>
This element has a border color of #ababab.
<div style="border:1px #ababab;">Content here</div>
.text {color:#ababab;}
.background {background-color:#ababab;}
.border {border:1px solid #ababab;}
.text-shadow {border:1px solid #ababab;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #010101 is the darkest color, while #f5f5f5 is the lightest one.