Shades of Dusty Grey #A79494
Tints of Dusty Grey #A79494
RGB
CMYK
RGB Variations
Color information
#A79494 (or 0xA79494) is known color: Dusty Grey. HEX triplet: A7, 94 and 94. RGB value is (167,148,148). Sum of RGB (Red+Green+Blue) = 167+148+148=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 167 - color contains mainly: red. Hex color #A79494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79494 is #586B6B. Grayscale: #999999. Windows color (decimal): -5794668 or 9737383. OLE color: 9737383.
HSL color Cylindrical-coordinate representation of color #A79494: hue angle of 0º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A79494 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 148 | 148 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.35 |
| HSL | 0º | 0.1% | 0.62% | - |
| HSV(B) | 0º | 0.11% | 0.65% | - |
| XYZ | 31.87 | 31.53 | 32.42 | - |
| YUV | 153.68 | 124.79 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 148 | 148 | 0 | 0.11 | 0.11 | 0.35 | 0 | 0.1 | 0.62 |
| Hex | A7 | 94 | 94 | 0 | B | B | 23 | 0 | A | 3E |
| Octal | 247 | 224 | 224 | 0 | 13 | 13 | 43 | 0 | 12 | 76 |
| Binary | 10100111 | 10010100 | 10010100 | 0 | 1011 | 1011 | 100011 | 0 | 1010 | 111110 |
Color Harmonies of #A79494
Complementary color
Monochromatic Colors of #A79494
Black with #A79494
Text Example
Text Example
White with #A79494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79494; }
p { color: rgb(167,148,148); }
H1.HeaderClassName
{
color: #A79494;
}
.AnyTagClassName
{
color: #A79494;
}
</style>
background-color css
<style>
a { background-color: #A79494; }
a { background-color: rgb(167,148,148); }
div.DivClassName
{
background-color: #A79494;
}
.BgClassName
{
background-color: #A79494;
}
</style>
border-color css
<style>
span { border-color: #A79494; }
span { border-color: rgb(167,148,148); }
td.TdClassName
{
border-color: #A79494;
}
.TagClassName
{
border-color: #A79494;
}
</style>