Shades of Dusty Grey #A29292
Tints of Dusty Grey #A29292
RGB
CMYK
RGB Variations
Color information
#A29292 (or 0xA29292) is known color: Dusty Grey. HEX triplet: A2, 92 and 92. RGB value is (162,146,146). Sum of RGB (Red+Green+Blue) = 162+146+146=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 162 - color contains mainly: red. Hex color #A29292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29292 is #5D6D6D. Grayscale: #969696. Windows color (decimal): -6122862 or 9605794. OLE color: 9605794.
HSL color Cylindrical-coordinate representation of color #A29292: hue angle of 0º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A29292 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 146 | 146 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.36 |
| HSL | 0º | 0.08% | 0.6% | - |
| HSV(B) | 0º | 0.1% | 0.64% | - |
| XYZ | 30.37 | 30.31 | 31.44 | - |
| YUV | 150.78 | 125.3 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 146 | 146 | 0 | 0.10 | 0.10 | 0.36 | 0 | 0.08 | 0.6 |
| Hex | A2 | 92 | 92 | 0 | A | A | 24 | 0 | 8 | 3C |
| Octal | 242 | 222 | 222 | 0 | 12 | 12 | 44 | 0 | 10 | 74 |
| Binary | 10100010 | 10010010 | 10010010 | 0 | 1010 | 1010 | 100100 | 0 | 1000 | 111100 |
Color Harmonies of #A29292
Complementary color
Monochromatic Colors of #A29292
Black with #A29292
Text Example
Text Example
White with #A29292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29292; }
p { color: rgb(162,146,146); }
H1.HeaderClassName
{
color: #A29292;
}
.AnyTagClassName
{
color: #A29292;
}
</style>
background-color css
<style>
a { background-color: #A29292; }
a { background-color: rgb(162,146,146); }
div.DivClassName
{
background-color: #A29292;
}
.BgClassName
{
background-color: #A29292;
}
</style>
border-color css
<style>
span { border-color: #A29292; }
span { border-color: rgb(162,146,146); }
td.TdClassName
{
border-color: #A29292;
}
.TagClassName
{
border-color: #A29292;
}
</style>