Shades of Tower Grey #97AAA1
Tints of Tower Grey #97AAA1
RGB
CMYK
RGB Variations
Color information
#97AAA1 (or 0x97AAA1) is known color: Tower Grey. HEX triplet: 97, AA and A1. RGB value is (151,170,161). Sum of RGB (Red+Green+Blue) = 151+170+161=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 170 - color contains mainly: green. Hex color #97AAA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AAA1 is #68555E. Grayscale: #A3A3A3. Windows color (decimal): -6837599 or 10594967. OLE color: 10594967.
HSL color Cylindrical-coordinate representation of color #97AAA1: hue angle of 151.58º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #97AAA1 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 170 | 161 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.33 |
| HSL | 151.58º | 0.1% | 0.63% | - |
| HSV(B) | 151.58º | 0.11% | 0.67% | - |
| XYZ | 33.57 | 37.9 | 39.26 | - |
| YUV | 163.29 | 126.71 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 170 | 161 | 0.11 | 0 | 0.05 | 0.33 | 151.58 | 0.1 | 0.63 |
| Hex | 97 | AA | A1 | B | 0 | 5 | 21 | 98 | A | 3F |
| Octal | 227 | 252 | 241 | 13 | 0 | 5 | 41 | 230 | 12 | 77 |
| Binary | 10010111 | 10101010 | 10100001 | 1011 | 0 | 101 | 100001 | 10011000 | 1010 | 111111 |
Color Harmonies of #97AAA1
Complementary color
Monochromatic Colors of #97AAA1
Black with #97AAA1
Text Example
Text Example
White with #97AAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97AAA1; }
p { color: rgb(151,170,161); }
H1.HeaderClassName
{
color: #97AAA1;
}
.AnyTagClassName
{
color: #97AAA1;
}
</style>
background-color css
<style>
a { background-color: #97AAA1; }
a { background-color: rgb(151,170,161); }
div.DivClassName
{
background-color: #97AAA1;
}
.BgClassName
{
background-color: #97AAA1;
}
</style>
border-color css
<style>
span { border-color: #97AAA1; }
span { border-color: rgb(151,170,161); }
td.TdClassName
{
border-color: #97AAA1;
}
.TagClassName
{
border-color: #97AAA1;
}
</style>