Shades of Hit Grey #97AAA7
Tints of Hit Grey #97AAA7
RGB
CMYK
RGB Variations
Color information
#97AAA7 (or 0x97AAA7) is known color: Hit Grey. HEX triplet: 97, AA and A7. RGB value is (151,170,167). Sum of RGB (Red+Green+Blue) = 151+170+167=488 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.94% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 167 (65.62% from 255 or 34.22% from 488); Max value from RGB is 170 - color contains mainly: green. Hex color #97AAA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AAA7 is #685558. Grayscale: #A3A3A3. Windows color (decimal): -6837593 or 10988183. OLE color: 10988183.
HSL color Cylindrical-coordinate representation of color #97AAA7: hue angle of 170.53º 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 #97AAA7 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 170 | 167 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.33 |
| HSL | 170.53º | 0.1% | 0.63% | - |
| HSV(B) | 170.53º | 0.11% | 0.67% | - |
| XYZ | 34.11 | 38.12 | 42.12 | - |
| YUV | 163.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 170 | 167 | 0.11 | 0 | 0.02 | 0.33 | 170.53 | 0.1 | 0.63 |
| Hex | 97 | AA | A7 | B | 0 | 2 | 21 | AB | A | 3F |
| Octal | 227 | 252 | 247 | 13 | 0 | 2 | 41 | 253 | 12 | 77 |
| Binary | 10010111 | 10101010 | 10100111 | 1011 | 0 | 10 | 100001 | 10101011 | 1010 | 111111 |
Color Harmonies of #97AAA7
Complementary color
Monochromatic Colors of #97AAA7
Black with #97AAA7
Text Example
Text Example
White with #97AAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97AAA7; }
p { color: rgb(151,170,167); }
H1.HeaderClassName
{
color: #97AAA7;
}
.AnyTagClassName
{
color: #97AAA7;
}
</style>
background-color css
<style>
a { background-color: #97AAA7; }
a { background-color: rgb(151,170,167); }
div.DivClassName
{
background-color: #97AAA7;
}
.BgClassName
{
background-color: #97AAA7;
}
</style>
border-color css
<style>
span { border-color: #97AAA7; }
span { border-color: rgb(151,170,167); }
td.TdClassName
{
border-color: #97AAA7;
}
.TagClassName
{
border-color: #97AAA7;
}
</style>