Shades of Dusty Grey #AB9898
Tints of Dusty Grey #AB9898
RGB
CMYK
RGB Variations
Color information
#AB9898 (or 0xAB9898) is known color: Dusty Grey. HEX triplet: AB, 98 and 98. RGB value is (171,152,152). Sum of RGB (Red+Green+Blue) = 171+152+152=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9898 is #546767. Grayscale: #9D9D9D. Windows color (decimal): -5531496 or 10000555. OLE color: 10000555.
HSL color Cylindrical-coordinate representation of color #AB9898: hue angle of 0º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AB9898 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 152 | 152 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.33 |
| HSL | 0º | 0.1% | 0.63% | - |
| HSV(B) | 0º | 0.11% | 0.67% | - |
| XYZ | 33.69 | 33.38 | 34.37 | - |
| YUV | 157.68 | 124.79 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 152 | 0 | 0.11 | 0.11 | 0.33 | 0 | 0.1 | 0.63 |
| Hex | AB | 98 | 98 | 0 | B | B | 21 | 0 | A | 3F |
| Octal | 253 | 230 | 230 | 0 | 13 | 13 | 41 | 0 | 12 | 77 |
| Binary | 10101011 | 10011000 | 10011000 | 0 | 1011 | 1011 | 100001 | 0 | 1010 | 111111 |
Color Harmonies of #AB9898
Complementary color
Monochromatic Colors of #AB9898
Black with #AB9898
Text Example
Text Example
White with #AB9898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9898; }
p { color: rgb(171,152,152); }
H1.HeaderClassName
{
color: #AB9898;
}
.AnyTagClassName
{
color: #AB9898;
}
</style>
background-color css
<style>
a { background-color: #AB9898; }
a { background-color: rgb(171,152,152); }
div.DivClassName
{
background-color: #AB9898;
}
.BgClassName
{
background-color: #AB9898;
}
</style>
border-color css
<style>
span { border-color: #AB9898; }
span { border-color: rgb(171,152,152); }
td.TdClassName
{
border-color: #AB9898;
}
.TagClassName
{
border-color: #AB9898;
}
</style>