Shades of Tower Grey #9DABA7
Tints of Tower Grey #9DABA7
RGB
CMYK
RGB Variations
Color information
#9DABA7 (or 0x9DABA7) is known color: Tower Grey. HEX triplet: 9D, AB and A7. RGB value is (157,171,167). Sum of RGB (Red+Green+Blue) = 157+171+167=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 167 (65.62% from 255 or 33.74% from 495); Max value from RGB is 171 - color contains mainly: green. Hex color #9DABA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DABA7 is #625458. Grayscale: #A6A6A6. Windows color (decimal): -6444121 or 10988445. OLE color: 10988445.
HSL color Cylindrical-coordinate representation of color #9DABA7: hue angle of 162.86º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9DABA7 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 171 | 167 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.33 |
| HSL | 162.86º | 0.08% | 0.64% | - |
| HSV(B) | 162.86º | 0.08% | 0.67% | - |
| XYZ | 35.44 | 39.08 | 42.24 | - |
| YUV | 166.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 171 | 167 | 0.08 | 0 | 0.02 | 0.33 | 162.86 | 0.08 | 0.64 |
| Hex | 9D | AB | A7 | 8 | 0 | 2 | 21 | A3 | 8 | 40 |
| Octal | 235 | 253 | 247 | 10 | 0 | 2 | 41 | 243 | 10 | 100 |
| Binary | 10011101 | 10101011 | 10100111 | 1000 | 0 | 10 | 100001 | 10100011 | 1000 | 1000000 |
Color Harmonies of #9DABA7
Complementary color
Monochromatic Colors of #9DABA7
Black with #9DABA7
Text Example
Text Example
White with #9DABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DABA7; }
p { color: rgb(157,171,167); }
H1.HeaderClassName
{
color: #9DABA7;
}
.AnyTagClassName
{
color: #9DABA7;
}
</style>
background-color css
<style>
a { background-color: #9DABA7; }
a { background-color: rgb(157,171,167); }
div.DivClassName
{
background-color: #9DABA7;
}
.BgClassName
{
background-color: #9DABA7;
}
</style>
border-color css
<style>
span { border-color: #9DABA7; }
span { border-color: rgb(157,171,167); }
td.TdClassName
{
border-color: #9DABA7;
}
.TagClassName
{
border-color: #9DABA7;
}
</style>