Shades of Tower Grey #9DAFA6
Tints of Tower Grey #9DAFA6
RGB
CMYK
RGB Variations
Color information
#9DAFA6 (or 0x9DAFA6) is known color: Tower Grey. HEX triplet: 9D, AF and A6. RGB value is (157,175,166). Sum of RGB (Red+Green+Blue) = 157+175+166=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 166 (65.23% from 255 or 33.33% from 498); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAFA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAFA6 is #625059. Grayscale: #A8A8A8. Windows color (decimal): -6443098 or 10923933. OLE color: 10923933.
HSL color Cylindrical-coordinate representation of color #9DAFA6: hue angle of 150º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9DAFA6 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 175 | 166 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.31 |
| HSL | 150º | 0.1% | 0.65% | - |
| HSV(B) | 150º | 0.1% | 0.69% | - |
| XYZ | 36.12 | 40.58 | 42.01 | - |
| YUV | 168.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 175 | 166 | 0.10 | 0 | 0.05 | 0.31 | 150 | 0.1 | 0.65 |
| Hex | 9D | AF | A6 | A | 0 | 5 | 1F | 96 | A | 41 |
| Octal | 235 | 257 | 246 | 12 | 0 | 5 | 37 | 226 | 12 | 101 |
| Binary | 10011101 | 10101111 | 10100110 | 1010 | 0 | 101 | 11111 | 10010110 | 1010 | 1000001 |
Color Harmonies of #9DAFA6
Complementary color
Monochromatic Colors of #9DAFA6
Black with #9DAFA6
Text Example
Text Example
White with #9DAFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAFA6; }
p { color: rgb(157,175,166); }
H1.HeaderClassName
{
color: #9DAFA6;
}
.AnyTagClassName
{
color: #9DAFA6;
}
</style>
background-color css
<style>
a { background-color: #9DAFA6; }
a { background-color: rgb(157,175,166); }
div.DivClassName
{
background-color: #9DAFA6;
}
.BgClassName
{
background-color: #9DAFA6;
}
</style>
border-color css
<style>
span { border-color: #9DAFA6; }
span { border-color: rgb(157,175,166); }
td.TdClassName
{
border-color: #9DAFA6;
}
.TagClassName
{
border-color: #9DAFA6;
}
</style>