Shades of Tower Grey #96A69D
Tints of Tower Grey #96A69D
RGB
CMYK
RGB Variations
Color information
#96A69D (or 0x96A69D) is known color: Tower Grey. HEX triplet: 96, A6 and 9D. RGB value is (150,166,157). Sum of RGB (Red+Green+Blue) = 150+166+157=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 166 - color contains mainly: green. Hex color #96A69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A69D is #695962. Grayscale: #A0A0A0. Windows color (decimal): -6904163 or 10331798. OLE color: 10331798.
HSL color Cylindrical-coordinate representation of color #96A69D: hue angle of 146.25º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #96A69D is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 166 | 157 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.35 |
| HSL | 146.25º | 0.08% | 0.62% | - |
| HSV(B) | 146.25º | 0.1% | 0.65% | - |
| XYZ | 32.3 | 36.19 | 37.18 | - |
| YUV | 160.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 166 | 157 | 0.10 | 0 | 0.05 | 0.35 | 146.25 | 0.08 | 0.62 |
| Hex | 96 | A6 | 9D | A | 0 | 5 | 23 | 92 | 8 | 3E |
| Octal | 226 | 246 | 235 | 12 | 0 | 5 | 43 | 222 | 10 | 76 |
| Binary | 10010110 | 10100110 | 10011101 | 1010 | 0 | 101 | 100011 | 10010010 | 1000 | 111110 |
Color Harmonies of #96A69D
Complementary color
Monochromatic Colors of #96A69D
Black with #96A69D
Text Example
Text Example
White with #96A69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A69D; }
p { color: rgb(150,166,157); }
H1.HeaderClassName
{
color: #96A69D;
}
.AnyTagClassName
{
color: #96A69D;
}
</style>
background-color css
<style>
a { background-color: #96A69D; }
a { background-color: rgb(150,166,157); }
div.DivClassName
{
background-color: #96A69D;
}
.BgClassName
{
background-color: #96A69D;
}
</style>
border-color css
<style>
span { border-color: #96A69D; }
span { border-color: rgb(150,166,157); }
td.TdClassName
{
border-color: #96A69D;
}
.TagClassName
{
border-color: #96A69D;
}
</style>