Shades of Dusty Grey #AA9695
Tints of Dusty Grey #AA9695
RGB
CMYK
RGB Variations
Color information
#AA9695 (or 0xAA9695) is known color: Dusty Grey. HEX triplet: AA, 96 and 95. RGB value is (170,150,149). Sum of RGB (Red+Green+Blue) = 170+150+149=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9695 is #55696A. Grayscale: #9B9B9B. Windows color (decimal): -5597547 or 9803434. OLE color: 9803434.
HSL color Cylindrical-coordinate representation of color #AA9695: hue angle of 2.86º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AA9695 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 149 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.33 |
| HSL | 2.86º | 0.11% | 0.63% | - |
| HSV(B) | 2.86º | 0.12% | 0.67% | - |
| XYZ | 32.91 | 32.53 | 32.98 | - |
| YUV | 155.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 149 | 0 | 0.12 | 0.12 | 0.33 | 2.86 | 0.11 | 0.63 |
| Hex | AA | 96 | 95 | 0 | C | C | 21 | 3 | B | 3F |
| Octal | 252 | 226 | 225 | 0 | 14 | 14 | 41 | 3 | 13 | 77 |
| Binary | 10101010 | 10010110 | 10010101 | 0 | 1100 | 1100 | 100001 | 11 | 1011 | 111111 |
Color Harmonies of #AA9695
Complementary color
Monochromatic Colors of #AA9695
Black with #AA9695
Text Example
Text Example
White with #AA9695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9695; }
p { color: rgb(170,150,149); }
H1.HeaderClassName
{
color: #AA9695;
}
.AnyTagClassName
{
color: #AA9695;
}
</style>
background-color css
<style>
a { background-color: #AA9695; }
a { background-color: rgb(170,150,149); }
div.DivClassName
{
background-color: #AA9695;
}
.BgClassName
{
background-color: #AA9695;
}
</style>
border-color css
<style>
span { border-color: #AA9695; }
span { border-color: rgb(170,150,149); }
td.TdClassName
{
border-color: #AA9695;
}
.TagClassName
{
border-color: #AA9695;
}
</style>