Shades of Dusty Grey #A49292
Tints of Dusty Grey #A49292
RGB
CMYK
RGB Variations
Color information
#A49292 (or 0xA49292) is known color: Dusty Grey. HEX triplet: A4, 92 and 92. RGB value is (164,146,146). Sum of RGB (Red+Green+Blue) = 164+146+146=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 164 - color contains mainly: red. Hex color #A49292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49292 is #5B6D6D. Grayscale: #979797. Windows color (decimal): -5991790 or 9605796. OLE color: 9605796.
HSL color Cylindrical-coordinate representation of color #A49292: hue angle of 0º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A49292 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 146 | 146 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.36 |
| HSL | 0º | 0.09% | 0.61% | - |
| HSV(B) | 0º | 0.11% | 0.64% | - |
| XYZ | 30.78 | 30.53 | 31.46 | - |
| YUV | 151.38 | 124.96 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 146 | 146 | 0 | 0.11 | 0.11 | 0.36 | 0 | 0.09 | 0.61 |
| Hex | A4 | 92 | 92 | 0 | B | B | 24 | 0 | 9 | 3D |
| Octal | 244 | 222 | 222 | 0 | 13 | 13 | 44 | 0 | 11 | 75 |
| Binary | 10100100 | 10010010 | 10010010 | 0 | 1011 | 1011 | 100100 | 0 | 1001 | 111101 |
Color Harmonies of #A49292
Complementary color
Monochromatic Colors of #A49292
Black with #A49292
Text Example
Text Example
White with #A49292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49292; }
p { color: rgb(164,146,146); }
H1.HeaderClassName
{
color: #A49292;
}
.AnyTagClassName
{
color: #A49292;
}
</style>
background-color css
<style>
a { background-color: #A49292; }
a { background-color: rgb(164,146,146); }
div.DivClassName
{
background-color: #A49292;
}
.BgClassName
{
background-color: #A49292;
}
</style>
border-color css
<style>
span { border-color: #A49292; }
span { border-color: rgb(164,146,146); }
td.TdClassName
{
border-color: #A49292;
}
.TagClassName
{
border-color: #A49292;
}
</style>