Shades of Tower Grey #A6A8A7
Tints of Tower Grey #A6A8A7
RGB
CMYK
RGB Variations
Color information
#A6A8A7 (or 0xA6A8A7) is known color: Tower Grey. HEX triplet: A6, A8 and A7. RGB value is (166,168,167). Sum of RGB (Red+Green+Blue) = 166+168+167=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 167 (65.62% from 255 or 33.33% from 501); Max value from RGB is 168 - color contains mainly: green. Hex color #A6A8A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A8A7 is #595758. Grayscale: #A7A7A7. Windows color (decimal): -5855065 or 10987686. OLE color: 10987686.
HSL color Cylindrical-coordinate representation of color #A6A8A7: hue angle of 150º degrees, saturation: 0.01, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #A6A8A7 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
RGB | 166 | 168 | 167 | - |
CMYK | 0.01 | 0 | 0.01 | 0.34 |
HSL | 150º | 0.01% | 0.65% | - |
HSV(B) | 150º | 0.01% | 0.66% | - |
XYZ | 36.7 | 38.9 | 42.13 | - |
YUV | 167.29 | 127.84 | 127.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 168 | 167 | 0.01 | 0 | 0.01 | 0.34 | 150 | 0.01 | 0.65 |
Hex | A6 | A8 | A7 | 1 | 0 | 1 | 22 | 96 | 1 | 41 |
Octal | 246 | 250 | 247 | 1 | 0 | 1 | 42 | 226 | 1 | 101 |
Binary | 10100110 | 10101000 | 10100111 | 1 | 0 | 1 | 100010 | 10010110 | 1 | 1000001 |
Color Harmonies of #A6A8A7
Complementary color
Monochromatic Colors of #A6A8A7
Black with #A6A8A7
Text Example
Text Example
White with #A6A8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A8A7; }
p { color: rgb(166,168,167); }
H1.HeaderClassName
{
color: #A6A8A7;
}
.AnyTagClassName
{
color: #A6A8A7;
}
</style>
background-color css
<style>
a { background-color: #A6A8A7; }
a { background-color: rgb(166,168,167); }
div.DivClassName
{
background-color: #A6A8A7;
}
.BgClassName
{
background-color: #A6A8A7;
}
</style>
border-color css
<style>
span { border-color: #A6A8A7; }
span { border-color: rgb(166,168,167); }
td.TdClassName
{
border-color: #A6A8A7;
}
.TagClassName
{
border-color: #A6A8A7;
}
</style>