Shades of Cascade #94A7A3
Tints of Cascade #94A7A3
RGB
CMYK
RGB Variations
Color information
#94A7A3 (or 0x94A7A3) is known color: Cascade. HEX triplet: 94, A7 and A3. RGB value is (148,167,163). Sum of RGB (Red+Green+Blue) = 148+167+163=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 167 - color contains mainly: green. Hex color #94A7A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A7A3 is #6B585C. Grayscale: #A0A0A0. Windows color (decimal): -7034973 or 10725268. OLE color: 10725268.
HSL color Cylindrical-coordinate representation of color #94A7A3: hue angle of 167.37º degrees, saturation: 0.1, 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 #94A7A3 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 167 | 163 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.35 |
| HSL | 167.37º | 0.1% | 0.62% | - |
| HSV(B) | 167.37º | 0.11% | 0.65% | - |
| XYZ | 32.64 | 36.58 | 39.99 | - |
| YUV | 160.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 167 | 163 | 0.11 | 0 | 0.02 | 0.35 | 167.37 | 0.1 | 0.62 |
| Hex | 94 | A7 | A3 | B | 0 | 2 | 23 | A7 | A | 3E |
| Octal | 224 | 247 | 243 | 13 | 0 | 2 | 43 | 247 | 12 | 76 |
| Binary | 10010100 | 10100111 | 10100011 | 1011 | 0 | 10 | 100011 | 10100111 | 1010 | 111110 |
Color Harmonies of #94A7A3
Complementary color
Monochromatic Colors of #94A7A3
Black with #94A7A3
Text Example
Text Example
White with #94A7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A7A3; }
p { color: rgb(148,167,163); }
H1.HeaderClassName
{
color: #94A7A3;
}
.AnyTagClassName
{
color: #94A7A3;
}
</style>
background-color css
<style>
a { background-color: #94A7A3; }
a { background-color: rgb(148,167,163); }
div.DivClassName
{
background-color: #94A7A3;
}
.BgClassName
{
background-color: #94A7A3;
}
</style>
border-color css
<style>
span { border-color: #94A7A3; }
span { border-color: rgb(148,167,163); }
td.TdClassName
{
border-color: #94A7A3;
}
.TagClassName
{
border-color: #94A7A3;
}
</style>