Shades of Cascade #88A6A1
Tints of Cascade #88A6A1
RGB
CMYK
RGB Variations
Color information
#88A6A1 (or 0x88A6A1) is known color: Cascade. HEX triplet: 88, A6 and A1. RGB value is (136,166,161). Sum of RGB (Red+Green+Blue) = 136+166+161=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 166 - color contains mainly: green. Hex color #88A6A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A6A1 is #77595E. Grayscale: #9C9C9C. Windows color (decimal): -7821663 or 10593928. OLE color: 10593928.
HSL color Cylindrical-coordinate representation of color #88A6A1: hue angle of 170º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #88A6A1 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 166 | 161 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.35 |
| HSL | 170º | 0.14% | 0.59% | - |
| HSV(B) | 170º | 0.18% | 0.65% | - |
| XYZ | 30.22 | 35.08 | 38.9 | - |
| YUV | 156.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 166 | 161 | 0.18 | 0 | 0.03 | 0.35 | 170 | 0.14 | 0.59 |
| Hex | 88 | A6 | A1 | 12 | 0 | 3 | 23 | AA | E | 3B |
| Octal | 210 | 246 | 241 | 22 | 0 | 3 | 43 | 252 | 16 | 73 |
| Binary | 10001000 | 10100110 | 10100001 | 10010 | 0 | 11 | 100011 | 10101010 | 1110 | 111011 |
Color Harmonies of #88A6A1
Complementary color
Monochromatic Colors of #88A6A1
Black with #88A6A1
Text Example
Text Example
White with #88A6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A6A1; }
p { color: rgb(136,166,161); }
H1.HeaderClassName
{
color: #88A6A1;
}
.AnyTagClassName
{
color: #88A6A1;
}
</style>
background-color css
<style>
a { background-color: #88A6A1; }
a { background-color: rgb(136,166,161); }
div.DivClassName
{
background-color: #88A6A1;
}
.BgClassName
{
background-color: #88A6A1;
}
</style>
border-color css
<style>
span { border-color: #88A6A1; }
span { border-color: rgb(136,166,161); }
td.TdClassName
{
border-color: #88A6A1;
}
.TagClassName
{
border-color: #88A6A1;
}
</style>