Shades of Dusty Grey #AB9A99
Tints of Dusty Grey #AB9A99
RGB
CMYK
RGB Variations
Color information
#AB9A99 (or 0xAB9A99) is known color: Dusty Grey. HEX triplet: AB, 9A and 99. RGB value is (171,154,153). Sum of RGB (Red+Green+Blue) = 171+154+153=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9A99 is #546566. Grayscale: #9E9E9E. Windows color (decimal): -5530983 or 10066603. OLE color: 10066603.
HSL color Cylindrical-coordinate representation of color #AB9A99: hue angle of 3.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AB9A99 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 154 | 153 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.33 |
| HSL | 3.33º | 0.1% | 0.64% | - |
| HSV(B) | 3.33º | 0.11% | 0.67% | - |
| XYZ | 34.1 | 34.07 | 34.92 | - |
| YUV | 158.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 153 | 0 | 0.10 | 0.11 | 0.33 | 3.33 | 0.1 | 0.64 |
| Hex | AB | 9A | 99 | 0 | A | B | 21 | 3 | A | 40 |
| Octal | 253 | 232 | 231 | 0 | 12 | 13 | 41 | 3 | 12 | 100 |
| Binary | 10101011 | 10011010 | 10011001 | 0 | 1010 | 1011 | 100001 | 11 | 1010 | 1000000 |
Color Harmonies of #AB9A99
Complementary color
Monochromatic Colors of #AB9A99
Black with #AB9A99
Text Example
Text Example
White with #AB9A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9A99; }
p { color: rgb(171,154,153); }
H1.HeaderClassName
{
color: #AB9A99;
}
.AnyTagClassName
{
color: #AB9A99;
}
</style>
background-color css
<style>
a { background-color: #AB9A99; }
a { background-color: rgb(171,154,153); }
div.DivClassName
{
background-color: #AB9A99;
}
.BgClassName
{
background-color: #AB9A99;
}
</style>
border-color css
<style>
span { border-color: #AB9A99; }
span { border-color: rgb(171,154,153); }
td.TdClassName
{
border-color: #AB9A99;
}
.TagClassName
{
border-color: #AB9A99;
}
</style>