Shades of Dusty Grey #AB9797
Tints of Dusty Grey #AB9797
RGB
CMYK
RGB Variations
Color information
#AB9797 (or 0xAB9797) is known color: Dusty Grey. HEX triplet: AB, 97 and 97. RGB value is (171,151,151). Sum of RGB (Red+Green+Blue) = 171+151+151=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 151 (59.38% from 255 or 31.92% from 473); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9797 is #546868. Grayscale: #9D9D9D. Windows color (decimal): -5531753 or 9934763. OLE color: 9934763.
HSL color Cylindrical-coordinate representation of color #AB9797: hue angle of 0º 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 #AB9797 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 151 | 151 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.33 |
| HSL | 0º | 0.11% | 0.63% | - |
| HSV(B) | 0º | 0.12% | 0.67% | - |
| XYZ | 33.45 | 33.03 | 33.89 | - |
| YUV | 156.98 | 124.63 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 151 | 151 | 0 | 0.12 | 0.12 | 0.33 | 0 | 0.11 | 0.63 |
| Hex | AB | 97 | 97 | 0 | C | C | 21 | 0 | B | 3F |
| Octal | 253 | 227 | 227 | 0 | 14 | 14 | 41 | 0 | 13 | 77 |
| Binary | 10101011 | 10010111 | 10010111 | 0 | 1100 | 1100 | 100001 | 0 | 1011 | 111111 |
Color Harmonies of #AB9797
Complementary color
Monochromatic Colors of #AB9797
Black with #AB9797
Text Example
Text Example
White with #AB9797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9797; }
p { color: rgb(171,151,151); }
H1.HeaderClassName
{
color: #AB9797;
}
.AnyTagClassName
{
color: #AB9797;
}
</style>
background-color css
<style>
a { background-color: #AB9797; }
a { background-color: rgb(171,151,151); }
div.DivClassName
{
background-color: #AB9797;
}
.BgClassName
{
background-color: #AB9797;
}
</style>
border-color css
<style>
span { border-color: #AB9797; }
span { border-color: rgb(171,151,151); }
td.TdClassName
{
border-color: #AB9797;
}
.TagClassName
{
border-color: #AB9797;
}
</style>