Shades of Dusty Grey #A59797
Tints of Dusty Grey #A59797
RGB
CMYK
RGB Variations
Color information
#A59797 (or 0xA59797) is known color: Dusty Grey. HEX triplet: A5, 97 and 97. RGB value is (165,151,151). Sum of RGB (Red+Green+Blue) = 165+151+151=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 165 - color contains mainly: red. Hex color #A59797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59797 is #5A6868. Grayscale: #9B9B9B. Windows color (decimal): -5924969 or 9934757. OLE color: 9934757.
HSL color Cylindrical-coordinate representation of color #A59797: hue angle of 0º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A59797 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 151 | 151 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.35 |
| HSL | 0º | 0.07% | 0.62% | - |
| HSV(B) | 0º | 0.08% | 0.65% | - |
| XYZ | 32.17 | 32.37 | 33.83 | - |
| YUV | 155.19 | 125.64 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 151 | 151 | 0 | 0.08 | 0.08 | 0.35 | 0 | 0.07 | 0.62 |
| Hex | A5 | 97 | 97 | 0 | 8 | 8 | 23 | 0 | 7 | 3E |
| Octal | 245 | 227 | 227 | 0 | 10 | 10 | 43 | 0 | 7 | 76 |
| Binary | 10100101 | 10010111 | 10010111 | 0 | 1000 | 1000 | 100011 | 0 | 111 | 111110 |
Color Harmonies of #A59797
Complementary color
Monochromatic Colors of #A59797
Black with #A59797
Text Example
Text Example
White with #A59797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59797; }
p { color: rgb(165,151,151); }
H1.HeaderClassName
{
color: #A59797;
}
.AnyTagClassName
{
color: #A59797;
}
</style>
background-color css
<style>
a { background-color: #A59797; }
a { background-color: rgb(165,151,151); }
div.DivClassName
{
background-color: #A59797;
}
.BgClassName
{
background-color: #A59797;
}
</style>
border-color css
<style>
span { border-color: #A59797; }
span { border-color: rgb(165,151,151); }
td.TdClassName
{
border-color: #A59797;
}
.TagClassName
{
border-color: #A59797;
}
</style>