Shades of Dark Gray #ABABAB
Tints of Dark Gray #ABABAB
RGB
CMYK
RGB Variations
Color information
#ABABAB (or 0xABABAB) is known color: Dark Gray. HEX triplet: AB, AB and AB. RGB value is (171,171,171). Sum of RGB (Red+Green+Blue) = 171+171+171=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 171 - color contains mainly: red, green, blue. Hex color #ABABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABABAB is #545454. Grayscale: #ABABAB. Windows color (decimal): -5526613 or 11250603. OLE color: 11250603.
HSL color Cylindrical-coordinate representation of color #ABABAB: hue angle of 0º degrees, saturation: 0, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0%. Process color model (Four color, CMYK) of #ABABAB is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 171 | 171 | - |
CMYK | 0 | 0 | 0 | 0.33 |
HSL | 0º | 0% | 0.67% | - |
HSV(B) | 0º | 0% | 0.67% | - |
XYZ | 38.71 | 40.72 | 44.35 | - |
YUV | 171 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 171 | 171 | 0 | 0 | 0 | 0.33 | 0 | 0 | 0.67 |
Hex | AB | AB | AB | 0 | 0 | 0 | 21 | 0 | 0 | 43 |
Octal | 253 | 253 | 253 | 0 | 0 | 0 | 41 | 0 | 0 | 103 |
Binary | 10101011 | 10101011 | 10101011 | 0 | 0 | 0 | 100001 | 0 | 0 | 1000011 |
Color Harmonies of #ABABAB
Complementary color
Monochromatic Colors of #ABABAB
Black with #ABABAB
Text Example
Text Example
White with #ABABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABABAB; }
p { color: rgb(171,171,171); }
H1.HeaderClassName
{
color: #ABABAB;
}
.AnyTagClassName
{
color: #ABABAB;
}
</style>
background-color css
<style>
a { background-color: #ABABAB; }
a { background-color: rgb(171,171,171); }
div.DivClassName
{
background-color: #ABABAB;
}
.BgClassName
{
background-color: #ABABAB;
}
</style>
border-color css
<style>
span { border-color: #ABABAB; }
span { border-color: rgb(171,171,171); }
td.TdClassName
{
border-color: #ABABAB;
}
.TagClassName
{
border-color: #ABABAB;
}
</style>