Shades of Dusty Grey #AD9F9C
Tints of Dusty Grey #AD9F9C
RGB
CMYK
RGB Variations
Color information
#AD9F9C (or 0xAD9F9C) is known color: Dusty Grey. HEX triplet: AD, 9F and 9C. RGB value is (173,159,156). Sum of RGB (Red+Green+Blue) = 173+159+156=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9F9C is #526063. Grayscale: #A2A2A2. Windows color (decimal): -5398628 or 10264493. OLE color: 10264493.
HSL color Cylindrical-coordinate representation of color #AD9F9C: hue angle of 10.59º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AD9F9C is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 159 | 156 | - |
CMYK | 0 | 0.08 | 0.10 | 0.32 |
HSL | 10.59º | 0.09% | 0.65% | - |
HSV(B) | 10.59º | 0.1% | 0.68% | - |
XYZ | 35.63 | 36.08 | 36.54 | - |
YUV | 162.84 | 124.14 | 135.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 159 | 156 | 0 | 0.08 | 0.10 | 0.32 | 10.59 | 0.09 | 0.65 |
Hex | AD | 9F | 9C | 0 | 8 | A | 20 | B | 9 | 41 |
Octal | 255 | 237 | 234 | 0 | 10 | 12 | 40 | 13 | 11 | 101 |
Binary | 10101101 | 10011111 | 10011100 | 0 | 1000 | 1010 | 100000 | 1011 | 1001 | 1000001 |
Color Harmonies of #AD9F9C
Complementary color
Monochromatic Colors of #AD9F9C
Black with #AD9F9C
Text Example
Text Example
White with #AD9F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9F9C; }
p { color: rgb(173,159,156); }
H1.HeaderClassName
{
color: #AD9F9C;
}
.AnyTagClassName
{
color: #AD9F9C;
}
</style>
background-color css
<style>
a { background-color: #AD9F9C; }
a { background-color: rgb(173,159,156); }
div.DivClassName
{
background-color: #AD9F9C;
}
.BgClassName
{
background-color: #AD9F9C;
}
</style>
border-color css
<style>
span { border-color: #AD9F9C; }
span { border-color: rgb(173,159,156); }
td.TdClassName
{
border-color: #AD9F9C;
}
.TagClassName
{
border-color: #AD9F9C;
}
</style>