Shades of Foggy Grey #ABA9A0
Tints of Foggy Grey #ABA9A0
RGB
CMYK
RGB Variations
Color information
#ABA9A0 (or 0xABA9A0) is known color: Foggy Grey. HEX triplet: AB, A9 and A0. RGB value is (171,169,160). Sum of RGB (Red+Green+Blue) = 171+169+160=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA9A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA9A0 is #54565F. Grayscale: #A8A8A8. Windows color (decimal): -5527136 or 10529195. OLE color: 10529195.
HSL color Cylindrical-coordinate representation of color #ABA9A0: hue angle of 49.09º 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 #ABA9A0 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 169 | 160 | - |
CMYK | 0 | 0.01 | 0.06 | 0.33 |
HSL | 49.09º | 0.06% | 0.65% | - |
HSV(B) | 49.09º | 0.06% | 0.67% | - |
XYZ | 37.33 | 39.57 | 38.93 | - |
YUV | 168.57 | 123.16 | 129.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 169 | 160 | 0 | 0.01 | 0.06 | 0.33 | 49.09 | 0.06 | 0.65 |
Hex | AB | A9 | A0 | 0 | 1 | 6 | 21 | 31 | 6 | 41 |
Octal | 253 | 251 | 240 | 0 | 1 | 6 | 41 | 61 | 6 | 101 |
Binary | 10101011 | 10101001 | 10100000 | 0 | 1 | 110 | 100001 | 110001 | 110 | 1000001 |
Color Harmonies of #ABA9A0
Complementary color
Monochromatic Colors of #ABA9A0
Black with #ABA9A0
Text Example
Text Example
White with #ABA9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA9A0; }
p { color: rgb(171,169,160); }
H1.HeaderClassName
{
color: #ABA9A0;
}
.AnyTagClassName
{
color: #ABA9A0;
}
</style>
background-color css
<style>
a { background-color: #ABA9A0; }
a { background-color: rgb(171,169,160); }
div.DivClassName
{
background-color: #ABA9A0;
}
.BgClassName
{
background-color: #ABA9A0;
}
</style>
border-color css
<style>
span { border-color: #ABA9A0; }
span { border-color: rgb(171,169,160); }
td.TdClassName
{
border-color: #ABA9A0;
}
.TagClassName
{
border-color: #ABA9A0;
}
</style>