Shades of Tower Grey #99ABA6
Tints of Tower Grey #99ABA6
RGB
CMYK
RGB Variations
Color information
#99ABA6 (or 0x99ABA6) is known color: Tower Grey. HEX triplet: 99, AB and A6. RGB value is (153,171,166). Sum of RGB (Red+Green+Blue) = 153+171+166=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 171 - color contains mainly: green. Hex color #99ABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ABA6 is #665459. Grayscale: #A5A5A5. Windows color (decimal): -6706266 or 10922905. OLE color: 10922905.
HSL color Cylindrical-coordinate representation of color #99ABA6: hue angle of 163.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #99ABA6 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 171 | 166 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.33 |
| HSL | 163.33º | 0.1% | 0.64% | - |
| HSV(B) | 163.33º | 0.11% | 0.67% | - |
| XYZ | 34.58 | 38.65 | 41.71 | - |
| YUV | 165.05 | 128.54 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 166 | 0.11 | 0 | 0.03 | 0.33 | 163.33 | 0.1 | 0.64 |
| Hex | 99 | AB | A6 | B | 0 | 3 | 21 | A3 | A | 40 |
| Octal | 231 | 253 | 246 | 13 | 0 | 3 | 41 | 243 | 12 | 100 |
| Binary | 10011001 | 10101011 | 10100110 | 1011 | 0 | 11 | 100001 | 10100011 | 1010 | 1000000 |
Color Harmonies of #99ABA6
Complementary color
Monochromatic Colors of #99ABA6
Black with #99ABA6
Text Example
Text Example
White with #99ABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ABA6; }
p { color: rgb(153,171,166); }
H1.HeaderClassName
{
color: #99ABA6;
}
.AnyTagClassName
{
color: #99ABA6;
}
</style>
background-color css
<style>
a { background-color: #99ABA6; }
a { background-color: rgb(153,171,166); }
div.DivClassName
{
background-color: #99ABA6;
}
.BgClassName
{
background-color: #99ABA6;
}
</style>
border-color css
<style>
span { border-color: #99ABA6; }
span { border-color: rgb(153,171,166); }
td.TdClassName
{
border-color: #99ABA6;
}
.TagClassName
{
border-color: #99ABA6;
}
</style>