Shades of Foggy Grey #A6A594
Tints of Foggy Grey #A6A594
RGB
CMYK
RGB Variations
Color information
#A6A594 (or 0xA6A594) is known color: Foggy Grey. HEX triplet: A6, A5 and 94. RGB value is (166,165,148). Sum of RGB (Red+Green+Blue) = 166+165+148=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A594 is #595A6B. Grayscale: #A3A3A3. Windows color (decimal): -5855852 or 9741734. OLE color: 9741734.
HSL color Cylindrical-coordinate representation of color #A6A594: hue angle of 56.67º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6A594 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 165 | 148 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.35 |
| HSL | 56.67º | 0.09% | 0.62% | - |
| HSV(B) | 56.67º | 0.11% | 0.65% | - |
| XYZ | 34.53 | 37.16 | 33.37 | - |
| YUV | 163.36 | 119.33 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 165 | 148 | 0 | 0.01 | 0.11 | 0.35 | 56.67 | 0.09 | 0.62 |
| Hex | A6 | A5 | 94 | 0 | 1 | B | 23 | 39 | 9 | 3E |
| Octal | 246 | 245 | 224 | 0 | 1 | 13 | 43 | 71 | 11 | 76 |
| Binary | 10100110 | 10100101 | 10010100 | 0 | 1 | 1011 | 100011 | 111001 | 1001 | 111110 |
Color Harmonies of #A6A594
Complementary color
Monochromatic Colors of #A6A594
Black with #A6A594
Text Example
Text Example
White with #A6A594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A594; }
p { color: rgb(166,165,148); }
H1.HeaderClassName
{
color: #A6A594;
}
.AnyTagClassName
{
color: #A6A594;
}
</style>
background-color css
<style>
a { background-color: #A6A594; }
a { background-color: rgb(166,165,148); }
div.DivClassName
{
background-color: #A6A594;
}
.BgClassName
{
background-color: #A6A594;
}
</style>
border-color css
<style>
span { border-color: #A6A594; }
span { border-color: rgb(166,165,148); }
td.TdClassName
{
border-color: #A6A594;
}
.TagClassName
{
border-color: #A6A594;
}
</style>