Shades of Dusty Grey #A89493
Tints of Dusty Grey #A89493
RGB
CMYK
RGB Variations
Color information
#A89493 (or 0xA89493) is known color: Dusty Grey. HEX triplet: A8, 94 and 93. RGB value is (168,148,147). Sum of RGB (Red+Green+Blue) = 168+148+147=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 168 - color contains mainly: red. Hex color #A89493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89493 is #576B6C. Grayscale: #999999. Windows color (decimal): -5729133 or 9671848. OLE color: 9671848.
HSL color Cylindrical-coordinate representation of color #A89493: hue angle of 2.86º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A89493 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 148 | 147 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.34 |
| HSL | 2.86º | 0.11% | 0.62% | - |
| HSV(B) | 2.86º | 0.13% | 0.66% | - |
| XYZ | 32 | 31.61 | 32.02 | - |
| YUV | 153.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 147 | 0 | 0.12 | 0.13 | 0.34 | 2.86 | 0.11 | 0.62 |
| Hex | A8 | 94 | 93 | 0 | C | D | 22 | 3 | B | 3E |
| Octal | 250 | 224 | 223 | 0 | 14 | 15 | 42 | 3 | 13 | 76 |
| Binary | 10101000 | 10010100 | 10010011 | 0 | 1100 | 1101 | 100010 | 11 | 1011 | 111110 |
Color Harmonies of #A89493
Complementary color
Monochromatic Colors of #A89493
Black with #A89493
Text Example
Text Example
White with #A89493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89493; }
p { color: rgb(168,148,147); }
H1.HeaderClassName
{
color: #A89493;
}
.AnyTagClassName
{
color: #A89493;
}
</style>
background-color css
<style>
a { background-color: #A89493; }
a { background-color: rgb(168,148,147); }
div.DivClassName
{
background-color: #A89493;
}
.BgClassName
{
background-color: #A89493;
}
</style>
border-color css
<style>
span { border-color: #A89493; }
span { border-color: rgb(168,148,147); }
td.TdClassName
{
border-color: #A89493;
}
.TagClassName
{
border-color: #A89493;
}
</style>