Shades of Cascade #9AA5A2
Tints of Cascade #9AA5A2
RGB
CMYK
RGB Variations
Color information
#9AA5A2 (or 0x9AA5A2) is known color: Cascade. HEX triplet: 9A, A5 and A2. RGB value is (154,165,162). Sum of RGB (Red+Green+Blue) = 154+165+162=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 165 - color contains mainly: green. Hex color #9AA5A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA5A2 is #655A5D. Grayscale: #A1A1A1. Windows color (decimal): -6642270 or 10659226. OLE color: 10659226.
HSL color Cylindrical-coordinate representation of color #9AA5A2: hue angle of 163.64º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9AA5A2 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 165 | 162 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.35 |
| HSL | 163.64º | 0.06% | 0.63% | - |
| HSV(B) | 163.64º | 0.07% | 0.65% | - |
| XYZ | 33.3 | 36.39 | 39.45 | - |
| YUV | 161.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 165 | 162 | 0.07 | 0 | 0.02 | 0.35 | 163.64 | 0.06 | 0.63 |
| Hex | 9A | A5 | A2 | 7 | 0 | 2 | 23 | A4 | 6 | 3F |
| Octal | 232 | 245 | 242 | 7 | 0 | 2 | 43 | 244 | 6 | 77 |
| Binary | 10011010 | 10100101 | 10100010 | 111 | 0 | 10 | 100011 | 10100100 | 110 | 111111 |
Color Harmonies of #9AA5A2
Complementary color
Monochromatic Colors of #9AA5A2
Black with #9AA5A2
Text Example
Text Example
White with #9AA5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA5A2; }
p { color: rgb(154,165,162); }
H1.HeaderClassName
{
color: #9AA5A2;
}
.AnyTagClassName
{
color: #9AA5A2;
}
</style>
background-color css
<style>
a { background-color: #9AA5A2; }
a { background-color: rgb(154,165,162); }
div.DivClassName
{
background-color: #9AA5A2;
}
.BgClassName
{
background-color: #9AA5A2;
}
</style>
border-color css
<style>
span { border-color: #9AA5A2; }
span { border-color: rgb(154,165,162); }
td.TdClassName
{
border-color: #9AA5A2;
}
.TagClassName
{
border-color: #9AA5A2;
}
</style>