Shades of Cascade #96A7A3
Tints of Cascade #96A7A3
RGB
CMYK
RGB Variations
Color information
#96A7A3 (or 0x96A7A3) is known color: Cascade. HEX triplet: 96, A7 and A3. RGB value is (150,167,163). Sum of RGB (Red+Green+Blue) = 150+167+163=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 167 (65.62% from 255 or 34.79% from 480); Blue value is 163 (64.06% from 255 or 33.96% from 480); Max value from RGB is 167 - color contains mainly: green. Hex color #96A7A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A7A3 is #69585C. Grayscale: #A1A1A1. Windows color (decimal): -6903901 or 10725270. OLE color: 10725270.
HSL color Cylindrical-coordinate representation of color #96A7A3: hue angle of 165.88º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #96A7A3 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 167 | 163 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.35 |
| HSL | 165.88º | 0.09% | 0.62% | - |
| HSV(B) | 165.88º | 0.1% | 0.65% | - |
| XYZ | 33.01 | 36.77 | 40.01 | - |
| YUV | 161.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 167 | 163 | 0.10 | 0 | 0.02 | 0.35 | 165.88 | 0.09 | 0.62 |
| Hex | 96 | A7 | A3 | A | 0 | 2 | 23 | A6 | 9 | 3E |
| Octal | 226 | 247 | 243 | 12 | 0 | 2 | 43 | 246 | 11 | 76 |
| Binary | 10010110 | 10100111 | 10100011 | 1010 | 0 | 10 | 100011 | 10100110 | 1001 | 111110 |
Color Harmonies of #96A7A3
Complementary color
Monochromatic Colors of #96A7A3
Black with #96A7A3
Text Example
Text Example
White with #96A7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A7A3; }
p { color: rgb(150,167,163); }
H1.HeaderClassName
{
color: #96A7A3;
}
.AnyTagClassName
{
color: #96A7A3;
}
</style>
background-color css
<style>
a { background-color: #96A7A3; }
a { background-color: rgb(150,167,163); }
div.DivClassName
{
background-color: #96A7A3;
}
.BgClassName
{
background-color: #96A7A3;
}
</style>
border-color css
<style>
span { border-color: #96A7A3; }
span { border-color: rgb(150,167,163); }
td.TdClassName
{
border-color: #96A7A3;
}
.TagClassName
{
border-color: #96A7A3;
}
</style>