Shades of Cascade #99A19F
Tints of Cascade #99A19F
RGB
CMYK
RGB Variations
Color information
#99A19F (or 0x99A19F) is known color: Cascade. HEX triplet: 99, A1 and 9F. RGB value is (153,161,159). Sum of RGB (Red+Green+Blue) = 153+161+159=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 161 - color contains mainly: green. Hex color #99A19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A19F is #665E60. Grayscale: #9E9E9E. Windows color (decimal): -6708833 or 10461593. OLE color: 10461593.
HSL color Cylindrical-coordinate representation of color #99A19F: hue angle of 165º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #99A19F is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 161 | 159 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.37 |
| HSL | 165º | 0.04% | 0.62% | - |
| HSV(B) | 165º | 0.05% | 0.63% | - |
| XYZ | 32.14 | 34.77 | 37.82 | - |
| YUV | 158.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 161 | 159 | 0.05 | 0 | 0.01 | 0.37 | 165 | 0.04 | 0.62 |
| Hex | 99 | A1 | 9F | 5 | 0 | 1 | 25 | A5 | 4 | 3E |
| Octal | 231 | 241 | 237 | 5 | 0 | 1 | 45 | 245 | 4 | 76 |
| Binary | 10011001 | 10100001 | 10011111 | 101 | 0 | 1 | 100101 | 10100101 | 100 | 111110 |
Color Harmonies of #99A19F
Complementary color
Monochromatic Colors of #99A19F
Black with #99A19F
Text Example
Text Example
White with #99A19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A19F; }
p { color: rgb(153,161,159); }
H1.HeaderClassName
{
color: #99A19F;
}
.AnyTagClassName
{
color: #99A19F;
}
</style>
background-color css
<style>
a { background-color: #99A19F; }
a { background-color: rgb(153,161,159); }
div.DivClassName
{
background-color: #99A19F;
}
.BgClassName
{
background-color: #99A19F;
}
</style>
border-color css
<style>
span { border-color: #99A19F; }
span { border-color: rgb(153,161,159); }
td.TdClassName
{
border-color: #99A19F;
}
.TagClassName
{
border-color: #99A19F;
}
</style>