Shades of Foggy Grey #ABA89B
Tints of Foggy Grey #ABA89B
RGB
CMYK
RGB Variations
Color information
#ABA89B (or 0xABA89B) is known color: Foggy Grey. HEX triplet: AB, A8 and 9B. RGB value is (171,168,155). Sum of RGB (Red+Green+Blue) = 171+168+155=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA89B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA89B is #545764. Grayscale: #A7A7A7. Windows color (decimal): -5527397 or 10201259. OLE color: 10201259.
HSL color Cylindrical-coordinate representation of color #ABA89B: hue angle of 48.75º degrees, saturation: 0.09, 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 #ABA89B is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 155 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.33 |
| HSL | 48.75º | 0.09% | 0.64% | - |
| HSV(B) | 48.75º | 0.09% | 0.67% | - |
| XYZ | 36.71 | 39.03 | 36.61 | - |
| YUV | 167.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 155 | 0 | 0.02 | 0.09 | 0.33 | 48.75 | 0.09 | 0.64 |
| Hex | AB | A8 | 9B | 0 | 2 | 9 | 21 | 31 | 9 | 40 |
| Octal | 253 | 250 | 233 | 0 | 2 | 11 | 41 | 61 | 11 | 100 |
| Binary | 10101011 | 10101000 | 10011011 | 0 | 10 | 1001 | 100001 | 110001 | 1001 | 1000000 |
Color Harmonies of #ABA89B
Complementary color
Monochromatic Colors of #ABA89B
Black with #ABA89B
Text Example
Text Example
White with #ABA89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA89B; }
p { color: rgb(171,168,155); }
H1.HeaderClassName
{
color: #ABA89B;
}
.AnyTagClassName
{
color: #ABA89B;
}
</style>
background-color css
<style>
a { background-color: #ABA89B; }
a { background-color: rgb(171,168,155); }
div.DivClassName
{
background-color: #ABA89B;
}
.BgClassName
{
background-color: #ABA89B;
}
</style>
border-color css
<style>
span { border-color: #ABA89B; }
span { border-color: rgb(171,168,155); }
td.TdClassName
{
border-color: #ABA89B;
}
.TagClassName
{
border-color: #ABA89B;
}
</style>