Shades of Foggy Grey #A7A494
Tints of Foggy Grey #A7A494
RGB
CMYK
RGB Variations
Color information
#A7A494 (or 0xA7A494) is known color: Foggy Grey. HEX triplet: A7, A4 and 94. RGB value is (167,164,148). Sum of RGB (Red+Green+Blue) = 167+164+148=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A494 is #585B6B. Grayscale: #A3A3A3. Windows color (decimal): -5790572 or 9741479. OLE color: 9741479.
HSL color Cylindrical-coordinate representation of color #A7A494: hue angle of 50.53º 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 #A7A494 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 164 | 148 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.35 |
| HSL | 50.53º | 0.1% | 0.62% | - |
| HSV(B) | 50.53º | 0.11% | 0.65% | - |
| XYZ | 34.56 | 36.9 | 33.32 | - |
| YUV | 163.07 | 119.49 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 164 | 148 | 0 | 0.02 | 0.11 | 0.35 | 50.53 | 0.1 | 0.62 |
| Hex | A7 | A4 | 94 | 0 | 2 | B | 23 | 33 | A | 3E |
| Octal | 247 | 244 | 224 | 0 | 2 | 13 | 43 | 63 | 12 | 76 |
| Binary | 10100111 | 10100100 | 10010100 | 0 | 10 | 1011 | 100011 | 110011 | 1010 | 111110 |
Color Harmonies of #A7A494
Complementary color
Monochromatic Colors of #A7A494
Black with #A7A494
Text Example
Text Example
White with #A7A494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A494; }
p { color: rgb(167,164,148); }
H1.HeaderClassName
{
color: #A7A494;
}
.AnyTagClassName
{
color: #A7A494;
}
</style>
background-color css
<style>
a { background-color: #A7A494; }
a { background-color: rgb(167,164,148); }
div.DivClassName
{
background-color: #A7A494;
}
.BgClassName
{
background-color: #A7A494;
}
</style>
border-color css
<style>
span { border-color: #A7A494; }
span { border-color: rgb(167,164,148); }
td.TdClassName
{
border-color: #A7A494;
}
.TagClassName
{
border-color: #A7A494;
}
</style>