Shades of Hit Grey #9BAAA7
Tints of Hit Grey #9BAAA7
RGB
CMYK
RGB Variations
Color information
#9BAAA7 (or 0x9BAAA7) is known color: Hit Grey. HEX triplet: 9B, AA and A7. RGB value is (155,170,167). Sum of RGB (Red+Green+Blue) = 155+170+167=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 167 (65.62% from 255 or 33.94% from 492); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAAA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAAA7 is #645558. Grayscale: #A5A5A5. Windows color (decimal): -6575449 or 10988187. OLE color: 10988187.
HSL color Cylindrical-coordinate representation of color #9BAAA7: hue angle of 168º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9BAAA7 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 170 | 167 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.33 |
| HSL | 168º | 0.08% | 0.64% | - |
| HSV(B) | 168º | 0.09% | 0.67% | - |
| XYZ | 34.87 | 38.51 | 42.15 | - |
| YUV | 165.17 | 129.03 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 167 | 0.09 | 0 | 0.02 | 0.33 | 168 | 0.08 | 0.64 |
| Hex | 9B | AA | A7 | 9 | 0 | 2 | 21 | A8 | 8 | 40 |
| Octal | 233 | 252 | 247 | 11 | 0 | 2 | 41 | 250 | 10 | 100 |
| Binary | 10011011 | 10101010 | 10100111 | 1001 | 0 | 10 | 100001 | 10101000 | 1000 | 1000000 |
Color Harmonies of #9BAAA7
Complementary color
Monochromatic Colors of #9BAAA7
Black with #9BAAA7
Text Example
Text Example
White with #9BAAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAAA7; }
p { color: rgb(155,170,167); }
H1.HeaderClassName
{
color: #9BAAA7;
}
.AnyTagClassName
{
color: #9BAAA7;
}
</style>
background-color css
<style>
a { background-color: #9BAAA7; }
a { background-color: rgb(155,170,167); }
div.DivClassName
{
background-color: #9BAAA7;
}
.BgClassName
{
background-color: #9BAAA7;
}
</style>
border-color css
<style>
span { border-color: #9BAAA7; }
span { border-color: rgb(155,170,167); }
td.TdClassName
{
border-color: #9BAAA7;
}
.TagClassName
{
border-color: #9BAAA7;
}
</style>