Shades of Foggy Grey #A8A79F
Tints of Foggy Grey #A8A79F
RGB
CMYK
RGB Variations
Color information
#A8A79F (or 0xA8A79F) is known color: Foggy Grey. HEX triplet: A8, A7 and 9F. RGB value is (168,167,159). Sum of RGB (Red+Green+Blue) = 168+167+159=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A79F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A79F is #575860. Grayscale: #A6A6A6. Windows color (decimal): -5724257 or 10463144. OLE color: 10463144.
HSL color Cylindrical-coordinate representation of color #A8A79F: hue angle of 53.33º degrees, saturation: 0.05, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A8A79F is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 167 | 159 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.34 |
| HSL | 53.33º | 0.05% | 0.64% | - |
| HSV(B) | 53.33º | 0.05% | 0.66% | - |
| XYZ | 36.23 | 38.47 | 38.32 | - |
| YUV | 166.39 | 123.83 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 167 | 159 | 0 | 0.01 | 0.05 | 0.34 | 53.33 | 0.05 | 0.64 |
| Hex | A8 | A7 | 9F | 0 | 1 | 5 | 22 | 35 | 5 | 40 |
| Octal | 250 | 247 | 237 | 0 | 1 | 5 | 42 | 65 | 5 | 100 |
| Binary | 10101000 | 10100111 | 10011111 | 0 | 1 | 101 | 100010 | 110101 | 101 | 1000000 |
Color Harmonies of #A8A79F
Complementary color
Monochromatic Colors of #A8A79F
Black with #A8A79F
Text Example
Text Example
White with #A8A79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A79F; }
p { color: rgb(168,167,159); }
H1.HeaderClassName
{
color: #A8A79F;
}
.AnyTagClassName
{
color: #A8A79F;
}
</style>
background-color css
<style>
a { background-color: #A8A79F; }
a { background-color: rgb(168,167,159); }
div.DivClassName
{
background-color: #A8A79F;
}
.BgClassName
{
background-color: #A8A79F;
}
</style>
border-color css
<style>
span { border-color: #A8A79F; }
span { border-color: rgb(168,167,159); }
td.TdClassName
{
border-color: #A8A79F;
}
.TagClassName
{
border-color: #A8A79F;
}
</style>