Shades of Foggy Grey #A6A59A
Tints of Foggy Grey #A6A59A
RGB
CMYK
RGB Variations
Color information
#A6A59A (or 0xA6A59A) is known color: Foggy Grey. HEX triplet: A6, A5 and 9A. RGB value is (166,165,154). Sum of RGB (Red+Green+Blue) = 166+165+154=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A59A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A59A is #595A65. Grayscale: #A4A4A4. Windows color (decimal): -5855846 or 10134950. OLE color: 10134950.
HSL color Cylindrical-coordinate representation of color #A6A59A: hue angle of 55º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A6A59A is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 165 | 154 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.35 |
| HSL | 55º | 0.06% | 0.63% | - |
| HSV(B) | 55º | 0.07% | 0.65% | - |
| XYZ | 35.01 | 37.35 | 35.94 | - |
| YUV | 164.05 | 122.33 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 165 | 154 | 0 | 0.01 | 0.07 | 0.35 | 55 | 0.06 | 0.63 |
| Hex | A6 | A5 | 9A | 0 | 1 | 7 | 23 | 37 | 6 | 3F |
| Octal | 246 | 245 | 232 | 0 | 1 | 7 | 43 | 67 | 6 | 77 |
| Binary | 10100110 | 10100101 | 10011010 | 0 | 1 | 111 | 100011 | 110111 | 110 | 111111 |
Color Harmonies of #A6A59A
Complementary color
Monochromatic Colors of #A6A59A
Black with #A6A59A
Text Example
Text Example
White with #A6A59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A59A; }
p { color: rgb(166,165,154); }
H1.HeaderClassName
{
color: #A6A59A;
}
.AnyTagClassName
{
color: #A6A59A;
}
</style>
background-color css
<style>
a { background-color: #A6A59A; }
a { background-color: rgb(166,165,154); }
div.DivClassName
{
background-color: #A6A59A;
}
.BgClassName
{
background-color: #A6A59A;
}
</style>
border-color css
<style>
span { border-color: #A6A59A; }
span { border-color: rgb(166,165,154); }
td.TdClassName
{
border-color: #A6A59A;
}
.TagClassName
{
border-color: #A6A59A;
}
</style>