Shades of Tower Grey #92B3A3
Tints of Tower Grey #92B3A3
RGB
CMYK
RGB Variations
Color information
#92B3A3 (or 0x92B3A3) is known color: Tower Grey. HEX triplet: 92, B3 and A3. RGB value is (146,179,163). Sum of RGB (Red+Green+Blue) = 146+179+163=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 179 - color contains mainly: green. Hex color #92B3A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B3A3 is #6D4C5C. Grayscale: #A7A7A7. Windows color (decimal): -7162973 or 10728338. OLE color: 10728338.
HSL color Cylindrical-coordinate representation of color #92B3A3: hue angle of 150.91º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #92B3A3 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 146 | 179 | 163 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.30 |
| HSL | 150.91º | 0.18% | 0.64% | - |
| HSV(B) | 150.91º | 0.18% | 0.7% | - |
| XYZ | 34.59 | 41 | 40.74 | - |
| YUV | 167.31 | 125.57 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 179 | 163 | 0.18 | 0 | 0.09 | 0.30 | 150.91 | 0.18 | 0.64 |
| Hex | 92 | B3 | A3 | 12 | 0 | 9 | 1E | 97 | 12 | 40 |
| Octal | 222 | 263 | 243 | 22 | 0 | 11 | 36 | 227 | 22 | 100 |
| Binary | 10010010 | 10110011 | 10100011 | 10010 | 0 | 1001 | 11110 | 10010111 | 10010 | 1000000 |
Color Harmonies of #92B3A3
Complementary color
Monochromatic Colors of #92B3A3
Black with #92B3A3
Text Example
Text Example
White with #92B3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B3A3; }
p { color: rgb(146,179,163); }
H1.HeaderClassName
{
color: #92B3A3;
}
.AnyTagClassName
{
color: #92B3A3;
}
</style>
background-color css
<style>
a { background-color: #92B3A3; }
a { background-color: rgb(146,179,163); }
div.DivClassName
{
background-color: #92B3A3;
}
.BgClassName
{
background-color: #92B3A3;
}
</style>
border-color css
<style>
span { border-color: #92B3A3; }
span { border-color: rgb(146,179,163); }
td.TdClassName
{
border-color: #92B3A3;
}
.TagClassName
{
border-color: #92B3A3;
}
</style>