Shades of Foggy Grey #ABAAA5
Tints of Foggy Grey #ABAAA5
RGB
CMYK
RGB Variations
Color information
#ABAAA5 (or 0xABAAA5) is known color: Foggy Grey. HEX triplet: AB, AA and A5. RGB value is (171,170,165). Sum of RGB (Red+Green+Blue) = 171+170+165=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 165 (64.84% from 255 or 32.61% from 506); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAAA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAAA5 is #54555A. Grayscale: #A9A9A9. Windows color (decimal): -5526875 or 10857131. OLE color: 10857131.
HSL color Cylindrical-coordinate representation of color #ABAAA5: hue angle of 50º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ABAAA5 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 170 | 165 | - |
CMYK | 0 | 0.01 | 0.04 | 0.33 |
HSL | 50º | 0.03% | 0.66% | - |
HSV(B) | 50º | 0.04% | 0.67% | - |
XYZ | 37.96 | 40.12 | 41.34 | - |
YUV | 169.73 | 125.33 | 128.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 170 | 165 | 0 | 0.01 | 0.04 | 0.33 | 50 | 0.03 | 0.66 |
Hex | AB | AA | A5 | 0 | 1 | 4 | 21 | 32 | 3 | 42 |
Octal | 253 | 252 | 245 | 0 | 1 | 4 | 41 | 62 | 3 | 102 |
Binary | 10101011 | 10101010 | 10100101 | 0 | 1 | 100 | 100001 | 110010 | 11 | 1000010 |
Color Harmonies of #ABAAA5
Complementary color
Monochromatic Colors of #ABAAA5
Black with #ABAAA5
Text Example
Text Example
White with #ABAAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAAA5; }
p { color: rgb(171,170,165); }
H1.HeaderClassName
{
color: #ABAAA5;
}
.AnyTagClassName
{
color: #ABAAA5;
}
</style>
background-color css
<style>
a { background-color: #ABAAA5; }
a { background-color: rgb(171,170,165); }
div.DivClassName
{
background-color: #ABAAA5;
}
.BgClassName
{
background-color: #ABAAA5;
}
</style>
border-color css
<style>
span { border-color: #ABAAA5; }
span { border-color: rgb(171,170,165); }
td.TdClassName
{
border-color: #ABAAA5;
}
.TagClassName
{
border-color: #ABAAA5;
}
</style>