Shades of Cascade #91AAA1
Tints of Cascade #91AAA1
RGB
CMYK
RGB Variations
Color information
#91AAA1 (or 0x91AAA1) is known color: Cascade. HEX triplet: 91, AA and A1. RGB value is (145,170,161). Sum of RGB (Red+Green+Blue) = 145+170+161=476 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.46% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 170 - color contains mainly: green. Hex color #91AAA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AAA1 is #6E555E. Grayscale: #A1A1A1. Windows color (decimal): -7230815 or 10594961. OLE color: 10594961.
HSL color Cylindrical-coordinate representation of color #91AAA1: hue angle of 158.4º 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 #91AAA1 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 170 | 161 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.33 |
| HSL | 158.4º | 0.13% | 0.62% | - |
| HSV(B) | 158.4º | 0.15% | 0.67% | - |
| XYZ | 32.48 | 37.34 | 39.21 | - |
| YUV | 161.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 170 | 161 | 0.15 | 0 | 0.05 | 0.33 | 158.4 | 0.13 | 0.62 |
| Hex | 91 | AA | A1 | F | 0 | 5 | 21 | 9E | D | 3E |
| Octal | 221 | 252 | 241 | 17 | 0 | 5 | 41 | 236 | 15 | 76 |
| Binary | 10010001 | 10101010 | 10100001 | 1111 | 0 | 101 | 100001 | 10011110 | 1101 | 111110 |
Color Harmonies of #91AAA1
Complementary color
Monochromatic Colors of #91AAA1
Black with #91AAA1
Text Example
Text Example
White with #91AAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AAA1; }
p { color: rgb(145,170,161); }
H1.HeaderClassName
{
color: #91AAA1;
}
.AnyTagClassName
{
color: #91AAA1;
}
</style>
background-color css
<style>
a { background-color: #91AAA1; }
a { background-color: rgb(145,170,161); }
div.DivClassName
{
background-color: #91AAA1;
}
.BgClassName
{
background-color: #91AAA1;
}
</style>
border-color css
<style>
span { border-color: #91AAA1; }
span { border-color: rgb(145,170,161); }
td.TdClassName
{
border-color: #91AAA1;
}
.TagClassName
{
border-color: #91AAA1;
}
</style>