Shades of Cascade #91A9A0
Tints of Cascade #91A9A0
RGB
CMYK
RGB Variations
Color information
#91A9A0 (or 0x91A9A0) is known color: Cascade. HEX triplet: 91, A9 and A0. RGB value is (145,169,160). Sum of RGB (Red+Green+Blue) = 145+169+160=474 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.59% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 169 - color contains mainly: green. Hex color #91A9A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A9A0 is #6E565F. Grayscale: #A0A0A0. Windows color (decimal): -7231072 or 10529169. OLE color: 10529169.
HSL color Cylindrical-coordinate representation of color #91A9A0: hue angle of 157.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #91A9A0 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 145 | 169 | 160 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.34 |
| HSL | 157.5º | 0.12% | 0.62% | - |
| HSV(B) | 157.5º | 0.14% | 0.66% | - |
| XYZ | 32.21 | 36.93 | 38.69 | - |
| YUV | 160.8 | 127.55 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 169 | 160 | 0.14 | 0 | 0.05 | 0.34 | 157.5 | 0.12 | 0.62 |
| Hex | 91 | A9 | A0 | E | 0 | 5 | 22 | 9E | C | 3E |
| Octal | 221 | 251 | 240 | 16 | 0 | 5 | 42 | 236 | 14 | 76 |
| Binary | 10010001 | 10101001 | 10100000 | 1110 | 0 | 101 | 100010 | 10011110 | 1100 | 111110 |
Color Harmonies of #91A9A0
Complementary color
Monochromatic Colors of #91A9A0
Black with #91A9A0
Text Example
Text Example
White with #91A9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A9A0; }
p { color: rgb(145,169,160); }
H1.HeaderClassName
{
color: #91A9A0;
}
.AnyTagClassName
{
color: #91A9A0;
}
</style>
background-color css
<style>
a { background-color: #91A9A0; }
a { background-color: rgb(145,169,160); }
div.DivClassName
{
background-color: #91A9A0;
}
.BgClassName
{
background-color: #91A9A0;
}
</style>
border-color css
<style>
span { border-color: #91A9A0; }
span { border-color: rgb(145,169,160); }
td.TdClassName
{
border-color: #91A9A0;
}
.TagClassName
{
border-color: #91A9A0;
}
</style>