Shades of Foggy Grey #ABAAA4
Tints of Foggy Grey #ABAAA4
RGB
CMYK
RGB Variations
Color information
#ABAAA4 (or 0xABAAA4) is known color: Foggy Grey. HEX triplet: AB, AA and A4. RGB value is (171,170,164). Sum of RGB (Red+Green+Blue) = 171+170+164=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 164 (64.45% from 255 or 32.48% from 505); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAAA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAAA4 is #54555B. Grayscale: #A9A9A9. Windows color (decimal): -5526876 or 10791595. OLE color: 10791595.
HSL color Cylindrical-coordinate representation of color #ABAAA4: hue angle of 51.43º degrees, saturation: 0.04, 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 #ABAAA4 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 170 | 164 | - |
CMYK | 0 | 0.01 | 0.04 | 0.33 |
HSL | 51.43º | 0.04% | 0.66% | - |
HSV(B) | 51.43º | 0.04% | 0.67% | - |
XYZ | 37.87 | 40.09 | 40.86 | - |
YUV | 169.62 | 124.83 | 128.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 170 | 164 | 0 | 0.01 | 0.04 | 0.33 | 51.43 | 0.04 | 0.66 |
Hex | AB | AA | A4 | 0 | 1 | 4 | 21 | 33 | 4 | 42 |
Octal | 253 | 252 | 244 | 0 | 1 | 4 | 41 | 63 | 4 | 102 |
Binary | 10101011 | 10101010 | 10100100 | 0 | 1 | 100 | 100001 | 110011 | 100 | 1000010 |
Color Harmonies of #ABAAA4
Complementary color
Monochromatic Colors of #ABAAA4
Black with #ABAAA4
Text Example
Text Example
White with #ABAAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAAA4; }
p { color: rgb(171,170,164); }
H1.HeaderClassName
{
color: #ABAAA4;
}
.AnyTagClassName
{
color: #ABAAA4;
}
</style>
background-color css
<style>
a { background-color: #ABAAA4; }
a { background-color: rgb(171,170,164); }
div.DivClassName
{
background-color: #ABAAA4;
}
.BgClassName
{
background-color: #ABAAA4;
}
</style>
border-color css
<style>
span { border-color: #ABAAA4; }
span { border-color: rgb(171,170,164); }
td.TdClassName
{
border-color: #ABAAA4;
}
.TagClassName
{
border-color: #ABAAA4;
}
</style>