Shades of Tower Grey #91AC9E
Tints of Tower Grey #91AC9E
RGB
CMYK
RGB Variations
Color information
#91AC9E (or 0x91AC9E) is known color: Tower Grey. HEX triplet: 91, AC and 9E. RGB value is (145,172,158). Sum of RGB (Red+Green+Blue) = 145+172+158=475 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.53% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 172 - color contains mainly: green. Hex color #91AC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AC9E is #6E5361. Grayscale: #A2A2A2. Windows color (decimal): -7230306 or 10398865. OLE color: 10398865.
HSL color Cylindrical-coordinate representation of color #91AC9E: hue angle of 148.89º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #91AC9E is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 172 | 158 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.33 |
| HSL | 148.89º | 0.14% | 0.62% | - |
| HSV(B) | 148.89º | 0.16% | 0.67% | - |
| XYZ | 32.6 | 37.99 | 37.96 | - |
| YUV | 162.33 | 125.55 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 172 | 158 | 0.16 | 0 | 0.08 | 0.33 | 148.89 | 0.14 | 0.62 |
| Hex | 91 | AC | 9E | 10 | 0 | 8 | 21 | 95 | E | 3E |
| Octal | 221 | 254 | 236 | 20 | 0 | 10 | 41 | 225 | 16 | 76 |
| Binary | 10010001 | 10101100 | 10011110 | 10000 | 0 | 1000 | 100001 | 10010101 | 1110 | 111110 |
Color Harmonies of #91AC9E
Complementary color
Monochromatic Colors of #91AC9E
Black with #91AC9E
Text Example
Text Example
White with #91AC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AC9E; }
p { color: rgb(145,172,158); }
H1.HeaderClassName
{
color: #91AC9E;
}
.AnyTagClassName
{
color: #91AC9E;
}
</style>
background-color css
<style>
a { background-color: #91AC9E; }
a { background-color: rgb(145,172,158); }
div.DivClassName
{
background-color: #91AC9E;
}
.BgClassName
{
background-color: #91AC9E;
}
</style>
border-color css
<style>
span { border-color: #91AC9E; }
span { border-color: rgb(145,172,158); }
td.TdClassName
{
border-color: #91AC9E;
}
.TagClassName
{
border-color: #91AC9E;
}
</style>