Shades of Hit Grey #9BA6A4
Tints of Hit Grey #9BA6A4
RGB
CMYK
RGB Variations
Color information
#9BA6A4 (or 0x9BA6A4) is known color: Hit Grey. HEX triplet: 9B, A6 and A4. RGB value is (155,166,164). Sum of RGB (Red+Green+Blue) = 155+166+164=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA6A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA6A4 is #64595B. Grayscale: #A2A2A2. Windows color (decimal): -6576476 or 10790555. OLE color: 10790555.
HSL color Cylindrical-coordinate representation of color #9BA6A4: hue angle of 169.09º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9BA6A4 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 166 | 164 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.35 |
| HSL | 169.09º | 0.06% | 0.63% | - |
| HSV(B) | 169.09º | 0.07% | 0.65% | - |
| XYZ | 33.85 | 36.92 | 40.46 | - |
| YUV | 162.48 | 128.86 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 166 | 164 | 0.07 | 0 | 0.01 | 0.35 | 169.09 | 0.06 | 0.63 |
| Hex | 9B | A6 | A4 | 7 | 0 | 1 | 23 | A9 | 6 | 3F |
| Octal | 233 | 246 | 244 | 7 | 0 | 1 | 43 | 251 | 6 | 77 |
| Binary | 10011011 | 10100110 | 10100100 | 111 | 0 | 1 | 100011 | 10101001 | 110 | 111111 |
Color Harmonies of #9BA6A4
Complementary color
Monochromatic Colors of #9BA6A4
Black with #9BA6A4
Text Example
Text Example
White with #9BA6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA6A4; }
p { color: rgb(155,166,164); }
H1.HeaderClassName
{
color: #9BA6A4;
}
.AnyTagClassName
{
color: #9BA6A4;
}
</style>
background-color css
<style>
a { background-color: #9BA6A4; }
a { background-color: rgb(155,166,164); }
div.DivClassName
{
background-color: #9BA6A4;
}
.BgClassName
{
background-color: #9BA6A4;
}
</style>
border-color css
<style>
span { border-color: #9BA6A4; }
span { border-color: rgb(155,166,164); }
td.TdClassName
{
border-color: #9BA6A4;
}
.TagClassName
{
border-color: #9BA6A4;
}
</style>