Shades of Foggy Grey #ABABA2
Tints of Foggy Grey #ABABA2
RGB
CMYK
RGB Variations
Color information
#ABABA2 (or 0xABABA2) is known color: Foggy Grey. HEX triplet: AB, AB and A2. RGB value is (171,171,162). Sum of RGB (Red+Green+Blue) = 171+171+162=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABABA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABABA2 is #54545D. Grayscale: #AAAAAA. Windows color (decimal): -5526622 or 10660779. OLE color: 10660779.
HSL color Cylindrical-coordinate representation of color #ABABA2: hue angle of 60º degrees, saturation: 0.05, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ABABA2 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 162 | - |
| CMYK | 0 | 0 | 0.05 | 0.33 |
| HSL | 60º | 0.05% | 0.65% | - |
| HSV(B) | 60º | 0.05% | 0.67% | - |
| XYZ | 37.88 | 40.39 | 39.98 | - |
| YUV | 169.97 | 123.5 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 162 | 0 | 0 | 0.05 | 0.33 | 60 | 0.05 | 0.65 |
| Hex | AB | AB | A2 | 0 | 0 | 5 | 21 | 3C | 5 | 41 |
| Octal | 253 | 253 | 242 | 0 | 0 | 5 | 41 | 74 | 5 | 101 |
| Binary | 10101011 | 10101011 | 10100010 | 0 | 0 | 101 | 100001 | 111100 | 101 | 1000001 |
Color Harmonies of #ABABA2
Complementary color
Monochromatic Colors of #ABABA2
Black with #ABABA2
Text Example
Text Example
White with #ABABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABABA2; }
p { color: rgb(171,171,162); }
H1.HeaderClassName
{
color: #ABABA2;
}
.AnyTagClassName
{
color: #ABABA2;
}
</style>
background-color css
<style>
a { background-color: #ABABA2; }
a { background-color: rgb(171,171,162); }
div.DivClassName
{
background-color: #ABABA2;
}
.BgClassName
{
background-color: #ABABA2;
}
</style>
border-color css
<style>
span { border-color: #ABABA2; }
span { border-color: rgb(171,171,162); }
td.TdClassName
{
border-color: #ABABA2;
}
.TagClassName
{
border-color: #ABABA2;
}
</style>