Shades of Hit Grey #97A3A1
Tints of Hit Grey #97A3A1
RGB
CMYK
RGB Variations
Color information
#97A3A1 (or 0x97A3A1) is known color: Hit Grey. HEX triplet: 97, A3 and A1. RGB value is (151,163,161). Sum of RGB (Red+Green+Blue) = 151+163+161=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 163 - color contains mainly: green. Hex color #97A3A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A3A1 is #685C5E. Grayscale: #9F9F9F. Windows color (decimal): -6839391 or 10593175. OLE color: 10593175.
HSL color Cylindrical-coordinate representation of color #97A3A1: hue angle of 170º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #97A3A1 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 163 | 161 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.36 |
| HSL | 170º | 0.06% | 0.62% | - |
| HSV(B) | 170º | 0.07% | 0.64% | - |
| XYZ | 32.29 | 35.35 | 38.84 | - |
| YUV | 159.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 163 | 161 | 0.07 | 0 | 0.01 | 0.36 | 170 | 0.06 | 0.62 |
| Hex | 97 | A3 | A1 | 7 | 0 | 1 | 24 | AA | 6 | 3E |
| Octal | 227 | 243 | 241 | 7 | 0 | 1 | 44 | 252 | 6 | 76 |
| Binary | 10010111 | 10100011 | 10100001 | 111 | 0 | 1 | 100100 | 10101010 | 110 | 111110 |
Color Harmonies of #97A3A1
Complementary color
Monochromatic Colors of #97A3A1
Black with #97A3A1
Text Example
Text Example
White with #97A3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A3A1; }
p { color: rgb(151,163,161); }
H1.HeaderClassName
{
color: #97A3A1;
}
.AnyTagClassName
{
color: #97A3A1;
}
</style>
background-color css
<style>
a { background-color: #97A3A1; }
a { background-color: rgb(151,163,161); }
div.DivClassName
{
background-color: #97A3A1;
}
.BgClassName
{
background-color: #97A3A1;
}
</style>
border-color css
<style>
span { border-color: #97A3A1; }
span { border-color: rgb(151,163,161); }
td.TdClassName
{
border-color: #97A3A1;
}
.TagClassName
{
border-color: #97A3A1;
}
</style>