Shades of Dusty Grey #A59493
Tints of Dusty Grey #A59493
RGB
CMYK
RGB Variations
Color information
#A59493 (or 0xA59493) is known color: Dusty Grey. HEX triplet: A5, 94 and 93. RGB value is (165,148,147). Sum of RGB (Red+Green+Blue) = 165+148+147=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 165 - color contains mainly: red. Hex color #A59493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59493 is #5A6B6C. Grayscale: #989898. Windows color (decimal): -5925741 or 9671845. OLE color: 9671845.
HSL color Cylindrical-coordinate representation of color #A59493: hue angle of 3.33º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A59493 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 148 | 147 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.35 |
| HSL | 3.33º | 0.09% | 0.61% | - |
| HSV(B) | 3.33º | 0.11% | 0.65% | - |
| XYZ | 31.37 | 31.29 | 31.99 | - |
| YUV | 152.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 148 | 147 | 0 | 0.10 | 0.11 | 0.35 | 3.33 | 0.09 | 0.61 |
| Hex | A5 | 94 | 93 | 0 | A | B | 23 | 3 | 9 | 3D |
| Octal | 245 | 224 | 223 | 0 | 12 | 13 | 43 | 3 | 11 | 75 |
| Binary | 10100101 | 10010100 | 10010011 | 0 | 1010 | 1011 | 100011 | 11 | 1001 | 111101 |
Color Harmonies of #A59493
Complementary color
Monochromatic Colors of #A59493
Black with #A59493
Text Example
Text Example
White with #A59493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59493; }
p { color: rgb(165,148,147); }
H1.HeaderClassName
{
color: #A59493;
}
.AnyTagClassName
{
color: #A59493;
}
</style>
background-color css
<style>
a { background-color: #A59493; }
a { background-color: rgb(165,148,147); }
div.DivClassName
{
background-color: #A59493;
}
.BgClassName
{
background-color: #A59493;
}
</style>
border-color css
<style>
span { border-color: #A59493; }
span { border-color: rgb(165,148,147); }
td.TdClassName
{
border-color: #A59493;
}
.TagClassName
{
border-color: #A59493;
}
</style>