Shades of Tower Grey #92AA9E
Tints of Tower Grey #92AA9E
RGB
CMYK
RGB Variations
Color information
#92AA9E (or 0x92AA9E) is known color: Tower Grey. HEX triplet: 92, AA and 9E. RGB value is (146,170,158). Sum of RGB (Red+Green+Blue) = 146+170+158=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 170 - color contains mainly: green. Hex color #92AA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AA9E is #6D5561. Grayscale: #A1A1A1. Windows color (decimal): -7165282 or 10398354. OLE color: 10398354.
HSL color Cylindrical-coordinate representation of color #92AA9E: hue angle of 150º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #92AA9E is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 170 | 158 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.33 |
| HSL | 150º | 0.12% | 0.62% | - |
| HSV(B) | 150º | 0.14% | 0.67% | - |
| XYZ | 32.4 | 37.33 | 37.85 | - |
| YUV | 161.46 | 126.05 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 158 | 0.14 | 0 | 0.07 | 0.33 | 150 | 0.12 | 0.62 |
| Hex | 92 | AA | 9E | E | 0 | 7 | 21 | 96 | C | 3E |
| Octal | 222 | 252 | 236 | 16 | 0 | 7 | 41 | 226 | 14 | 76 |
| Binary | 10010010 | 10101010 | 10011110 | 1110 | 0 | 111 | 100001 | 10010110 | 1100 | 111110 |
Color Harmonies of #92AA9E
Complementary color
Monochromatic Colors of #92AA9E
Black with #92AA9E
Text Example
Text Example
White with #92AA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AA9E; }
p { color: rgb(146,170,158); }
H1.HeaderClassName
{
color: #92AA9E;
}
.AnyTagClassName
{
color: #92AA9E;
}
</style>
background-color css
<style>
a { background-color: #92AA9E; }
a { background-color: rgb(146,170,158); }
div.DivClassName
{
background-color: #92AA9E;
}
.BgClassName
{
background-color: #92AA9E;
}
</style>
border-color css
<style>
span { border-color: #92AA9E; }
span { border-color: rgb(146,170,158); }
td.TdClassName
{
border-color: #92AA9E;
}
.TagClassName
{
border-color: #92AA9E;
}
</style>