Shades of Dusty Grey #AD9494
Tints of Dusty Grey #AD9494
RGB
CMYK
RGB Variations
Color information
#AD9494 (or 0xAD9494) is known color: Dusty Grey. HEX triplet: AD, 94 and 94. RGB value is (173,148,148). Sum of RGB (Red+Green+Blue) = 173+148+148=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9494 is #526B6B. Grayscale: #9B9B9B. Windows color (decimal): -5401452 or 9737389. OLE color: 9737389.
HSL color Cylindrical-coordinate representation of color #AD9494: hue angle of 0º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AD9494 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 148 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.32 |
| HSL | 0º | 0.13% | 0.63% | - |
| HSV(B) | 0º | 0.14% | 0.68% | - |
| XYZ | 33.17 | 32.2 | 32.48 | - |
| YUV | 155.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 148 | 0 | 0.14 | 0.14 | 0.32 | 0 | 0.13 | 0.63 |
| Hex | AD | 94 | 94 | 0 | E | E | 20 | 0 | D | 3F |
| Octal | 255 | 224 | 224 | 0 | 16 | 16 | 40 | 0 | 15 | 77 |
| Binary | 10101101 | 10010100 | 10010100 | 0 | 1110 | 1110 | 100000 | 0 | 1101 | 111111 |
Color Harmonies of #AD9494
Complementary color
Monochromatic Colors of #AD9494
Black with #AD9494
Text Example
Text Example
White with #AD9494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9494; }
p { color: rgb(173,148,148); }
H1.HeaderClassName
{
color: #AD9494;
}
.AnyTagClassName
{
color: #AD9494;
}
</style>
background-color css
<style>
a { background-color: #AD9494; }
a { background-color: rgb(173,148,148); }
div.DivClassName
{
background-color: #AD9494;
}
.BgClassName
{
background-color: #AD9494;
}
</style>
border-color css
<style>
span { border-color: #AD9494; }
span { border-color: rgb(173,148,148); }
td.TdClassName
{
border-color: #AD9494;
}
.TagClassName
{
border-color: #AD9494;
}
</style>