Shades of Dusty Grey #A59292
Tints of Dusty Grey #A59292
RGB
CMYK
RGB Variations
Color information
#A59292 (or 0xA59292) is known color: Dusty Grey. HEX triplet: A5, 92 and 92. RGB value is (165,146,146). Sum of RGB (Red+Green+Blue) = 165+146+146=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 165 - color contains mainly: red. Hex color #A59292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59292 is #5A6D6D. Grayscale: #979797. Windows color (decimal): -5926254 or 9605797. OLE color: 9605797.
HSL color Cylindrical-coordinate representation of color #A59292: hue angle of 0º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A59292 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 146 | 146 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.35 |
| HSL | 0º | 0.1% | 0.61% | - |
| HSV(B) | 0º | 0.12% | 0.65% | - |
| XYZ | 30.98 | 30.63 | 31.47 | - |
| YUV | 151.68 | 124.79 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 146 | 146 | 0 | 0.12 | 0.12 | 0.35 | 0 | 0.1 | 0.61 |
| Hex | A5 | 92 | 92 | 0 | C | C | 23 | 0 | A | 3D |
| Octal | 245 | 222 | 222 | 0 | 14 | 14 | 43 | 0 | 12 | 75 |
| Binary | 10100101 | 10010010 | 10010010 | 0 | 1100 | 1100 | 100011 | 0 | 1010 | 111101 |
Color Harmonies of #A59292
Complementary color
Monochromatic Colors of #A59292
Black with #A59292
Text Example
Text Example
White with #A59292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59292; }
p { color: rgb(165,146,146); }
H1.HeaderClassName
{
color: #A59292;
}
.AnyTagClassName
{
color: #A59292;
}
</style>
background-color css
<style>
a { background-color: #A59292; }
a { background-color: rgb(165,146,146); }
div.DivClassName
{
background-color: #A59292;
}
.BgClassName
{
background-color: #A59292;
}
</style>
border-color css
<style>
span { border-color: #A59292; }
span { border-color: rgb(165,146,146); }
td.TdClassName
{
border-color: #A59292;
}
.TagClassName
{
border-color: #A59292;
}
</style>