Shades of Cascade #94A6A2
Tints of Cascade #94A6A2
RGB
CMYK
RGB Variations
Color information
#94A6A2 (or 0x94A6A2) is known color: Cascade. HEX triplet: 94, A6 and A2. RGB value is (148,166,162). Sum of RGB (Red+Green+Blue) = 148+166+162=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 166 - color contains mainly: green. Hex color #94A6A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A6A2 is #6B595D. Grayscale: #A0A0A0. Windows color (decimal): -7035230 or 10659476. OLE color: 10659476.
HSL color Cylindrical-coordinate representation of color #94A6A2: hue angle of 166.67º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #94A6A2 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 166 | 162 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.35 |
| HSL | 166.67º | 0.09% | 0.62% | - |
| HSV(B) | 166.67º | 0.11% | 0.65% | - |
| XYZ | 32.37 | 36.18 | 39.46 | - |
| YUV | 160.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 166 | 162 | 0.11 | 0 | 0.02 | 0.35 | 166.67 | 0.09 | 0.62 |
| Hex | 94 | A6 | A2 | B | 0 | 2 | 23 | A7 | 9 | 3E |
| Octal | 224 | 246 | 242 | 13 | 0 | 2 | 43 | 247 | 11 | 76 |
| Binary | 10010100 | 10100110 | 10100010 | 1011 | 0 | 10 | 100011 | 10100111 | 1001 | 111110 |
Color Harmonies of #94A6A2
Complementary color
Monochromatic Colors of #94A6A2
Black with #94A6A2
Text Example
Text Example
White with #94A6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A6A2; }
p { color: rgb(148,166,162); }
H1.HeaderClassName
{
color: #94A6A2;
}
.AnyTagClassName
{
color: #94A6A2;
}
</style>
background-color css
<style>
a { background-color: #94A6A2; }
a { background-color: rgb(148,166,162); }
div.DivClassName
{
background-color: #94A6A2;
}
.BgClassName
{
background-color: #94A6A2;
}
</style>
border-color css
<style>
span { border-color: #94A6A2; }
span { border-color: rgb(148,166,162); }
td.TdClassName
{
border-color: #94A6A2;
}
.TagClassName
{
border-color: #94A6A2;
}
</style>