Shades of Dusty Grey #A89292
Tints of Dusty Grey #A89292
RGB
CMYK
RGB Variations
Color information
#A89292 (or 0xA89292) is known color: Dusty Grey. HEX triplet: A8, 92 and 92. RGB value is (168,146,146). Sum of RGB (Red+Green+Blue) = 168+146+146=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 168 - color contains mainly: red. Hex color #A89292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89292 is #576D6D. Grayscale: #989898. Windows color (decimal): -5729646 or 9605800. OLE color: 9605800.
HSL color Cylindrical-coordinate representation of color #A89292: hue angle of 0º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A89292 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 146 | 146 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.34 |
| HSL | 0º | 0.11% | 0.62% | - |
| HSV(B) | 0º | 0.13% | 0.66% | - |
| XYZ | 31.62 | 30.96 | 31.5 | - |
| YUV | 152.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 146 | 0 | 0.13 | 0.13 | 0.34 | 0 | 0.11 | 0.62 |
| Hex | A8 | 92 | 92 | 0 | D | D | 22 | 0 | B | 3E |
| Octal | 250 | 222 | 222 | 0 | 15 | 15 | 42 | 0 | 13 | 76 |
| Binary | 10101000 | 10010010 | 10010010 | 0 | 1101 | 1101 | 100010 | 0 | 1011 | 111110 |
Color Harmonies of #A89292
Complementary color
Monochromatic Colors of #A89292
Black with #A89292
Text Example
Text Example
White with #A89292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89292; }
p { color: rgb(168,146,146); }
H1.HeaderClassName
{
color: #A89292;
}
.AnyTagClassName
{
color: #A89292;
}
</style>
background-color css
<style>
a { background-color: #A89292; }
a { background-color: rgb(168,146,146); }
div.DivClassName
{
background-color: #A89292;
}
.BgClassName
{
background-color: #A89292;
}
</style>
border-color css
<style>
span { border-color: #A89292; }
span { border-color: rgb(168,146,146); }
td.TdClassName
{
border-color: #A89292;
}
.TagClassName
{
border-color: #A89292;
}
</style>