Shades of Cascade #86A095
Tints of Cascade #86A095
RGB
CMYK
RGB Variations
Color information
#86A095 (or 0x86A095) is known color: Cascade. HEX triplet: 86, A0 and 95. RGB value is (134,160,149). Sum of RGB (Red+Green+Blue) = 134+160+149=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 160 - color contains mainly: green. Hex color #86A095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A095 is #795F6A. Grayscale: #969696. Windows color (decimal): -7954283 or 9805958. OLE color: 9805958.
HSL color Cylindrical-coordinate representation of color #86A095: hue angle of 154.62º 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 #86A095 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 160 | 149 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.37 |
| HSL | 154.62º | 0.12% | 0.58% | - |
| HSV(B) | 154.62º | 0.16% | 0.63% | - |
| XYZ | 27.83 | 32.38 | 33.22 | - |
| YUV | 150.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 160 | 149 | 0.16 | 0 | 0.07 | 0.37 | 154.62 | 0.12 | 0.58 |
| Hex | 86 | A0 | 95 | 10 | 0 | 7 | 25 | 9B | C | 3A |
| Octal | 206 | 240 | 225 | 20 | 0 | 7 | 45 | 233 | 14 | 72 |
| Binary | 10000110 | 10100000 | 10010101 | 10000 | 0 | 111 | 100101 | 10011011 | 1100 | 111010 |
Color Harmonies of #86A095
Complementary color
Monochromatic Colors of #86A095
Black with #86A095
Text Example
Text Example
White with #86A095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A095; }
p { color: rgb(134,160,149); }
H1.HeaderClassName
{
color: #86A095;
}
.AnyTagClassName
{
color: #86A095;
}
</style>
background-color css
<style>
a { background-color: #86A095; }
a { background-color: rgb(134,160,149); }
div.DivClassName
{
background-color: #86A095;
}
.BgClassName
{
background-color: #86A095;
}
</style>
border-color css
<style>
span { border-color: #86A095; }
span { border-color: rgb(134,160,149); }
td.TdClassName
{
border-color: #86A095;
}
.TagClassName
{
border-color: #86A095;
}
</style>