Shades of Foggy Grey #ABAB9D
Tints of Foggy Grey #ABAB9D
RGB
CMYK
RGB Variations
Color information
#ABAB9D (or 0xABAB9D) is known color: Foggy Grey. HEX triplet: AB, AB and 9D. RGB value is (171,171,157). Sum of RGB (Red+Green+Blue) = 171+171+157=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB9D is #545462. Grayscale: #A9A9A9. Windows color (decimal): -5526627 or 10333099. OLE color: 10333099.
HSL color Cylindrical-coordinate representation of color #ABAB9D: hue angle of 60º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABAB9D is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 171 | 157 | - |
CMYK | 0 | 0 | 0.08 | 0.33 |
HSL | 60º | 0.08% | 0.64% | - |
HSV(B) | 60º | 0.08% | 0.67% | - |
XYZ | 37.44 | 40.22 | 37.69 | - |
YUV | 169.4 | 121 | 129.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 171 | 157 | 0 | 0 | 0.08 | 0.33 | 60 | 0.08 | 0.64 |
Hex | AB | AB | 9D | 0 | 0 | 8 | 21 | 3C | 8 | 40 |
Octal | 253 | 253 | 235 | 0 | 0 | 10 | 41 | 74 | 10 | 100 |
Binary | 10101011 | 10101011 | 10011101 | 0 | 0 | 1000 | 100001 | 111100 | 1000 | 1000000 |
Color Harmonies of #ABAB9D
Complementary color
Monochromatic Colors of #ABAB9D
Black with #ABAB9D
Text Example
Text Example
White with #ABAB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB9D; }
p { color: rgb(171,171,157); }
H1.HeaderClassName
{
color: #ABAB9D;
}
.AnyTagClassName
{
color: #ABAB9D;
}
</style>
background-color css
<style>
a { background-color: #ABAB9D; }
a { background-color: rgb(171,171,157); }
div.DivClassName
{
background-color: #ABAB9D;
}
.BgClassName
{
background-color: #ABAB9D;
}
</style>
border-color css
<style>
span { border-color: #ABAB9D; }
span { border-color: rgb(171,171,157); }
td.TdClassName
{
border-color: #ABAB9D;
}
.TagClassName
{
border-color: #ABAB9D;
}
</style>