Shades of Tower Grey #9BACA2
Tints of Tower Grey #9BACA2
RGB
CMYK
RGB Variations
Color information
#9BACA2 (or 0x9BACA2) is known color: Tower Grey. HEX triplet: 9B, AC and A2. RGB value is (155,172,162). Sum of RGB (Red+Green+Blue) = 155+172+162=489 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.70% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 172 - color contains mainly: green. Hex color #9BACA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BACA2 is #64535D. Grayscale: #A5A5A5. Windows color (decimal): -6574942 or 10661019. OLE color: 10661019.
HSL color Cylindrical-coordinate representation of color #9BACA2: hue angle of 144.71º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9BACA2 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 162 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.33 |
| HSL | 144.71º | 0.09% | 0.64% | - |
| HSV(B) | 144.71º | 0.1% | 0.67% | - |
| XYZ | 34.79 | 39.08 | 39.89 | - |
| YUV | 165.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 162 | 0.10 | 0 | 0.06 | 0.33 | 144.71 | 0.09 | 0.64 |
| Hex | 9B | AC | A2 | A | 0 | 6 | 21 | 91 | 9 | 40 |
| Octal | 233 | 254 | 242 | 12 | 0 | 6 | 41 | 221 | 11 | 100 |
| Binary | 10011011 | 10101100 | 10100010 | 1010 | 0 | 110 | 100001 | 10010001 | 1001 | 1000000 |
Color Harmonies of #9BACA2
Complementary color
Monochromatic Colors of #9BACA2
Black with #9BACA2
Text Example
Text Example
White with #9BACA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BACA2; }
p { color: rgb(155,172,162); }
H1.HeaderClassName
{
color: #9BACA2;
}
.AnyTagClassName
{
color: #9BACA2;
}
</style>
background-color css
<style>
a { background-color: #9BACA2; }
a { background-color: rgb(155,172,162); }
div.DivClassName
{
background-color: #9BACA2;
}
.BgClassName
{
background-color: #9BACA2;
}
</style>
border-color css
<style>
span { border-color: #9BACA2; }
span { border-color: rgb(155,172,162); }
td.TdClassName
{
border-color: #9BACA2;
}
.TagClassName
{
border-color: #9BACA2;
}
</style>