Shades of Tower Grey #9AACA6
Tints of Tower Grey #9AACA6
RGB
CMYK
RGB Variations
Color information
#9AACA6 (or 0x9AACA6) is known color: Tower Grey. HEX triplet: 9A, AC and A6. RGB value is (154,172,166). Sum of RGB (Red+Green+Blue) = 154+172+166=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 166 (65.23% from 255 or 33.74% from 492); Max value from RGB is 172 - color contains mainly: green. Hex color #9AACA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AACA6 is #655359. Grayscale: #A5A5A5. Windows color (decimal): -6640474 or 10923162. OLE color: 10923162.
HSL color Cylindrical-coordinate representation of color #9AACA6: hue angle of 160º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9AACA6 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 172 | 166 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.33 |
| HSL | 160º | 0.1% | 0.64% | - |
| HSV(B) | 160º | 0.1% | 0.67% | - |
| XYZ | 34.96 | 39.13 | 41.79 | - |
| YUV | 165.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 172 | 166 | 0.10 | 0 | 0.03 | 0.33 | 160 | 0.1 | 0.64 |
| Hex | 9A | AC | A6 | A | 0 | 3 | 21 | A0 | A | 40 |
| Octal | 232 | 254 | 246 | 12 | 0 | 3 | 41 | 240 | 12 | 100 |
| Binary | 10011010 | 10101100 | 10100110 | 1010 | 0 | 11 | 100001 | 10100000 | 1010 | 1000000 |
Color Harmonies of #9AACA6
Complementary color
Monochromatic Colors of #9AACA6
Black with #9AACA6
Text Example
Text Example
White with #9AACA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AACA6; }
p { color: rgb(154,172,166); }
H1.HeaderClassName
{
color: #9AACA6;
}
.AnyTagClassName
{
color: #9AACA6;
}
</style>
background-color css
<style>
a { background-color: #9AACA6; }
a { background-color: rgb(154,172,166); }
div.DivClassName
{
background-color: #9AACA6;
}
.BgClassName
{
background-color: #9AACA6;
}
</style>
border-color css
<style>
span { border-color: #9AACA6; }
span { border-color: rgb(154,172,166); }
td.TdClassName
{
border-color: #9AACA6;
}
.TagClassName
{
border-color: #9AACA6;
}
</style>