Shades of Dusty Grey #A59595
Tints of Dusty Grey #A59595
RGB
CMYK
RGB Variations
Color information
#A59595 (or 0xA59595) is known color: Dusty Grey. HEX triplet: A5, 95 and 95. RGB value is (165,149,149). Sum of RGB (Red+Green+Blue) = 165+149+149=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 165 - color contains mainly: red. Hex color #A59595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59595 is #5A6A6A. Grayscale: #999999. Windows color (decimal): -5925483 or 9803173. OLE color: 9803173.
HSL color Cylindrical-coordinate representation of color #A59595: hue angle of 0º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A59595 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 149 | 149 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.35 |
| HSL | 0º | 0.08% | 0.62% | - |
| HSV(B) | 0º | 0.1% | 0.65% | - |
| XYZ | 31.69 | 31.66 | 32.88 | - |
| YUV | 153.78 | 125.3 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 149 | 149 | 0 | 0.10 | 0.10 | 0.35 | 0 | 0.08 | 0.62 |
| Hex | A5 | 95 | 95 | 0 | A | A | 23 | 0 | 8 | 3E |
| Octal | 245 | 225 | 225 | 0 | 12 | 12 | 43 | 0 | 10 | 76 |
| Binary | 10100101 | 10010101 | 10010101 | 0 | 1010 | 1010 | 100011 | 0 | 1000 | 111110 |
Color Harmonies of #A59595
Complementary color
Monochromatic Colors of #A59595
Black with #A59595
Text Example
Text Example
White with #A59595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59595; }
p { color: rgb(165,149,149); }
H1.HeaderClassName
{
color: #A59595;
}
.AnyTagClassName
{
color: #A59595;
}
</style>
background-color css
<style>
a { background-color: #A59595; }
a { background-color: rgb(165,149,149); }
div.DivClassName
{
background-color: #A59595;
}
.BgClassName
{
background-color: #A59595;
}
</style>
border-color css
<style>
span { border-color: #A59595; }
span { border-color: rgb(165,149,149); }
td.TdClassName
{
border-color: #A59595;
}
.TagClassName
{
border-color: #A59595;
}
</style>