Shades of Tower Grey #96ADA4
Tints of Tower Grey #96ADA4
RGB
CMYK
RGB Variations
Color information
#96ADA4 (or 0x96ADA4) is known color: Tower Grey. HEX triplet: 96, AD and A4. RGB value is (150,173,164). Sum of RGB (Red+Green+Blue) = 150+173+164=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 164 (64.45% from 255 or 33.68% from 487); Max value from RGB is 173 - color contains mainly: green. Hex color #96ADA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ADA4 is #69525B. Grayscale: #A5A5A5. Windows color (decimal): -6902364 or 10792342. OLE color: 10792342.
HSL color Cylindrical-coordinate representation of color #96ADA4: hue angle of 156.52º 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 #96ADA4 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 173 | 164 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.32 |
| HSL | 156.52º | 0.12% | 0.63% | - |
| HSV(B) | 156.52º | 0.13% | 0.68% | - |
| XYZ | 34.22 | 39.05 | 40.86 | - |
| YUV | 165.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 164 | 0.13 | 0 | 0.05 | 0.32 | 156.52 | 0.12 | 0.63 |
| Hex | 96 | AD | A4 | D | 0 | 5 | 20 | 9D | C | 3F |
| Octal | 226 | 255 | 244 | 15 | 0 | 5 | 40 | 235 | 14 | 77 |
| Binary | 10010110 | 10101101 | 10100100 | 1101 | 0 | 101 | 100000 | 10011101 | 1100 | 111111 |
Color Harmonies of #96ADA4
Complementary color
Monochromatic Colors of #96ADA4
Black with #96ADA4
Text Example
Text Example
White with #96ADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ADA4; }
p { color: rgb(150,173,164); }
H1.HeaderClassName
{
color: #96ADA4;
}
.AnyTagClassName
{
color: #96ADA4;
}
</style>
background-color css
<style>
a { background-color: #96ADA4; }
a { background-color: rgb(150,173,164); }
div.DivClassName
{
background-color: #96ADA4;
}
.BgClassName
{
background-color: #96ADA4;
}
</style>
border-color css
<style>
span { border-color: #96ADA4; }
span { border-color: rgb(150,173,164); }
td.TdClassName
{
border-color: #96ADA4;
}
.TagClassName
{
border-color: #96ADA4;
}
</style>