Shades of Foggy Grey #ABA89C
Tints of Foggy Grey #ABA89C
RGB
CMYK
RGB Variations
Color information
#ABA89C (or 0xABA89C) is known color: Foggy Grey. HEX triplet: AB, A8 and 9C. RGB value is (171,168,156). Sum of RGB (Red+Green+Blue) = 171+168+156=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA89C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA89C is #545763. Grayscale: #A7A7A7. Windows color (decimal): -5527396 or 10266795. OLE color: 10266795.
HSL color Cylindrical-coordinate representation of color #ABA89C: hue angle of 48º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABA89C is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 156 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.33 |
| HSL | 48º | 0.08% | 0.64% | - |
| HSV(B) | 48º | 0.09% | 0.67% | - |
| XYZ | 36.8 | 39.06 | 37.05 | - |
| YUV | 167.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 156 | 0 | 0.02 | 0.09 | 0.33 | 48 | 0.08 | 0.64 |
| Hex | AB | A8 | 9C | 0 | 2 | 9 | 21 | 30 | 8 | 40 |
| Octal | 253 | 250 | 234 | 0 | 2 | 11 | 41 | 60 | 10 | 100 |
| Binary | 10101011 | 10101000 | 10011100 | 0 | 10 | 1001 | 100001 | 110000 | 1000 | 1000000 |
Color Harmonies of #ABA89C
Complementary color
Monochromatic Colors of #ABA89C
Black with #ABA89C
Text Example
Text Example
White with #ABA89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA89C; }
p { color: rgb(171,168,156); }
H1.HeaderClassName
{
color: #ABA89C;
}
.AnyTagClassName
{
color: #ABA89C;
}
</style>
background-color css
<style>
a { background-color: #ABA89C; }
a { background-color: rgb(171,168,156); }
div.DivClassName
{
background-color: #ABA89C;
}
.BgClassName
{
background-color: #ABA89C;
}
</style>
border-color css
<style>
span { border-color: #ABA89C; }
span { border-color: rgb(171,168,156); }
td.TdClassName
{
border-color: #ABA89C;
}
.TagClassName
{
border-color: #ABA89C;
}
</style>