Shades of Cascade #90A099
Tints of Cascade #90A099
RGB
CMYK
RGB Variations
Color information
#90A099 (or 0x90A099) is known color: Cascade. HEX triplet: 90, A0 and 99. RGB value is (144,160,153). Sum of RGB (Red+Green+Blue) = 144+160+153=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 160 - color contains mainly: green. Hex color #90A099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A099 is #6F5F66. Grayscale: #9A9A9A. Windows color (decimal): -7298919 or 10068112. OLE color: 10068112.
HSL color Cylindrical-coordinate representation of color #90A099: hue angle of 153.75º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #90A099 is Cyan = 0.1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 160 | 153 | - |
| CMYK | 0.1 | 0 | 0.04 | 0.37 |
| HSL | 153.75º | 0.08% | 0.6% | - |
| HSV(B) | 153.75º | 0.1% | 0.63% | - |
| XYZ | 29.82 | 33.37 | 35.01 | - |
| YUV | 154.42 | 127.2 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 160 | 153 | 0.1 | 0 | 0.04 | 0.37 | 153.75 | 0.08 | 0.6 |
| Hex | 90 | A0 | 99 | A | 0 | 4 | 25 | 9A | 8 | 3C |
| Octal | 220 | 240 | 231 | 12 | 0 | 4 | 45 | 232 | 10 | 74 |
| Binary | 10010000 | 10100000 | 10011001 | 1010 | 0 | 100 | 100101 | 10011010 | 1000 | 111100 |
Color Harmonies of #90A099
Complementary color
Monochromatic Colors of #90A099
Black with #90A099
Text Example
Text Example
White with #90A099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A099; }
p { color: rgb(144,160,153); }
H1.HeaderClassName
{
color: #90A099;
}
.AnyTagClassName
{
color: #90A099;
}
</style>
background-color css
<style>
a { background-color: #90A099; }
a { background-color: rgb(144,160,153); }
div.DivClassName
{
background-color: #90A099;
}
.BgClassName
{
background-color: #90A099;
}
</style>
border-color css
<style>
span { border-color: #90A099; }
span { border-color: rgb(144,160,153); }
td.TdClassName
{
border-color: #90A099;
}
.TagClassName
{
border-color: #90A099;
}
</style>