Shades of Foggy Grey #A8A792
Tints of Foggy Grey #A8A792
RGB
CMYK
RGB Variations
Color information
#A8A792 (or 0xA8A792) is known color: Foggy Grey. HEX triplet: A8, A7 and 92. RGB value is (168,167,146). Sum of RGB (Red+Green+Blue) = 168+167+146=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A792 is #57586D. Grayscale: #A4A4A4. Windows color (decimal): -5724270 or 9611176. OLE color: 9611176.
HSL color Cylindrical-coordinate representation of color #A8A792: hue angle of 57.27º 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 #A8A792 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 167 | 146 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.34 |
| HSL | 57.27º | 0.11% | 0.62% | - |
| HSV(B) | 57.27º | 0.13% | 0.66% | - |
| XYZ | 35.16 | 38.04 | 32.68 | - |
| YUV | 164.91 | 117.33 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 167 | 146 | 0 | 0.01 | 0.13 | 0.34 | 57.27 | 0.11 | 0.62 |
| Hex | A8 | A7 | 92 | 0 | 1 | D | 22 | 39 | B | 3E |
| Octal | 250 | 247 | 222 | 0 | 1 | 15 | 42 | 71 | 13 | 76 |
| Binary | 10101000 | 10100111 | 10010010 | 0 | 1 | 1101 | 100010 | 111001 | 1011 | 111110 |
Color Harmonies of #A8A792
Complementary color
Monochromatic Colors of #A8A792
Black with #A8A792
Text Example
Text Example
White with #A8A792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A792; }
p { color: rgb(168,167,146); }
H1.HeaderClassName
{
color: #A8A792;
}
.AnyTagClassName
{
color: #A8A792;
}
</style>
background-color css
<style>
a { background-color: #A8A792; }
a { background-color: rgb(168,167,146); }
div.DivClassName
{
background-color: #A8A792;
}
.BgClassName
{
background-color: #A8A792;
}
</style>
border-color css
<style>
span { border-color: #A8A792; }
span { border-color: rgb(168,167,146); }
td.TdClassName
{
border-color: #A8A792;
}
.TagClassName
{
border-color: #A8A792;
}
</style>