Shades of Dusty Grey #AA9393
Tints of Dusty Grey #AA9393
RGB
CMYK
RGB Variations
Color information
#AA9393 (or 0xAA9393) is known color: Dusty Grey. HEX triplet: AA, 93 and 93. RGB value is (170,147,147). Sum of RGB (Red+Green+Blue) = 170+147+147=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9393 is #556C6C. Grayscale: #999999. Windows color (decimal): -5598317 or 9671594. OLE color: 9671594.
HSL color Cylindrical-coordinate representation of color #AA9393: hue angle of 0º 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 #AA9393 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 147 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.33 |
| HSL | 0º | 0.12% | 0.62% | - |
| HSV(B) | 0º | 0.14% | 0.67% | - |
| XYZ | 32.28 | 31.52 | 31.99 | - |
| YUV | 153.88 | 124.12 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 147 | 0 | 0.14 | 0.14 | 0.33 | 0 | 0.12 | 0.62 |
| Hex | AA | 93 | 93 | 0 | E | E | 21 | 0 | C | 3E |
| Octal | 252 | 223 | 223 | 0 | 16 | 16 | 41 | 0 | 14 | 76 |
| Binary | 10101010 | 10010011 | 10010011 | 0 | 1110 | 1110 | 100001 | 0 | 1100 | 111110 |
Color Harmonies of #AA9393
Complementary color
Monochromatic Colors of #AA9393
Black with #AA9393
Text Example
Text Example
White with #AA9393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9393; }
p { color: rgb(170,147,147); }
H1.HeaderClassName
{
color: #AA9393;
}
.AnyTagClassName
{
color: #AA9393;
}
</style>
background-color css
<style>
a { background-color: #AA9393; }
a { background-color: rgb(170,147,147); }
div.DivClassName
{
background-color: #AA9393;
}
.BgClassName
{
background-color: #AA9393;
}
</style>
border-color css
<style>
span { border-color: #AA9393; }
span { border-color: rgb(170,147,147); }
td.TdClassName
{
border-color: #AA9393;
}
.TagClassName
{
border-color: #AA9393;
}
</style>