Shades of Tower Grey #9DA19F
Tints of Tower Grey #9DA19F
RGB
CMYK
RGB Variations
Color information
#9DA19F (or 0x9DA19F) is known color: Tower Grey. HEX triplet: 9D, A1 and 9F. RGB value is (157,161,159). Sum of RGB (Red+Green+Blue) = 157+161+159=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA19F is #625E60. Grayscale: #9F9F9F. Windows color (decimal): -6446689 or 10461597. OLE color: 10461597.
HSL color Cylindrical-coordinate representation of color #9DA19F: hue angle of 150º degrees, saturation: 0.02, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9DA19F is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 159 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.37 |
| HSL | 150º | 0.02% | 0.62% | - |
| HSV(B) | 150º | 0.02% | 0.63% | - |
| XYZ | 32.91 | 35.16 | 37.85 | - |
| YUV | 159.58 | 127.67 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 159 | 0.02 | 0 | 0.01 | 0.37 | 150 | 0.02 | 0.62 |
| Hex | 9D | A1 | 9F | 2 | 0 | 1 | 25 | 96 | 2 | 3E |
| Octal | 235 | 241 | 237 | 2 | 0 | 1 | 45 | 226 | 2 | 76 |
| Binary | 10011101 | 10100001 | 10011111 | 10 | 0 | 1 | 100101 | 10010110 | 10 | 111110 |
Color Harmonies of #9DA19F
Complementary color
Monochromatic Colors of #9DA19F
Black with #9DA19F
Text Example
Text Example
White with #9DA19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA19F; }
p { color: rgb(157,161,159); }
H1.HeaderClassName
{
color: #9DA19F;
}
.AnyTagClassName
{
color: #9DA19F;
}
</style>
background-color css
<style>
a { background-color: #9DA19F; }
a { background-color: rgb(157,161,159); }
div.DivClassName
{
background-color: #9DA19F;
}
.BgClassName
{
background-color: #9DA19F;
}
</style>
border-color css
<style>
span { border-color: #9DA19F; }
span { border-color: rgb(157,161,159); }
td.TdClassName
{
border-color: #9DA19F;
}
.TagClassName
{
border-color: #9DA19F;
}
</style>