Shades of Cascade #90A6A2
Tints of Cascade #90A6A2
RGB
CMYK
RGB Variations
Color information
#90A6A2 (or 0x90A6A2) is known color: Cascade. HEX triplet: 90, A6 and A2. RGB value is (144,166,162). Sum of RGB (Red+Green+Blue) = 144+166+162=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 166 - color contains mainly: green. Hex color #90A6A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A6A2 is #6F595D. Grayscale: #9E9E9E. Windows color (decimal): -7297374 or 10659472. OLE color: 10659472.
HSL color Cylindrical-coordinate representation of color #90A6A2: hue angle of 169.09º degrees, saturation: 0.11, 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 #90A6A2 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 166 | 162 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.35 |
| HSL | 169.09º | 0.11% | 0.61% | - |
| HSV(B) | 169.09º | 0.13% | 0.65% | - |
| XYZ | 31.66 | 35.81 | 39.43 | - |
| YUV | 158.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 166 | 162 | 0.13 | 0 | 0.02 | 0.35 | 169.09 | 0.11 | 0.61 |
| Hex | 90 | A6 | A2 | D | 0 | 2 | 23 | A9 | B | 3D |
| Octal | 220 | 246 | 242 | 15 | 0 | 2 | 43 | 251 | 13 | 75 |
| Binary | 10010000 | 10100110 | 10100010 | 1101 | 0 | 10 | 100011 | 10101001 | 1011 | 111101 |
Color Harmonies of #90A6A2
Complementary color
Monochromatic Colors of #90A6A2
Black with #90A6A2
Text Example
Text Example
White with #90A6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A6A2; }
p { color: rgb(144,166,162); }
H1.HeaderClassName
{
color: #90A6A2;
}
.AnyTagClassName
{
color: #90A6A2;
}
</style>
background-color css
<style>
a { background-color: #90A6A2; }
a { background-color: rgb(144,166,162); }
div.DivClassName
{
background-color: #90A6A2;
}
.BgClassName
{
background-color: #90A6A2;
}
</style>
border-color css
<style>
span { border-color: #90A6A2; }
span { border-color: rgb(144,166,162); }
td.TdClassName
{
border-color: #90A6A2;
}
.TagClassName
{
border-color: #90A6A2;
}
</style>