Shades of Dusty Grey #AB9896
Tints of Dusty Grey #AB9896
RGB
CMYK
RGB Variations
Color information
#AB9896 (or 0xAB9896) is known color: Dusty Grey. HEX triplet: AB, 98 and 96. RGB value is (171,152,150). Sum of RGB (Red+Green+Blue) = 171+152+150=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9896 is #546769. Grayscale: #9D9D9D. Windows color (decimal): -5531498 or 9869483. OLE color: 9869483.
HSL color Cylindrical-coordinate representation of color #AB9896: hue angle of 5.71º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AB9896 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 152 | 150 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.33 |
| HSL | 5.71º | 0.11% | 0.63% | - |
| HSV(B) | 5.71º | 0.12% | 0.67% | - |
| XYZ | 33.53 | 33.32 | 33.52 | - |
| YUV | 157.45 | 123.79 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 150 | 0 | 0.11 | 0.12 | 0.33 | 5.71 | 0.11 | 0.63 |
| Hex | AB | 98 | 96 | 0 | B | C | 21 | 6 | B | 3F |
| Octal | 253 | 230 | 226 | 0 | 13 | 14 | 41 | 6 | 13 | 77 |
| Binary | 10101011 | 10011000 | 10010110 | 0 | 1011 | 1100 | 100001 | 110 | 1011 | 111111 |
Color Harmonies of #AB9896
Complementary color
Monochromatic Colors of #AB9896
Black with #AB9896
Text Example
Text Example
White with #AB9896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9896; }
p { color: rgb(171,152,150); }
H1.HeaderClassName
{
color: #AB9896;
}
.AnyTagClassName
{
color: #AB9896;
}
</style>
background-color css
<style>
a { background-color: #AB9896; }
a { background-color: rgb(171,152,150); }
div.DivClassName
{
background-color: #AB9896;
}
.BgClassName
{
background-color: #AB9896;
}
</style>
border-color css
<style>
span { border-color: #AB9896; }
span { border-color: rgb(171,152,150); }
td.TdClassName
{
border-color: #AB9896;
}
.TagClassName
{
border-color: #AB9896;
}
</style>