Shades of Tower Grey #96ADA3
Tints of Tower Grey #96ADA3
RGB
CMYK
RGB Variations
Color information
#96ADA3 (or 0x96ADA3) is known color: Tower Grey. HEX triplet: 96, AD and A3. RGB value is (150,173,163). Sum of RGB (Red+Green+Blue) = 150+173+163=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 173 - color contains mainly: green. Hex color #96ADA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ADA3 is #69525C. Grayscale: #A5A5A5. Windows color (decimal): -6902365 or 10726806. OLE color: 10726806.
HSL color Cylindrical-coordinate representation of color #96ADA3: hue angle of 153.91º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #96ADA3 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 173 | 163 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.32 |
| HSL | 153.91º | 0.12% | 0.63% | - |
| HSV(B) | 153.91º | 0.13% | 0.68% | - |
| XYZ | 34.13 | 39.02 | 40.38 | - |
| YUV | 164.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 163 | 0.13 | 0 | 0.06 | 0.32 | 153.91 | 0.12 | 0.63 |
| Hex | 96 | AD | A3 | D | 0 | 6 | 20 | 9A | C | 3F |
| Octal | 226 | 255 | 243 | 15 | 0 | 6 | 40 | 232 | 14 | 77 |
| Binary | 10010110 | 10101101 | 10100011 | 1101 | 0 | 110 | 100000 | 10011010 | 1100 | 111111 |
Color Harmonies of #96ADA3
Complementary color
Monochromatic Colors of #96ADA3
Black with #96ADA3
Text Example
Text Example
White with #96ADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ADA3; }
p { color: rgb(150,173,163); }
H1.HeaderClassName
{
color: #96ADA3;
}
.AnyTagClassName
{
color: #96ADA3;
}
</style>
background-color css
<style>
a { background-color: #96ADA3; }
a { background-color: rgb(150,173,163); }
div.DivClassName
{
background-color: #96ADA3;
}
.BgClassName
{
background-color: #96ADA3;
}
</style>
border-color css
<style>
span { border-color: #96ADA3; }
span { border-color: rgb(150,173,163); }
td.TdClassName
{
border-color: #96ADA3;
}
.TagClassName
{
border-color: #96ADA3;
}
</style>