Shades of Cascade #86A097
Tints of Cascade #86A097
RGB
CMYK
RGB Variations
Color information
#86A097 (or 0x86A097) is known color: Cascade. HEX triplet: 86, A0 and 97. RGB value is (134,160,151). Sum of RGB (Red+Green+Blue) = 134+160+151=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 151 (59.38% from 255 or 33.93% from 445); Max value from RGB is 160 - color contains mainly: green. Hex color #86A097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A097 is #795F68. Grayscale: #979797. Windows color (decimal): -7954281 or 9937030. OLE color: 9937030.
HSL color Cylindrical-coordinate representation of color #86A097: hue angle of 159.23º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #86A097 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 160 | 151 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.37 |
| HSL | 159.23º | 0.12% | 0.58% | - |
| HSV(B) | 159.23º | 0.16% | 0.63% | - |
| XYZ | 27.99 | 32.44 | 34.07 | - |
| YUV | 151.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 160 | 151 | 0.16 | 0 | 0.06 | 0.37 | 159.23 | 0.12 | 0.58 |
| Hex | 86 | A0 | 97 | 10 | 0 | 6 | 25 | 9F | C | 3A |
| Octal | 206 | 240 | 227 | 20 | 0 | 6 | 45 | 237 | 14 | 72 |
| Binary | 10000110 | 10100000 | 10010111 | 10000 | 0 | 110 | 100101 | 10011111 | 1100 | 111010 |
Color Harmonies of #86A097
Complementary color
Monochromatic Colors of #86A097
Black with #86A097
Text Example
Text Example
White with #86A097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A097; }
p { color: rgb(134,160,151); }
H1.HeaderClassName
{
color: #86A097;
}
.AnyTagClassName
{
color: #86A097;
}
</style>
background-color css
<style>
a { background-color: #86A097; }
a { background-color: rgb(134,160,151); }
div.DivClassName
{
background-color: #86A097;
}
.BgClassName
{
background-color: #86A097;
}
</style>
border-color css
<style>
span { border-color: #86A097; }
span { border-color: rgb(134,160,151); }
td.TdClassName
{
border-color: #86A097;
}
.TagClassName
{
border-color: #86A097;
}
</style>