Shades of Cascade #94AAA3
Tints of Cascade #94AAA3
RGB
CMYK
RGB Variations
Color information
#94AAA3 (or 0x94AAA3) is known color: Cascade. HEX triplet: 94, AA and A3. RGB value is (148,170,163). Sum of RGB (Red+Green+Blue) = 148+170+163=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 170 - color contains mainly: green. Hex color #94AAA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AAA3 is #6B555C. Grayscale: #A2A2A2. Windows color (decimal): -7034205 or 10726036. OLE color: 10726036.
HSL color Cylindrical-coordinate representation of color #94AAA3: hue angle of 160.91º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #94AAA3 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 170 | 163 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.33 |
| HSL | 160.91º | 0.11% | 0.62% | - |
| HSV(B) | 160.91º | 0.13% | 0.67% | - |
| XYZ | 33.2 | 37.69 | 40.18 | - |
| YUV | 162.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 170 | 163 | 0.13 | 0 | 0.04 | 0.33 | 160.91 | 0.11 | 0.62 |
| Hex | 94 | AA | A3 | D | 0 | 4 | 21 | A1 | B | 3E |
| Octal | 224 | 252 | 243 | 15 | 0 | 4 | 41 | 241 | 13 | 76 |
| Binary | 10010100 | 10101010 | 10100011 | 1101 | 0 | 100 | 100001 | 10100001 | 1011 | 111110 |
Color Harmonies of #94AAA3
Complementary color
Monochromatic Colors of #94AAA3
Black with #94AAA3
Text Example
Text Example
White with #94AAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AAA3; }
p { color: rgb(148,170,163); }
H1.HeaderClassName
{
color: #94AAA3;
}
.AnyTagClassName
{
color: #94AAA3;
}
</style>
background-color css
<style>
a { background-color: #94AAA3; }
a { background-color: rgb(148,170,163); }
div.DivClassName
{
background-color: #94AAA3;
}
.BgClassName
{
background-color: #94AAA3;
}
</style>
border-color css
<style>
span { border-color: #94AAA3; }
span { border-color: rgb(148,170,163); }
td.TdClassName
{
border-color: #94AAA3;
}
.TagClassName
{
border-color: #94AAA3;
}
</style>