Shades of Cascade #90A5A0
Tints of Cascade #90A5A0
RGB
CMYK
RGB Variations
Color information
#90A5A0 (or 0x90A5A0) is known color: Cascade. HEX triplet: 90, A5 and A0. RGB value is (144,165,160). Sum of RGB (Red+Green+Blue) = 144+165+160=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 165 - color contains mainly: green. Hex color #90A5A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A5A0 is #6F5A5F. Grayscale: #9E9E9E. Windows color (decimal): -7297632 or 10528144. OLE color: 10528144.
HSL color Cylindrical-coordinate representation of color #90A5A0: hue angle of 165.71º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #90A5A0 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 165 | 160 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.35 |
| HSL | 165.71º | 0.1% | 0.61% | - |
| HSV(B) | 165.71º | 0.13% | 0.65% | - |
| XYZ | 31.3 | 35.38 | 38.44 | - |
| YUV | 158.15 | 129.04 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 165 | 160 | 0.13 | 0 | 0.03 | 0.35 | 165.71 | 0.1 | 0.61 |
| Hex | 90 | A5 | A0 | D | 0 | 3 | 23 | A6 | A | 3D |
| Octal | 220 | 245 | 240 | 15 | 0 | 3 | 43 | 246 | 12 | 75 |
| Binary | 10010000 | 10100101 | 10100000 | 1101 | 0 | 11 | 100011 | 10100110 | 1010 | 111101 |
Color Harmonies of #90A5A0
Complementary color
Monochromatic Colors of #90A5A0
Black with #90A5A0
Text Example
Text Example
White with #90A5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A5A0; }
p { color: rgb(144,165,160); }
H1.HeaderClassName
{
color: #90A5A0;
}
.AnyTagClassName
{
color: #90A5A0;
}
</style>
background-color css
<style>
a { background-color: #90A5A0; }
a { background-color: rgb(144,165,160); }
div.DivClassName
{
background-color: #90A5A0;
}
.BgClassName
{
background-color: #90A5A0;
}
</style>
border-color css
<style>
span { border-color: #90A5A0; }
span { border-color: rgb(144,165,160); }
td.TdClassName
{
border-color: #90A5A0;
}
.TagClassName
{
border-color: #90A5A0;
}
</style>