Shades of Cascade #91A9A5
Tints of Cascade #91A9A5
RGB
CMYK
RGB Variations
Color information
#91A9A5 (or 0x91A9A5) is known color: Cascade. HEX triplet: 91, A9 and A5. RGB value is (145,169,165). Sum of RGB (Red+Green+Blue) = 145+169+165=479 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.27% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 169 - color contains mainly: green. Hex color #91A9A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A9A5 is #6E565A. Grayscale: #A1A1A1. Windows color (decimal): -7231067 or 10856849. OLE color: 10856849.
HSL color Cylindrical-coordinate representation of color #91A9A5: hue angle of 170º 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 #91A9A5 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 145 | 169 | 165 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.34 |
| HSL | 170º | 0.12% | 0.62% | - |
| HSV(B) | 170º | 0.14% | 0.66% | - |
| XYZ | 32.66 | 37.11 | 41.04 | - |
| YUV | 161.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 169 | 165 | 0.14 | 0 | 0.02 | 0.34 | 170 | 0.12 | 0.62 |
| Hex | 91 | A9 | A5 | E | 0 | 2 | 22 | AA | C | 3E |
| Octal | 221 | 251 | 245 | 16 | 0 | 2 | 42 | 252 | 14 | 76 |
| Binary | 10010001 | 10101001 | 10100101 | 1110 | 0 | 10 | 100010 | 10101010 | 1100 | 111110 |
Color Harmonies of #91A9A5
Complementary color
Monochromatic Colors of #91A9A5
Black with #91A9A5
Text Example
Text Example
White with #91A9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A9A5; }
p { color: rgb(145,169,165); }
H1.HeaderClassName
{
color: #91A9A5;
}
.AnyTagClassName
{
color: #91A9A5;
}
</style>
background-color css
<style>
a { background-color: #91A9A5; }
a { background-color: rgb(145,169,165); }
div.DivClassName
{
background-color: #91A9A5;
}
.BgClassName
{
background-color: #91A9A5;
}
</style>
border-color css
<style>
span { border-color: #91A9A5; }
span { border-color: rgb(145,169,165); }
td.TdClassName
{
border-color: #91A9A5;
}
.TagClassName
{
border-color: #91A9A5;
}
</style>