Shades of Hit Grey #97A2A1
Tints of Hit Grey #97A2A1
RGB
CMYK
RGB Variations
Color information
#97A2A1 (or 0x97A2A1) is known color: Hit Grey. HEX triplet: 97, A2 and A1. RGB value is (151,162,161). Sum of RGB (Red+Green+Blue) = 151+162+161=474 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.86% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 162 - color contains mainly: green. Hex color #97A2A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A2A1 is #685D5E. Grayscale: #9E9E9E. Windows color (decimal): -6839647 or 10592919. OLE color: 10592919.
HSL color Cylindrical-coordinate representation of color #97A2A1: hue angle of 174.55º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #97A2A1 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 162 | 161 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.36 |
| HSL | 174.55º | 0.06% | 0.61% | - |
| HSV(B) | 174.55º | 0.07% | 0.64% | - |
| XYZ | 32.12 | 34.99 | 38.78 | - |
| YUV | 158.6 | 129.36 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 162 | 161 | 0.07 | 0 | 0.01 | 0.36 | 174.55 | 0.06 | 0.61 |
| Hex | 97 | A2 | A1 | 7 | 0 | 1 | 24 | AF | 6 | 3D |
| Octal | 227 | 242 | 241 | 7 | 0 | 1 | 44 | 257 | 6 | 75 |
| Binary | 10010111 | 10100010 | 10100001 | 111 | 0 | 1 | 100100 | 10101111 | 110 | 111101 |
Color Harmonies of #97A2A1
Complementary color
Monochromatic Colors of #97A2A1
Black with #97A2A1
Text Example
Text Example
White with #97A2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A2A1; }
p { color: rgb(151,162,161); }
H1.HeaderClassName
{
color: #97A2A1;
}
.AnyTagClassName
{
color: #97A2A1;
}
</style>
background-color css
<style>
a { background-color: #97A2A1; }
a { background-color: rgb(151,162,161); }
div.DivClassName
{
background-color: #97A2A1;
}
.BgClassName
{
background-color: #97A2A1;
}
</style>
border-color css
<style>
span { border-color: #97A2A1; }
span { border-color: rgb(151,162,161); }
td.TdClassName
{
border-color: #97A2A1;
}
.TagClassName
{
border-color: #97A2A1;
}
</style>