Shades of Tower Grey #9AB0A7
Tints of Tower Grey #9AB0A7
RGB
CMYK
RGB Variations
Color information
#9AB0A7 (or 0x9AB0A7) is known color: Tower Grey. HEX triplet: 9A, B0 and A7. RGB value is (154,176,167). Sum of RGB (Red+Green+Blue) = 154+176+167=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 167 (65.62% from 255 or 33.60% from 497); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB0A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB0A7 is #654F58. Grayscale: #A8A8A8. Windows color (decimal): -6639449 or 10989722. OLE color: 10989722.
HSL color Cylindrical-coordinate representation of color #9AB0A7: hue angle of 155.45º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9AB0A7 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 176 | 167 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.31 |
| HSL | 155.45º | 0.12% | 0.65% | - |
| HSV(B) | 155.45º | 0.13% | 0.69% | - |
| XYZ | 35.83 | 40.71 | 42.53 | - |
| YUV | 168.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 176 | 167 | 0.12 | 0 | 0.05 | 0.31 | 155.45 | 0.12 | 0.65 |
| Hex | 9A | B0 | A7 | C | 0 | 5 | 1F | 9B | C | 41 |
| Octal | 232 | 260 | 247 | 14 | 0 | 5 | 37 | 233 | 14 | 101 |
| Binary | 10011010 | 10110000 | 10100111 | 1100 | 0 | 101 | 11111 | 10011011 | 1100 | 1000001 |
Color Harmonies of #9AB0A7
Complementary color
Monochromatic Colors of #9AB0A7
Black with #9AB0A7
Text Example
Text Example
White with #9AB0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB0A7; }
p { color: rgb(154,176,167); }
H1.HeaderClassName
{
color: #9AB0A7;
}
.AnyTagClassName
{
color: #9AB0A7;
}
</style>
background-color css
<style>
a { background-color: #9AB0A7; }
a { background-color: rgb(154,176,167); }
div.DivClassName
{
background-color: #9AB0A7;
}
.BgClassName
{
background-color: #9AB0A7;
}
</style>
border-color css
<style>
span { border-color: #9AB0A7; }
span { border-color: rgb(154,176,167); }
td.TdClassName
{
border-color: #9AB0A7;
}
.TagClassName
{
border-color: #9AB0A7;
}
</style>