Shades of Tower Grey #99A5A1
Tints of Tower Grey #99A5A1
RGB
CMYK
RGB Variations
Color information
#99A5A1 (or 0x99A5A1) is known color: Tower Grey. HEX triplet: 99, A5 and A1. RGB value is (153,165,161). Sum of RGB (Red+Green+Blue) = 153+165+161=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 165 - color contains mainly: green. Hex color #99A5A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A5A1 is #665A5E. Grayscale: #A0A0A0. Windows color (decimal): -6707807 or 10593689. OLE color: 10593689.
HSL color Cylindrical-coordinate representation of color #99A5A1: hue angle of 160º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #99A5A1 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 165 | 161 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.35 |
| HSL | 160º | 0.06% | 0.62% | - |
| HSV(B) | 160º | 0.07% | 0.65% | - |
| XYZ | 33.03 | 36.26 | 38.98 | - |
| YUV | 160.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 161 | 0.07 | 0 | 0.02 | 0.35 | 160 | 0.06 | 0.62 |
| Hex | 99 | A5 | A1 | 7 | 0 | 2 | 23 | A0 | 6 | 3E |
| Octal | 231 | 245 | 241 | 7 | 0 | 2 | 43 | 240 | 6 | 76 |
| Binary | 10011001 | 10100101 | 10100001 | 111 | 0 | 10 | 100011 | 10100000 | 110 | 111110 |
Color Harmonies of #99A5A1
Complementary color
Monochromatic Colors of #99A5A1
Black with #99A5A1
Text Example
Text Example
White with #99A5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A5A1; }
p { color: rgb(153,165,161); }
H1.HeaderClassName
{
color: #99A5A1;
}
.AnyTagClassName
{
color: #99A5A1;
}
</style>
background-color css
<style>
a { background-color: #99A5A1; }
a { background-color: rgb(153,165,161); }
div.DivClassName
{
background-color: #99A5A1;
}
.BgClassName
{
background-color: #99A5A1;
}
</style>
border-color css
<style>
span { border-color: #99A5A1; }
span { border-color: rgb(153,165,161); }
td.TdClassName
{
border-color: #99A5A1;
}
.TagClassName
{
border-color: #99A5A1;
}
</style>