Shades of Dusty Grey #A09493
Tints of Dusty Grey #A09493
RGB
CMYK
RGB Variations
Color information
#A09493 (or 0xA09493) is known color: Dusty Grey. HEX triplet: A0, 94 and 93. RGB value is (160,148,147). Sum of RGB (Red+Green+Blue) = 160+148+147=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 160 - color contains mainly: red. Hex color #A09493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09493 is #5F6B6C. Grayscale: #979797. Windows color (decimal): -6253421 or 9671840. OLE color: 9671840.
HSL color Cylindrical-coordinate representation of color #A09493: hue angle of 4.62º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A09493 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 148 | 147 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.37 |
| HSL | 4.62º | 0.06% | 0.6% | - |
| HSV(B) | 4.62º | 0.08% | 0.63% | - |
| XYZ | 30.35 | 30.76 | 31.94 | - |
| YUV | 151.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 148 | 147 | 0 | 0.07 | 0.08 | 0.37 | 4.62 | 0.06 | 0.6 |
| Hex | A0 | 94 | 93 | 0 | 7 | 8 | 25 | 5 | 6 | 3C |
| Octal | 240 | 224 | 223 | 0 | 7 | 10 | 45 | 5 | 6 | 74 |
| Binary | 10100000 | 10010100 | 10010011 | 0 | 111 | 1000 | 100101 | 101 | 110 | 111100 |
Color Harmonies of #A09493
Complementary color
Monochromatic Colors of #A09493
Black with #A09493
Text Example
Text Example
White with #A09493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09493; }
p { color: rgb(160,148,147); }
H1.HeaderClassName
{
color: #A09493;
}
.AnyTagClassName
{
color: #A09493;
}
</style>
background-color css
<style>
a { background-color: #A09493; }
a { background-color: rgb(160,148,147); }
div.DivClassName
{
background-color: #A09493;
}
.BgClassName
{
background-color: #A09493;
}
</style>
border-color css
<style>
span { border-color: #A09493; }
span { border-color: rgb(160,148,147); }
td.TdClassName
{
border-color: #A09493;
}
.TagClassName
{
border-color: #A09493;
}
</style>