Shades of Tower Grey #97A89F
Tints of Tower Grey #97A89F
RGB
CMYK
RGB Variations
Color information
#97A89F (or 0x97A89F) is known color: Tower Grey. HEX triplet: 97, A8 and 9F. RGB value is (151,168,159). Sum of RGB (Red+Green+Blue) = 151+168+159=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 168 - color contains mainly: green. Hex color #97A89F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A89F is #685760. Grayscale: #A1A1A1. Windows color (decimal): -6838113 or 10463383. OLE color: 10463383.
HSL color Cylindrical-coordinate representation of color #97A89F: hue angle of 148.24º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #97A89F is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 151 | 168 | 159 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.34 |
| HSL | 148.24º | 0.09% | 0.63% | - |
| HSV(B) | 148.24º | 0.1% | 0.66% | - |
| XYZ | 33.02 | 37.09 | 38.22 | - |
| YUV | 161.89 | 126.37 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 168 | 159 | 0.10 | 0 | 0.05 | 0.34 | 148.24 | 0.09 | 0.63 |
| Hex | 97 | A8 | 9F | A | 0 | 5 | 22 | 94 | 9 | 3F |
| Octal | 227 | 250 | 237 | 12 | 0 | 5 | 42 | 224 | 11 | 77 |
| Binary | 10010111 | 10101000 | 10011111 | 1010 | 0 | 101 | 100010 | 10010100 | 1001 | 111111 |
Color Harmonies of #97A89F
Complementary color
Monochromatic Colors of #97A89F
Black with #97A89F
Text Example
Text Example
White with #97A89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A89F; }
p { color: rgb(151,168,159); }
H1.HeaderClassName
{
color: #97A89F;
}
.AnyTagClassName
{
color: #97A89F;
}
</style>
background-color css
<style>
a { background-color: #97A89F; }
a { background-color: rgb(151,168,159); }
div.DivClassName
{
background-color: #97A89F;
}
.BgClassName
{
background-color: #97A89F;
}
</style>
border-color css
<style>
span { border-color: #97A89F; }
span { border-color: rgb(151,168,159); }
td.TdClassName
{
border-color: #97A89F;
}
.TagClassName
{
border-color: #97A89F;
}
</style>