Shades of Dusty Grey #A99595
Tints of Dusty Grey #A99595
RGB
CMYK
RGB Variations
Color information
#A99595 (or 0xA99595) is known color: Dusty Grey. HEX triplet: A9, 95 and 95. RGB value is (169,149,149). Sum of RGB (Red+Green+Blue) = 169+149+149=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 169 - color contains mainly: red. Hex color #A99595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99595 is #566A6A. Grayscale: #9B9B9B. Windows color (decimal): -5663339 or 9803177. OLE color: 9803177.
HSL color Cylindrical-coordinate representation of color #A99595: hue angle of 0º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A99595 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 149 | 149 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.34 |
| HSL | 0º | 0.1% | 0.62% | - |
| HSV(B) | 0º | 0.12% | 0.66% | - |
| XYZ | 32.53 | 32.1 | 32.91 | - |
| YUV | 154.98 | 124.63 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 149 | 0 | 0.12 | 0.12 | 0.34 | 0 | 0.1 | 0.62 |
| Hex | A9 | 95 | 95 | 0 | C | C | 22 | 0 | A | 3E |
| Octal | 251 | 225 | 225 | 0 | 14 | 14 | 42 | 0 | 12 | 76 |
| Binary | 10101001 | 10010101 | 10010101 | 0 | 1100 | 1100 | 100010 | 0 | 1010 | 111110 |
Color Harmonies of #A99595
Complementary color
Monochromatic Colors of #A99595
Black with #A99595
Text Example
Text Example
White with #A99595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99595; }
p { color: rgb(169,149,149); }
H1.HeaderClassName
{
color: #A99595;
}
.AnyTagClassName
{
color: #A99595;
}
</style>
background-color css
<style>
a { background-color: #A99595; }
a { background-color: rgb(169,149,149); }
div.DivClassName
{
background-color: #A99595;
}
.BgClassName
{
background-color: #A99595;
}
</style>
border-color css
<style>
span { border-color: #A99595; }
span { border-color: rgb(169,149,149); }
td.TdClassName
{
border-color: #A99595;
}
.TagClassName
{
border-color: #A99595;
}
</style>