Shades of Dusty Grey #AD9898
Tints of Dusty Grey #AD9898
RGB
CMYK
RGB Variations
Color information
#AD9898 (or 0xAD9898) is known color: Dusty Grey. HEX triplet: AD, 98 and 98. RGB value is (173,152,152). Sum of RGB (Red+Green+Blue) = 173+152+152=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9898 is #526767. Grayscale: #9E9E9E. Windows color (decimal): -5400424 or 10000557. OLE color: 10000557.
HSL color Cylindrical-coordinate representation of color #AD9898: hue angle of 0º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AD9898 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 152 | 152 | - |
CMYK | 0 | 0.12 | 0.12 | 0.32 |
HSL | 0º | 0.11% | 0.64% | - |
HSV(B) | 0º | 0.12% | 0.68% | - |
XYZ | 34.13 | 33.61 | 34.39 | - |
YUV | 158.28 | 124.46 | 138.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 152 | 152 | 0 | 0.12 | 0.12 | 0.32 | 0 | 0.11 | 0.64 |
Hex | AD | 98 | 98 | 0 | C | C | 20 | 0 | B | 40 |
Octal | 255 | 230 | 230 | 0 | 14 | 14 | 40 | 0 | 13 | 100 |
Binary | 10101101 | 10011000 | 10011000 | 0 | 1100 | 1100 | 100000 | 0 | 1011 | 1000000 |
Color Harmonies of #AD9898
Complementary color
Monochromatic Colors of #AD9898
Black with #AD9898
Text Example
Text Example
White with #AD9898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9898; }
p { color: rgb(173,152,152); }
H1.HeaderClassName
{
color: #AD9898;
}
.AnyTagClassName
{
color: #AD9898;
}
</style>
background-color css
<style>
a { background-color: #AD9898; }
a { background-color: rgb(173,152,152); }
div.DivClassName
{
background-color: #AD9898;
}
.BgClassName
{
background-color: #AD9898;
}
</style>
border-color css
<style>
span { border-color: #AD9898; }
span { border-color: rgb(173,152,152); }
td.TdClassName
{
border-color: #AD9898;
}
.TagClassName
{
border-color: #AD9898;
}
</style>