Shades of Cascade #90A49F
Tints of Cascade #90A49F
RGB
CMYK
RGB Variations
Color information
#90A49F (or 0x90A49F) is known color: Cascade. HEX triplet: 90, A4 and 9F. RGB value is (144,164,159). Sum of RGB (Red+Green+Blue) = 144+164+159=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 164 - color contains mainly: green. Hex color #90A49F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A49F is #6F5B60. Grayscale: #9D9D9D. Windows color (decimal): -7297889 or 10462352. OLE color: 10462352.
HSL color Cylindrical-coordinate representation of color #90A49F: hue angle of 165º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #90A49F is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 164 | 159 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.36 |
| HSL | 165º | 0.1% | 0.6% | - |
| HSV(B) | 165º | 0.12% | 0.64% | - |
| XYZ | 31.04 | 34.98 | 37.92 | - |
| YUV | 157.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 164 | 159 | 0.12 | 0 | 0.03 | 0.36 | 165 | 0.1 | 0.6 |
| Hex | 90 | A4 | 9F | C | 0 | 3 | 24 | A5 | A | 3C |
| Octal | 220 | 244 | 237 | 14 | 0 | 3 | 44 | 245 | 12 | 74 |
| Binary | 10010000 | 10100100 | 10011111 | 1100 | 0 | 11 | 100100 | 10100101 | 1010 | 111100 |
Color Harmonies of #90A49F
Complementary color
Monochromatic Colors of #90A49F
Black with #90A49F
Text Example
Text Example
White with #90A49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A49F; }
p { color: rgb(144,164,159); }
H1.HeaderClassName
{
color: #90A49F;
}
.AnyTagClassName
{
color: #90A49F;
}
</style>
background-color css
<style>
a { background-color: #90A49F; }
a { background-color: rgb(144,164,159); }
div.DivClassName
{
background-color: #90A49F;
}
.BgClassName
{
background-color: #90A49F;
}
</style>
border-color css
<style>
span { border-color: #90A49F; }
span { border-color: rgb(144,164,159); }
td.TdClassName
{
border-color: #90A49F;
}
.TagClassName
{
border-color: #90A49F;
}
</style>