Shades of Tower Grey #95A89F
Tints of Tower Grey #95A89F
RGB
CMYK
RGB Variations
Color information
#95A89F (or 0x95A89F) is known color: Tower Grey. HEX triplet: 95, A8 and 9F. RGB value is (149,168,159). Sum of RGB (Red+Green+Blue) = 149+168+159=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 168 - color contains mainly: green. Hex color #95A89F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A89F is #6A5760. Grayscale: #A1A1A1. Windows color (decimal): -6969185 or 10463381. OLE color: 10463381.
HSL color Cylindrical-coordinate representation of color #95A89F: hue angle of 151.58º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #95A89F is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 149 | 168 | 159 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.34 |
| HSL | 151.58º | 0.1% | 0.62% | - |
| HSV(B) | 151.58º | 0.11% | 0.66% | - |
| XYZ | 32.66 | 36.9 | 38.2 | - |
| YUV | 161.29 | 126.71 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 168 | 159 | 0.11 | 0 | 0.05 | 0.34 | 151.58 | 0.1 | 0.62 |
| Hex | 95 | A8 | 9F | B | 0 | 5 | 22 | 98 | A | 3E |
| Octal | 225 | 250 | 237 | 13 | 0 | 5 | 42 | 230 | 12 | 76 |
| Binary | 10010101 | 10101000 | 10011111 | 1011 | 0 | 101 | 100010 | 10011000 | 1010 | 111110 |
Color Harmonies of #95A89F
Complementary color
Monochromatic Colors of #95A89F
Black with #95A89F
Text Example
Text Example
White with #95A89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A89F; }
p { color: rgb(149,168,159); }
H1.HeaderClassName
{
color: #95A89F;
}
.AnyTagClassName
{
color: #95A89F;
}
</style>
background-color css
<style>
a { background-color: #95A89F; }
a { background-color: rgb(149,168,159); }
div.DivClassName
{
background-color: #95A89F;
}
.BgClassName
{
background-color: #95A89F;
}
</style>
border-color css
<style>
span { border-color: #95A89F; }
span { border-color: rgb(149,168,159); }
td.TdClassName
{
border-color: #95A89F;
}
.TagClassName
{
border-color: #95A89F;
}
</style>