Shades of Tower Grey #97AFA4
Tints of Tower Grey #97AFA4
RGB
CMYK
RGB Variations
Color information
#97AFA4 (or 0x97AFA4) is known color: Tower Grey. HEX triplet: 97, AF and A4. RGB value is (151,175,164). Sum of RGB (Red+Green+Blue) = 151+175+164=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 175 - color contains mainly: green. Hex color #97AFA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AFA4 is #68505B. Grayscale: #A6A6A6. Windows color (decimal): -6836316 or 10792855. OLE color: 10792855.
HSL color Cylindrical-coordinate representation of color #97AFA4: hue angle of 152.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #97AFA4 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 151 | 175 | 164 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.31 |
| HSL | 152.5º | 0.13% | 0.64% | - |
| HSV(B) | 152.5º | 0.14% | 0.69% | - |
| XYZ | 34.79 | 39.92 | 40.99 | - |
| YUV | 166.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 175 | 164 | 0.14 | 0 | 0.06 | 0.31 | 152.5 | 0.13 | 0.64 |
| Hex | 97 | AF | A4 | E | 0 | 6 | 1F | 98 | D | 40 |
| Octal | 227 | 257 | 244 | 16 | 0 | 6 | 37 | 230 | 15 | 100 |
| Binary | 10010111 | 10101111 | 10100100 | 1110 | 0 | 110 | 11111 | 10011000 | 1101 | 1000000 |
Color Harmonies of #97AFA4
Complementary color
Monochromatic Colors of #97AFA4
Black with #97AFA4
Text Example
Text Example
White with #97AFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97AFA4; }
p { color: rgb(151,175,164); }
H1.HeaderClassName
{
color: #97AFA4;
}
.AnyTagClassName
{
color: #97AFA4;
}
</style>
background-color css
<style>
a { background-color: #97AFA4; }
a { background-color: rgb(151,175,164); }
div.DivClassName
{
background-color: #97AFA4;
}
.BgClassName
{
background-color: #97AFA4;
}
</style>
border-color css
<style>
span { border-color: #97AFA4; }
span { border-color: rgb(151,175,164); }
td.TdClassName
{
border-color: #97AFA4;
}
.TagClassName
{
border-color: #97AFA4;
}
</style>