Shades of Cascade #99A4A1
Tints of Cascade #99A4A1
RGB
CMYK
RGB Variations
Color information
#99A4A1 (or 0x99A4A1) is known color: Cascade. HEX triplet: 99, A4 and A1. RGB value is (153,164,161). Sum of RGB (Red+Green+Blue) = 153+164+161=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 164 - color contains mainly: green. Hex color #99A4A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A4A1 is #665B5E. Grayscale: #A0A0A0. Windows color (decimal): -6708063 or 10593433. OLE color: 10593433.
HSL color Cylindrical-coordinate representation of color #99A4A1: hue angle of 163.64º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #99A4A1 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 164 | 161 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.36 |
| HSL | 163.64º | 0.06% | 0.62% | - |
| HSV(B) | 163.64º | 0.07% | 0.64% | - |
| XYZ | 32.85 | 35.9 | 38.92 | - |
| YUV | 160.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 161 | 0.07 | 0 | 0.02 | 0.36 | 163.64 | 0.06 | 0.62 |
| Hex | 99 | A4 | A1 | 7 | 0 | 2 | 24 | A4 | 6 | 3E |
| Octal | 231 | 244 | 241 | 7 | 0 | 2 | 44 | 244 | 6 | 76 |
| Binary | 10011001 | 10100100 | 10100001 | 111 | 0 | 10 | 100100 | 10100100 | 110 | 111110 |
Color Harmonies of #99A4A1
Complementary color
Monochromatic Colors of #99A4A1
Black with #99A4A1
Text Example
Text Example
White with #99A4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A4A1; }
p { color: rgb(153,164,161); }
H1.HeaderClassName
{
color: #99A4A1;
}
.AnyTagClassName
{
color: #99A4A1;
}
</style>
background-color css
<style>
a { background-color: #99A4A1; }
a { background-color: rgb(153,164,161); }
div.DivClassName
{
background-color: #99A4A1;
}
.BgClassName
{
background-color: #99A4A1;
}
</style>
border-color css
<style>
span { border-color: #99A4A1; }
span { border-color: rgb(153,164,161); }
td.TdClassName
{
border-color: #99A4A1;
}
.TagClassName
{
border-color: #99A4A1;
}
</style>