Shades of Tower Grey #9DABA4
Tints of Tower Grey #9DABA4
RGB
CMYK
RGB Variations
Color information
#9DABA4 (or 0x9DABA4) is known color: Tower Grey. HEX triplet: 9D, AB and A4. RGB value is (157,171,164). Sum of RGB (Red+Green+Blue) = 157+171+164=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 164 (64.45% from 255 or 33.33% from 492); Max value from RGB is 171 - color contains mainly: green. Hex color #9DABA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DABA4 is #62545B. Grayscale: #A6A6A6. Windows color (decimal): -6444124 or 10791837. OLE color: 10791837.
HSL color Cylindrical-coordinate representation of color #9DABA4: hue angle of 150º 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 #9DABA4 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 171 | 164 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.33 |
| HSL | 150º | 0.08% | 0.64% | - |
| HSV(B) | 150º | 0.08% | 0.67% | - |
| XYZ | 35.17 | 38.97 | 40.79 | - |
| YUV | 166.02 | 126.86 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 171 | 164 | 0.08 | 0 | 0.04 | 0.33 | 150 | 0.08 | 0.64 |
| Hex | 9D | AB | A4 | 8 | 0 | 4 | 21 | 96 | 8 | 40 |
| Octal | 235 | 253 | 244 | 10 | 0 | 4 | 41 | 226 | 10 | 100 |
| Binary | 10011101 | 10101011 | 10100100 | 1000 | 0 | 100 | 100001 | 10010110 | 1000 | 1000000 |
Color Harmonies of #9DABA4
Complementary color
Monochromatic Colors of #9DABA4
Black with #9DABA4
Text Example
Text Example
White with #9DABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DABA4; }
p { color: rgb(157,171,164); }
H1.HeaderClassName
{
color: #9DABA4;
}
.AnyTagClassName
{
color: #9DABA4;
}
</style>
background-color css
<style>
a { background-color: #9DABA4; }
a { background-color: rgb(157,171,164); }
div.DivClassName
{
background-color: #9DABA4;
}
.BgClassName
{
background-color: #9DABA4;
}
</style>
border-color css
<style>
span { border-color: #9DABA4; }
span { border-color: rgb(157,171,164); }
td.TdClassName
{
border-color: #9DABA4;
}
.TagClassName
{
border-color: #9DABA4;
}
</style>