Shades of Dusty Grey #AA9594
Tints of Dusty Grey #AA9594
RGB
CMYK
RGB Variations
Color information
#AA9594 (or 0xAA9594) is known color: Dusty Grey. HEX triplet: AA, 95 and 94. RGB value is (170,149,148). Sum of RGB (Red+Green+Blue) = 170+149+148=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9594 is #556A6B. Grayscale: #9B9B9B. Windows color (decimal): -5597804 or 9737642. OLE color: 9737642.
HSL color Cylindrical-coordinate representation of color #AA9594: hue angle of 2.73º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AA9594 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 148 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.33 |
| HSL | 2.73º | 0.11% | 0.62% | - |
| HSV(B) | 2.73º | 0.13% | 0.67% | - |
| XYZ | 32.67 | 32.18 | 32.51 | - |
| YUV | 155.17 | 123.96 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 148 | 0 | 0.12 | 0.13 | 0.33 | 2.73 | 0.11 | 0.62 |
| Hex | AA | 95 | 94 | 0 | C | D | 21 | 3 | B | 3E |
| Octal | 252 | 225 | 224 | 0 | 14 | 15 | 41 | 3 | 13 | 76 |
| Binary | 10101010 | 10010101 | 10010100 | 0 | 1100 | 1101 | 100001 | 11 | 1011 | 111110 |
Color Harmonies of #AA9594
Complementary color
Monochromatic Colors of #AA9594
Black with #AA9594
Text Example
Text Example
White with #AA9594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9594; }
p { color: rgb(170,149,148); }
H1.HeaderClassName
{
color: #AA9594;
}
.AnyTagClassName
{
color: #AA9594;
}
</style>
background-color css
<style>
a { background-color: #AA9594; }
a { background-color: rgb(170,149,148); }
div.DivClassName
{
background-color: #AA9594;
}
.BgClassName
{
background-color: #AA9594;
}
</style>
border-color css
<style>
span { border-color: #AA9594; }
span { border-color: rgb(170,149,148); }
td.TdClassName
{
border-color: #AA9594;
}
.TagClassName
{
border-color: #AA9594;
}
</style>