Shades of Tower Grey #97A19D
Tints of Tower Grey #97A19D
RGB
CMYK
RGB Variations
Color information
#97A19D (or 0x97A19D) is known color: Tower Grey. HEX triplet: 97, A1 and 9D. RGB value is (151,161,157). Sum of RGB (Red+Green+Blue) = 151+161+157=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 161 - color contains mainly: green. Hex color #97A19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A19D is #685E62. Grayscale: #9D9D9D. Windows color (decimal): -6839907 or 10330519. OLE color: 10330519.
HSL color Cylindrical-coordinate representation of color #97A19D: hue angle of 156º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #97A19D is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 151 | 161 | 157 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.37 |
| HSL | 156º | 0.05% | 0.61% | - |
| HSV(B) | 156º | 0.06% | 0.63% | - |
| XYZ | 31.59 | 34.5 | 36.89 | - |
| YUV | 157.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 161 | 157 | 0.06 | 0 | 0.02 | 0.37 | 156 | 0.05 | 0.61 |
| Hex | 97 | A1 | 9D | 6 | 0 | 2 | 25 | 9C | 5 | 3D |
| Octal | 227 | 241 | 235 | 6 | 0 | 2 | 45 | 234 | 5 | 75 |
| Binary | 10010111 | 10100001 | 10011101 | 110 | 0 | 10 | 100101 | 10011100 | 101 | 111101 |
Color Harmonies of #97A19D
Complementary color
Monochromatic Colors of #97A19D
Black with #97A19D
Text Example
Text Example
White with #97A19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A19D; }
p { color: rgb(151,161,157); }
H1.HeaderClassName
{
color: #97A19D;
}
.AnyTagClassName
{
color: #97A19D;
}
</style>
background-color css
<style>
a { background-color: #97A19D; }
a { background-color: rgb(151,161,157); }
div.DivClassName
{
background-color: #97A19D;
}
.BgClassName
{
background-color: #97A19D;
}
</style>
border-color css
<style>
span { border-color: #97A19D; }
span { border-color: rgb(151,161,157); }
td.TdClassName
{
border-color: #97A19D;
}
.TagClassName
{
border-color: #97A19D;
}
</style>