Shades of Tower Grey #95A69E
Tints of Tower Grey #95A69E
RGB
CMYK
RGB Variations
Color information
#95A69E (or 0x95A69E) is known color: Tower Grey. HEX triplet: 95, A6 and 9E. RGB value is (149,166,158). Sum of RGB (Red+Green+Blue) = 149+166+158=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 166 - color contains mainly: green. Hex color #95A69E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A69E is #6A5961. Grayscale: #A0A0A0. Windows color (decimal): -6969698 or 10397333. OLE color: 10397333.
HSL color Cylindrical-coordinate representation of color #95A69E: hue angle of 151.76º degrees, saturation: 0.09, 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 #95A69E is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 166 | 158 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.35 |
| HSL | 151.76º | 0.09% | 0.62% | - |
| HSV(B) | 151.76º | 0.1% | 0.65% | - |
| XYZ | 32.2 | 36.13 | 37.62 | - |
| YUV | 160.01 | 126.87 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 166 | 158 | 0.10 | 0 | 0.05 | 0.35 | 151.76 | 0.09 | 0.62 |
| Hex | 95 | A6 | 9E | A | 0 | 5 | 23 | 98 | 9 | 3E |
| Octal | 225 | 246 | 236 | 12 | 0 | 5 | 43 | 230 | 11 | 76 |
| Binary | 10010101 | 10100110 | 10011110 | 1010 | 0 | 101 | 100011 | 10011000 | 1001 | 111110 |
Color Harmonies of #95A69E
Complementary color
Monochromatic Colors of #95A69E
Black with #95A69E
Text Example
Text Example
White with #95A69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A69E; }
p { color: rgb(149,166,158); }
H1.HeaderClassName
{
color: #95A69E;
}
.AnyTagClassName
{
color: #95A69E;
}
</style>
background-color css
<style>
a { background-color: #95A69E; }
a { background-color: rgb(149,166,158); }
div.DivClassName
{
background-color: #95A69E;
}
.BgClassName
{
background-color: #95A69E;
}
</style>
border-color css
<style>
span { border-color: #95A69E; }
span { border-color: rgb(149,166,158); }
td.TdClassName
{
border-color: #95A69E;
}
.TagClassName
{
border-color: #95A69E;
}
</style>