Shades of Foggy Grey #A6A695
Tints of Foggy Grey #A6A695
RGB
CMYK
RGB Variations
Color information
#A6A695 (or 0xA6A695) is known color: Foggy Grey. HEX triplet: A6, A6 and 95. RGB value is (166,166,149). Sum of RGB (Red+Green+Blue) = 166+166+149=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A695 is #59596A. Grayscale: #A4A4A4. Windows color (decimal): -5855595 or 9807526. OLE color: 9807526.
HSL color Cylindrical-coordinate representation of color #A6A695: hue angle of 60º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6A695 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 166 | 149 | - |
| CMYK | 0 | 0 | 0.10 | 0.35 |
| HSL | 60º | 0.09% | 0.62% | - |
| HSV(B) | 60º | 0.1% | 0.65% | - |
| XYZ | 34.79 | 37.55 | 33.85 | - |
| YUV | 164.06 | 119.5 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 166 | 149 | 0 | 0 | 0.10 | 0.35 | 60 | 0.09 | 0.62 |
| Hex | A6 | A6 | 95 | 0 | 0 | A | 23 | 3C | 9 | 3E |
| Octal | 246 | 246 | 225 | 0 | 0 | 12 | 43 | 74 | 11 | 76 |
| Binary | 10100110 | 10100110 | 10010101 | 0 | 0 | 1010 | 100011 | 111100 | 1001 | 111110 |
Color Harmonies of #A6A695
Complementary color
Monochromatic Colors of #A6A695
Black with #A6A695
Text Example
Text Example
White with #A6A695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A695; }
p { color: rgb(166,166,149); }
H1.HeaderClassName
{
color: #A6A695;
}
.AnyTagClassName
{
color: #A6A695;
}
</style>
background-color css
<style>
a { background-color: #A6A695; }
a { background-color: rgb(166,166,149); }
div.DivClassName
{
background-color: #A6A695;
}
.BgClassName
{
background-color: #A6A695;
}
</style>
border-color css
<style>
span { border-color: #A6A695; }
span { border-color: rgb(166,166,149); }
td.TdClassName
{
border-color: #A6A695;
}
.TagClassName
{
border-color: #A6A695;
}
</style>