Shades of Foggy Grey #A8A699
Tints of Foggy Grey #A8A699
RGB
CMYK
RGB Variations
Color information
#A8A699 (or 0xA8A699) is known color: Foggy Grey. HEX triplet: A8, A6 and 99. RGB value is (168,166,153). Sum of RGB (Red+Green+Blue) = 168+166+153=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A699 is #575966. Grayscale: #A5A5A5. Windows color (decimal): -5724519 or 10069672. OLE color: 10069672.
HSL color Cylindrical-coordinate representation of color #A8A699: hue angle of 52º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8A699 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 166 | 153 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.34 |
| HSL | 52º | 0.08% | 0.63% | - |
| HSV(B) | 52º | 0.09% | 0.66% | - |
| XYZ | 35.53 | 37.9 | 35.58 | - |
| YUV | 165.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 166 | 153 | 0 | 0.01 | 0.09 | 0.34 | 52 | 0.08 | 0.63 |
| Hex | A8 | A6 | 99 | 0 | 1 | 9 | 22 | 34 | 8 | 3F |
| Octal | 250 | 246 | 231 | 0 | 1 | 11 | 42 | 64 | 10 | 77 |
| Binary | 10101000 | 10100110 | 10011001 | 0 | 1 | 1001 | 100010 | 110100 | 1000 | 111111 |
Color Harmonies of #A8A699
Complementary color
Monochromatic Colors of #A8A699
Black with #A8A699
Text Example
Text Example
White with #A8A699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A699; }
p { color: rgb(168,166,153); }
H1.HeaderClassName
{
color: #A8A699;
}
.AnyTagClassName
{
color: #A8A699;
}
</style>
background-color css
<style>
a { background-color: #A8A699; }
a { background-color: rgb(168,166,153); }
div.DivClassName
{
background-color: #A8A699;
}
.BgClassName
{
background-color: #A8A699;
}
</style>
border-color css
<style>
span { border-color: #A8A699; }
span { border-color: rgb(168,166,153); }
td.TdClassName
{
border-color: #A8A699;
}
.TagClassName
{
border-color: #A8A699;
}
</style>