Shades of Cascade #94A5A2
Tints of Cascade #94A5A2
RGB
CMYK
RGB Variations
Color information
#94A5A2 (or 0x94A5A2) is known color: Cascade. HEX triplet: 94, A5 and A2. RGB value is (148,165,162). Sum of RGB (Red+Green+Blue) = 148+165+162=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 165 - color contains mainly: green. Hex color #94A5A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A5A2 is #6B5A5D. Grayscale: #9F9F9F. Windows color (decimal): -7035486 or 10659220. OLE color: 10659220.
HSL color Cylindrical-coordinate representation of color #94A5A2: hue angle of 169.41º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #94A5A2 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 165 | 162 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.35 |
| HSL | 169.41º | 0.09% | 0.61% | - |
| HSV(B) | 169.41º | 0.1% | 0.65% | - |
| XYZ | 32.19 | 35.81 | 39.4 | - |
| YUV | 159.58 | 129.37 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 165 | 162 | 0.10 | 0 | 0.02 | 0.35 | 169.41 | 0.09 | 0.61 |
| Hex | 94 | A5 | A2 | A | 0 | 2 | 23 | A9 | 9 | 3D |
| Octal | 224 | 245 | 242 | 12 | 0 | 2 | 43 | 251 | 11 | 75 |
| Binary | 10010100 | 10100101 | 10100010 | 1010 | 0 | 10 | 100011 | 10101001 | 1001 | 111101 |
Color Harmonies of #94A5A2
Complementary color
Monochromatic Colors of #94A5A2
Black with #94A5A2
Text Example
Text Example
White with #94A5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A5A2; }
p { color: rgb(148,165,162); }
H1.HeaderClassName
{
color: #94A5A2;
}
.AnyTagClassName
{
color: #94A5A2;
}
</style>
background-color css
<style>
a { background-color: #94A5A2; }
a { background-color: rgb(148,165,162); }
div.DivClassName
{
background-color: #94A5A2;
}
.BgClassName
{
background-color: #94A5A2;
}
</style>
border-color css
<style>
span { border-color: #94A5A2; }
span { border-color: rgb(148,165,162); }
td.TdClassName
{
border-color: #94A5A2;
}
.TagClassName
{
border-color: #94A5A2;
}
</style>