Shades of Tower Grey #9DA09F
Tints of Tower Grey #9DA09F
RGB
CMYK
RGB Variations
Color information
#9DA09F (or 0x9DA09F) is known color: Tower Grey. HEX triplet: 9D, A0 and 9F. RGB value is (157,160,159). Sum of RGB (Red+Green+Blue) = 157+160+159=476 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.98% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA09F is #625F60. Grayscale: #9E9E9E. Windows color (decimal): -6446945 or 10461341. OLE color: 10461341.
HSL color Cylindrical-coordinate representation of color #9DA09F: hue angle of 160º 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 #9DA09F is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
RGB | 157 | 160 | 159 | - |
CMYK | 0.02 | 0 | 0.01 | 0.37 |
HSL | 160º | 0.02% | 0.62% | - |
HSV(B) | 160º | 0.02% | 0.63% | - |
XYZ | 32.73 | 34.81 | 37.8 | - |
YUV | 158.99 | 128.01 | 126.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 160 | 159 | 0.02 | 0 | 0.01 | 0.37 | 160 | 0.02 | 0.62 |
Hex | 9D | A0 | 9F | 2 | 0 | 1 | 25 | A0 | 2 | 3E |
Octal | 235 | 240 | 237 | 2 | 0 | 1 | 45 | 240 | 2 | 76 |
Binary | 10011101 | 10100000 | 10011111 | 10 | 0 | 1 | 100101 | 10100000 | 10 | 111110 |
Color Harmonies of #9DA09F
Complementary color
Monochromatic Colors of #9DA09F
Black with #9DA09F
Text Example
Text Example
White with #9DA09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA09F; }
p { color: rgb(157,160,159); }
H1.HeaderClassName
{
color: #9DA09F;
}
.AnyTagClassName
{
color: #9DA09F;
}
</style>
background-color css
<style>
a { background-color: #9DA09F; }
a { background-color: rgb(157,160,159); }
div.DivClassName
{
background-color: #9DA09F;
}
.BgClassName
{
background-color: #9DA09F;
}
</style>
border-color css
<style>
span { border-color: #9DA09F; }
span { border-color: rgb(157,160,159); }
td.TdClassName
{
border-color: #9DA09F;
}
.TagClassName
{
border-color: #9DA09F;
}
</style>