Shades of Foggy Grey #ABABA1
Tints of Foggy Grey #ABABA1
RGB
CMYK
RGB Variations
Color information
#ABABA1 (or 0xABABA1) is known color: Foggy Grey. HEX triplet: AB, AB and A1. RGB value is (171,171,161). Sum of RGB (Red+Green+Blue) = 171+171+161=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABABA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABABA1 is #54545E. Grayscale: #A9A9A9. Windows color (decimal): -5526623 or 10595243. OLE color: 10595243.
HSL color Cylindrical-coordinate representation of color #ABABA1: hue angle of 60º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ABABA1 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 171 | 161 | - |
CMYK | 0 | 0 | 0.06 | 0.33 |
HSL | 60º | 0.06% | 0.65% | - |
HSV(B) | 60º | 0.06% | 0.67% | - |
XYZ | 37.79 | 40.36 | 39.52 | - |
YUV | 169.86 | 123 | 128.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 171 | 161 | 0 | 0 | 0.06 | 0.33 | 60 | 0.06 | 0.65 |
Hex | AB | AB | A1 | 0 | 0 | 6 | 21 | 3C | 6 | 41 |
Octal | 253 | 253 | 241 | 0 | 0 | 6 | 41 | 74 | 6 | 101 |
Binary | 10101011 | 10101011 | 10100001 | 0 | 0 | 110 | 100001 | 111100 | 110 | 1000001 |
Color Harmonies of #ABABA1
Complementary color
Monochromatic Colors of #ABABA1
Black with #ABABA1
Text Example
Text Example
White with #ABABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABABA1; }
p { color: rgb(171,171,161); }
H1.HeaderClassName
{
color: #ABABA1;
}
.AnyTagClassName
{
color: #ABABA1;
}
</style>
background-color css
<style>
a { background-color: #ABABA1; }
a { background-color: rgb(171,171,161); }
div.DivClassName
{
background-color: #ABABA1;
}
.BgClassName
{
background-color: #ABABA1;
}
</style>
border-color css
<style>
span { border-color: #ABABA1; }
span { border-color: rgb(171,171,161); }
td.TdClassName
{
border-color: #ABABA1;
}
.TagClassName
{
border-color: #ABABA1;
}
</style>