Shades of Dusty Grey #A99493
Tints of Dusty Grey #A99493
RGB
CMYK
RGB Variations
Color information
#A99493 (or 0xA99493) is known color: Dusty Grey. HEX triplet: A9, 94 and 93. RGB value is (169,148,147). Sum of RGB (Red+Green+Blue) = 169+148+147=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 169 - color contains mainly: red. Hex color #A99493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99493 is #566B6C. Grayscale: #9A9A9A. Windows color (decimal): -5663597 or 9671849. OLE color: 9671849.
HSL color Cylindrical-coordinate representation of color #A99493: hue angle of 2.73º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A99493 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 148 | 147 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.34 |
| HSL | 2.73º | 0.11% | 0.62% | - |
| HSV(B) | 2.73º | 0.13% | 0.66% | - |
| XYZ | 32.22 | 31.72 | 32.03 | - |
| YUV | 154.17 | 123.96 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 148 | 147 | 0 | 0.12 | 0.13 | 0.34 | 2.73 | 0.11 | 0.62 |
| Hex | A9 | 94 | 93 | 0 | C | D | 22 | 3 | B | 3E |
| Octal | 251 | 224 | 223 | 0 | 14 | 15 | 42 | 3 | 13 | 76 |
| Binary | 10101001 | 10010100 | 10010011 | 0 | 1100 | 1101 | 100010 | 11 | 1011 | 111110 |
Color Harmonies of #A99493
Complementary color
Monochromatic Colors of #A99493
Black with #A99493
Text Example
Text Example
White with #A99493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99493; }
p { color: rgb(169,148,147); }
H1.HeaderClassName
{
color: #A99493;
}
.AnyTagClassName
{
color: #A99493;
}
</style>
background-color css
<style>
a { background-color: #A99493; }
a { background-color: rgb(169,148,147); }
div.DivClassName
{
background-color: #A99493;
}
.BgClassName
{
background-color: #A99493;
}
</style>
border-color css
<style>
span { border-color: #A99493; }
span { border-color: rgb(169,148,147); }
td.TdClassName
{
border-color: #A99493;
}
.TagClassName
{
border-color: #A99493;
}
</style>