Shades of Cascade #90AAA3
Tints of Cascade #90AAA3
RGB
CMYK
RGB Variations
Color information
#90AAA3 (or 0x90AAA3) is known color: Cascade. HEX triplet: 90, AA and A3. RGB value is (144,170,163). Sum of RGB (Red+Green+Blue) = 144+170+163=477 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.19% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 163 (64.06% from 255 or 34.17% from 477); Max value from RGB is 170 - color contains mainly: green. Hex color #90AAA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AAA3 is #6F555C. Grayscale: #A1A1A1. Windows color (decimal): -7296349 or 10726032. OLE color: 10726032.
HSL color Cylindrical-coordinate representation of color #90AAA3: hue angle of 163.85º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90AAA3 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 170 | 163 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.33 |
| HSL | 163.85º | 0.13% | 0.62% | - |
| HSV(B) | 163.85º | 0.15% | 0.67% | - |
| XYZ | 32.49 | 37.32 | 40.14 | - |
| YUV | 161.43 | 128.89 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 163 | 0.15 | 0 | 0.04 | 0.33 | 163.85 | 0.13 | 0.62 |
| Hex | 90 | AA | A3 | F | 0 | 4 | 21 | A4 | D | 3E |
| Octal | 220 | 252 | 243 | 17 | 0 | 4 | 41 | 244 | 15 | 76 |
| Binary | 10010000 | 10101010 | 10100011 | 1111 | 0 | 100 | 100001 | 10100100 | 1101 | 111110 |
Color Harmonies of #90AAA3
Complementary color
Monochromatic Colors of #90AAA3
Black with #90AAA3
Text Example
Text Example
White with #90AAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AAA3; }
p { color: rgb(144,170,163); }
H1.HeaderClassName
{
color: #90AAA3;
}
.AnyTagClassName
{
color: #90AAA3;
}
</style>
background-color css
<style>
a { background-color: #90AAA3; }
a { background-color: rgb(144,170,163); }
div.DivClassName
{
background-color: #90AAA3;
}
.BgClassName
{
background-color: #90AAA3;
}
</style>
border-color css
<style>
span { border-color: #90AAA3; }
span { border-color: rgb(144,170,163); }
td.TdClassName
{
border-color: #90AAA3;
}
.TagClassName
{
border-color: #90AAA3;
}
</style>