Shades of Foggy Grey #A6A69B
Tints of Foggy Grey #A6A69B
RGB
CMYK
RGB Variations
Color information
#A6A69B (or 0xA6A69B) is known color: Foggy Grey. HEX triplet: A6, A6 and 9B. RGB value is (166,166,155). Sum of RGB (Red+Green+Blue) = 166+166+155=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A69B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A69B is #595964. Grayscale: #A4A4A4. Windows color (decimal): -5855589 or 10200742. OLE color: 10200742.
HSL color Cylindrical-coordinate representation of color #A6A69B: hue angle of 60º 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 #A6A69B is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
RGB | 166 | 166 | 155 | - |
CMYK | 0 | 0 | 0.07 | 0.35 |
HSL | 60º | 0.06% | 0.63% | - |
HSV(B) | 60º | 0.07% | 0.65% | - |
XYZ | 35.28 | 37.75 | 36.44 | - |
YUV | 164.75 | 122.5 | 128.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 166 | 155 | 0 | 0 | 0.07 | 0.35 | 60 | 0.06 | 0.63 |
Hex | A6 | A6 | 9B | 0 | 0 | 7 | 23 | 3C | 6 | 3F |
Octal | 246 | 246 | 233 | 0 | 0 | 7 | 43 | 74 | 6 | 77 |
Binary | 10100110 | 10100110 | 10011011 | 0 | 0 | 111 | 100011 | 111100 | 110 | 111111 |
Color Harmonies of #A6A69B
Complementary color
Monochromatic Colors of #A6A69B
Black with #A6A69B
Text Example
Text Example
White with #A6A69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A69B; }
p { color: rgb(166,166,155); }
H1.HeaderClassName
{
color: #A6A69B;
}
.AnyTagClassName
{
color: #A6A69B;
}
</style>
background-color css
<style>
a { background-color: #A6A69B; }
a { background-color: rgb(166,166,155); }
div.DivClassName
{
background-color: #A6A69B;
}
.BgClassName
{
background-color: #A6A69B;
}
</style>
border-color css
<style>
span { border-color: #A6A69B; }
span { border-color: rgb(166,166,155); }
td.TdClassName
{
border-color: #A6A69B;
}
.TagClassName
{
border-color: #A6A69B;
}
</style>