Shades of Cascade #89A6A0
Tints of Cascade #89A6A0
RGB
CMYK
RGB Variations
Color information
#89A6A0 (or 0x89A6A0) is known color: Cascade. HEX triplet: 89, A6 and A0. RGB value is (137,166,160). Sum of RGB (Red+Green+Blue) = 137+166+160=463 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.59% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 166 - color contains mainly: green. Hex color #89A6A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A6A0 is #76595F. Grayscale: #9C9C9C. Windows color (decimal): -7756128 or 10528393. OLE color: 10528393.
HSL color Cylindrical-coordinate representation of color #89A6A0: hue angle of 167.59º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #89A6A0 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 166 | 160 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.35 |
| HSL | 167.59º | 0.14% | 0.59% | - |
| HSV(B) | 167.59º | 0.17% | 0.65% | - |
| XYZ | 30.3 | 35.13 | 38.44 | - |
| YUV | 156.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 166 | 160 | 0.17 | 0 | 0.04 | 0.35 | 167.59 | 0.14 | 0.59 |
| Hex | 89 | A6 | A0 | 11 | 0 | 4 | 23 | A8 | E | 3B |
| Octal | 211 | 246 | 240 | 21 | 0 | 4 | 43 | 250 | 16 | 73 |
| Binary | 10001001 | 10100110 | 10100000 | 10001 | 0 | 100 | 100011 | 10101000 | 1110 | 111011 |
Color Harmonies of #89A6A0
Complementary color
Monochromatic Colors of #89A6A0
Black with #89A6A0
Text Example
Text Example
White with #89A6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A6A0; }
p { color: rgb(137,166,160); }
H1.HeaderClassName
{
color: #89A6A0;
}
.AnyTagClassName
{
color: #89A6A0;
}
</style>
background-color css
<style>
a { background-color: #89A6A0; }
a { background-color: rgb(137,166,160); }
div.DivClassName
{
background-color: #89A6A0;
}
.BgClassName
{
background-color: #89A6A0;
}
</style>
border-color css
<style>
span { border-color: #89A6A0; }
span { border-color: rgb(137,166,160); }
td.TdClassName
{
border-color: #89A6A0;
}
.TagClassName
{
border-color: #89A6A0;
}
</style>