Shades of Foggy Grey #A6A69F
Tints of Foggy Grey #A6A69F
RGB
CMYK
RGB Variations
Color information
#A6A69F (or 0xA6A69F) is known color: Foggy Grey. HEX triplet: A6, A6 and 9F. RGB value is (166,166,159). Sum of RGB (Red+Green+Blue) = 166+166+159=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A69F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A69F is #595960. Grayscale: #A5A5A5. Windows color (decimal): -5855585 or 10462886. OLE color: 10462886.
HSL color Cylindrical-coordinate representation of color #A6A69F: hue angle of 60º degrees, saturation: 0.04, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A6A69F is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 166 | 159 | - |
| CMYK | 0 | 0 | 0.04 | 0.35 |
| HSL | 60º | 0.04% | 0.64% | - |
| HSV(B) | 60º | 0.04% | 0.65% | - |
| XYZ | 35.62 | 37.88 | 38.24 | - |
| YUV | 165.2 | 124.5 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 166 | 159 | 0 | 0 | 0.04 | 0.35 | 60 | 0.04 | 0.64 |
| Hex | A6 | A6 | 9F | 0 | 0 | 4 | 23 | 3C | 4 | 40 |
| Octal | 246 | 246 | 237 | 0 | 0 | 4 | 43 | 74 | 4 | 100 |
| Binary | 10100110 | 10100110 | 10011111 | 0 | 0 | 100 | 100011 | 111100 | 100 | 1000000 |
Color Harmonies of #A6A69F
Complementary color
Monochromatic Colors of #A6A69F
Black with #A6A69F
Text Example
Text Example
White with #A6A69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A69F; }
p { color: rgb(166,166,159); }
H1.HeaderClassName
{
color: #A6A69F;
}
.AnyTagClassName
{
color: #A6A69F;
}
</style>
background-color css
<style>
a { background-color: #A6A69F; }
a { background-color: rgb(166,166,159); }
div.DivClassName
{
background-color: #A6A69F;
}
.BgClassName
{
background-color: #A6A69F;
}
</style>
border-color css
<style>
span { border-color: #A6A69F; }
span { border-color: rgb(166,166,159); }
td.TdClassName
{
border-color: #A6A69F;
}
.TagClassName
{
border-color: #A6A69F;
}
</style>