Shades of Dusty Grey #AD9292
Tints of Dusty Grey #AD9292
RGB
CMYK
RGB Variations
Color information
#AD9292 (or 0xAD9292) is known color: Dusty Grey. HEX triplet: AD, 92 and 92. RGB value is (173,146,146). Sum of RGB (Red+Green+Blue) = 173+146+146=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9292 is #526D6D. Grayscale: #9A9A9A. Windows color (decimal): -5401966 or 9605805. OLE color: 9605805.
HSL color Cylindrical-coordinate representation of color #AD9292: 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.16%. Process color model (Four color, CMYK) of #AD9292 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 146 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.32 |
| HSL | 0º | 0.14% | 0.63% | - |
| HSV(B) | 0º | 0.16% | 0.68% | - |
| XYZ | 32.7 | 31.52 | 31.55 | - |
| YUV | 154.07 | 123.45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 146 | 0 | 0.16 | 0.16 | 0.32 | 0 | 0.14 | 0.63 |
| Hex | AD | 92 | 92 | 0 | 10 | 10 | 20 | 0 | E | 3F |
| Octal | 255 | 222 | 222 | 0 | 20 | 20 | 40 | 0 | 16 | 77 |
| Binary | 10101101 | 10010010 | 10010010 | 0 | 10000 | 10000 | 100000 | 0 | 1110 | 111111 |
Color Harmonies of #AD9292
Complementary color
Monochromatic Colors of #AD9292
Black with #AD9292
Text Example
Text Example
White with #AD9292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9292; }
p { color: rgb(173,146,146); }
H1.HeaderClassName
{
color: #AD9292;
}
.AnyTagClassName
{
color: #AD9292;
}
</style>
background-color css
<style>
a { background-color: #AD9292; }
a { background-color: rgb(173,146,146); }
div.DivClassName
{
background-color: #AD9292;
}
.BgClassName
{
background-color: #AD9292;
}
</style>
border-color css
<style>
span { border-color: #AD9292; }
span { border-color: rgb(173,146,146); }
td.TdClassName
{
border-color: #AD9292;
}
.TagClassName
{
border-color: #AD9292;
}
</style>