Shades of Dusty Grey #AA9493
Tints of Dusty Grey #AA9493
RGB
CMYK
RGB Variations
Color information
#AA9493 (or 0xAA9493) is known color: Dusty Grey. HEX triplet: AA, 94 and 93. RGB value is (170,148,147). Sum of RGB (Red+Green+Blue) = 170+148+147=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9493 is #556B6C. Grayscale: #9A9A9A. Windows color (decimal): -5598061 or 9671850. OLE color: 9671850.
HSL color Cylindrical-coordinate representation of color #AA9493: hue angle of 2.61º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AA9493 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 147 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.33 |
| HSL | 2.61º | 0.12% | 0.62% | - |
| HSV(B) | 2.61º | 0.14% | 0.67% | - |
| XYZ | 32.43 | 31.83 | 32.04 | - |
| YUV | 154.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 147 | 0 | 0.13 | 0.14 | 0.33 | 2.61 | 0.12 | 0.62 |
| Hex | AA | 94 | 93 | 0 | D | E | 21 | 3 | C | 3E |
| Octal | 252 | 224 | 223 | 0 | 15 | 16 | 41 | 3 | 14 | 76 |
| Binary | 10101010 | 10010100 | 10010011 | 0 | 1101 | 1110 | 100001 | 11 | 1100 | 111110 |
Color Harmonies of #AA9493
Complementary color
Monochromatic Colors of #AA9493
Black with #AA9493
Text Example
Text Example
White with #AA9493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9493; }
p { color: rgb(170,148,147); }
H1.HeaderClassName
{
color: #AA9493;
}
.AnyTagClassName
{
color: #AA9493;
}
</style>
background-color css
<style>
a { background-color: #AA9493; }
a { background-color: rgb(170,148,147); }
div.DivClassName
{
background-color: #AA9493;
}
.BgClassName
{
background-color: #AA9493;
}
</style>
border-color css
<style>
span { border-color: #AA9493; }
span { border-color: rgb(170,148,147); }
td.TdClassName
{
border-color: #AA9493;
}
.TagClassName
{
border-color: #AA9493;
}
</style>