Shades of Dusty Grey #AB9594
Tints of Dusty Grey #AB9594
RGB
CMYK
RGB Variations
Color information
#AB9594 (or 0xAB9594) is known color: Dusty Grey. HEX triplet: AB, 95 and 94. RGB value is (171,149,148). Sum of RGB (Red+Green+Blue) = 171+149+148=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9594 is #546A6B. Grayscale: #9B9B9B. Windows color (decimal): -5532268 or 9737643. OLE color: 9737643.
HSL color Cylindrical-coordinate representation of color #AB9594: hue angle of 2.61º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AB9594 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 149 | 148 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.33 |
| HSL | 2.61º | 0.12% | 0.63% | - |
| HSV(B) | 2.61º | 0.13% | 0.67% | - |
| XYZ | 32.89 | 32.29 | 32.52 | - |
| YUV | 155.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 148 | 0 | 0.13 | 0.13 | 0.33 | 2.61 | 0.12 | 0.63 |
| Hex | AB | 95 | 94 | 0 | D | D | 21 | 3 | C | 3F |
| Octal | 253 | 225 | 224 | 0 | 15 | 15 | 41 | 3 | 14 | 77 |
| Binary | 10101011 | 10010101 | 10010100 | 0 | 1101 | 1101 | 100001 | 11 | 1100 | 111111 |
Color Harmonies of #AB9594
Complementary color
Monochromatic Colors of #AB9594
Black with #AB9594
Text Example
Text Example
White with #AB9594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9594; }
p { color: rgb(171,149,148); }
H1.HeaderClassName
{
color: #AB9594;
}
.AnyTagClassName
{
color: #AB9594;
}
</style>
background-color css
<style>
a { background-color: #AB9594; }
a { background-color: rgb(171,149,148); }
div.DivClassName
{
background-color: #AB9594;
}
.BgClassName
{
background-color: #AB9594;
}
</style>
border-color css
<style>
span { border-color: #AB9594; }
span { border-color: rgb(171,149,148); }
td.TdClassName
{
border-color: #AB9594;
}
.TagClassName
{
border-color: #AB9594;
}
</style>