Shades of Cascade #86A09A
Tints of Cascade #86A09A
RGB
CMYK
RGB Variations
Color information
#86A09A (or 0x86A09A) is known color: Cascade. HEX triplet: 86, A0 and 9A. RGB value is (134,160,154). Sum of RGB (Red+Green+Blue) = 134+160+154=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 160 - color contains mainly: green. Hex color #86A09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A09A is #795F65. Grayscale: #979797. Windows color (decimal): -7954278 or 10133638. OLE color: 10133638.
HSL color Cylindrical-coordinate representation of color #86A09A: hue angle of 166.15º 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 #86A09A is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 160 | 154 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.37 |
| HSL | 166.15º | 0.12% | 0.58% | - |
| HSV(B) | 166.15º | 0.16% | 0.63% | - |
| XYZ | 28.24 | 32.54 | 35.37 | - |
| YUV | 151.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 160 | 154 | 0.16 | 0 | 0.04 | 0.37 | 166.15 | 0.12 | 0.58 |
| Hex | 86 | A0 | 9A | 10 | 0 | 4 | 25 | A6 | C | 3A |
| Octal | 206 | 240 | 232 | 20 | 0 | 4 | 45 | 246 | 14 | 72 |
| Binary | 10000110 | 10100000 | 10011010 | 10000 | 0 | 100 | 100101 | 10100110 | 1100 | 111010 |
Color Harmonies of #86A09A
Complementary color
Monochromatic Colors of #86A09A
Black with #86A09A
Text Example
Text Example
White with #86A09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A09A; }
p { color: rgb(134,160,154); }
H1.HeaderClassName
{
color: #86A09A;
}
.AnyTagClassName
{
color: #86A09A;
}
</style>
background-color css
<style>
a { background-color: #86A09A; }
a { background-color: rgb(134,160,154); }
div.DivClassName
{
background-color: #86A09A;
}
.BgClassName
{
background-color: #86A09A;
}
</style>
border-color css
<style>
span { border-color: #86A09A; }
span { border-color: rgb(134,160,154); }
td.TdClassName
{
border-color: #86A09A;
}
.TagClassName
{
border-color: #86A09A;
}
</style>