Shades of Cascade #97A7A3
Tints of Cascade #97A7A3
RGB
CMYK
RGB Variations
Color information
#97A7A3 (or 0x97A7A3) is known color: Cascade. HEX triplet: 97, A7 and A3. RGB value is (151,167,163). Sum of RGB (Red+Green+Blue) = 151+167+163=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 167 - color contains mainly: green. Hex color #97A7A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A7A3 is #68585C. Grayscale: #A1A1A1. Windows color (decimal): -6838365 or 10725271. OLE color: 10725271.
HSL color Cylindrical-coordinate representation of color #97A7A3: hue angle of 165º degrees, saturation: 0.08, 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 #97A7A3 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 151 | 167 | 163 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.35 |
| HSL | 165º | 0.08% | 0.62% | - |
| HSV(B) | 165º | 0.1% | 0.65% | - |
| XYZ | 33.19 | 36.86 | 40.02 | - |
| YUV | 161.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 167 | 163 | 0.10 | 0 | 0.02 | 0.35 | 165 | 0.08 | 0.62 |
| Hex | 97 | A7 | A3 | A | 0 | 2 | 23 | A5 | 8 | 3E |
| Octal | 227 | 247 | 243 | 12 | 0 | 2 | 43 | 245 | 10 | 76 |
| Binary | 10010111 | 10100111 | 10100011 | 1010 | 0 | 10 | 100011 | 10100101 | 1000 | 111110 |
Color Harmonies of #97A7A3
Complementary color
Monochromatic Colors of #97A7A3
Black with #97A7A3
Text Example
Text Example
White with #97A7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A7A3; }
p { color: rgb(151,167,163); }
H1.HeaderClassName
{
color: #97A7A3;
}
.AnyTagClassName
{
color: #97A7A3;
}
</style>
background-color css
<style>
a { background-color: #97A7A3; }
a { background-color: rgb(151,167,163); }
div.DivClassName
{
background-color: #97A7A3;
}
.BgClassName
{
background-color: #97A7A3;
}
</style>
border-color css
<style>
span { border-color: #97A7A3; }
span { border-color: rgb(151,167,163); }
td.TdClassName
{
border-color: #97A7A3;
}
.TagClassName
{
border-color: #97A7A3;
}
</style>