Shades of Dusty Grey #AD9393
Tints of Dusty Grey #AD9393
RGB
CMYK
RGB Variations
Color information
#AD9393 (or 0xAD9393) is known color: Dusty Grey. HEX triplet: AD, 93 and 93. RGB value is (173,147,147). Sum of RGB (Red+Green+Blue) = 173+147+147=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9393 is #526C6C. Grayscale: #9A9A9A. Windows color (decimal): -5401709 or 9671597. OLE color: 9671597.
HSL color Cylindrical-coordinate representation of color #AD9393: hue angle of 0º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AD9393 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 147 | 147 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.32 |
| HSL | 0º | 0.14% | 0.63% | - |
| HSV(B) | 0º | 0.15% | 0.68% | - |
| XYZ | 32.93 | 31.86 | 32.02 | - |
| YUV | 154.77 | 123.61 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 147 | 0 | 0.15 | 0.15 | 0.32 | 0 | 0.14 | 0.63 |
| Hex | AD | 93 | 93 | 0 | F | F | 20 | 0 | E | 3F |
| Octal | 255 | 223 | 223 | 0 | 17 | 17 | 40 | 0 | 16 | 77 |
| Binary | 10101101 | 10010011 | 10010011 | 0 | 1111 | 1111 | 100000 | 0 | 1110 | 111111 |
Color Harmonies of #AD9393
Complementary color
Monochromatic Colors of #AD9393
Black with #AD9393
Text Example
Text Example
White with #AD9393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9393; }
p { color: rgb(173,147,147); }
H1.HeaderClassName
{
color: #AD9393;
}
.AnyTagClassName
{
color: #AD9393;
}
</style>
background-color css
<style>
a { background-color: #AD9393; }
a { background-color: rgb(173,147,147); }
div.DivClassName
{
background-color: #AD9393;
}
.BgClassName
{
background-color: #AD9393;
}
</style>
border-color css
<style>
span { border-color: #AD9393; }
span { border-color: rgb(173,147,147); }
td.TdClassName
{
border-color: #AD9393;
}
.TagClassName
{
border-color: #AD9393;
}
</style>