Shades of Cascade #95A6A3
Tints of Cascade #95A6A3
RGB
CMYK
RGB Variations
Color information
#95A6A3 (or 0x95A6A3) is known color: Cascade. HEX triplet: 95, A6 and A3. RGB value is (149,166,163). Sum of RGB (Red+Green+Blue) = 149+166+163=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 166 - color contains mainly: green. Hex color #95A6A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A6A3 is #6A595C. Grayscale: #A0A0A0. Windows color (decimal): -6969693 or 10725013. OLE color: 10725013.
HSL color Cylindrical-coordinate representation of color #95A6A3: hue angle of 169.41º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #95A6A3 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 166 | 163 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.35 |
| HSL | 169.41º | 0.09% | 0.62% | - |
| HSV(B) | 169.41º | 0.1% | 0.65% | - |
| XYZ | 32.64 | 36.31 | 39.94 | - |
| YUV | 160.58 | 129.37 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 166 | 163 | 0.10 | 0 | 0.02 | 0.35 | 169.41 | 0.09 | 0.62 |
| Hex | 95 | A6 | A3 | A | 0 | 2 | 23 | A9 | 9 | 3E |
| Octal | 225 | 246 | 243 | 12 | 0 | 2 | 43 | 251 | 11 | 76 |
| Binary | 10010101 | 10100110 | 10100011 | 1010 | 0 | 10 | 100011 | 10101001 | 1001 | 111110 |
Color Harmonies of #95A6A3
Complementary color
Monochromatic Colors of #95A6A3
Black with #95A6A3
Text Example
Text Example
White with #95A6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A6A3; }
p { color: rgb(149,166,163); }
H1.HeaderClassName
{
color: #95A6A3;
}
.AnyTagClassName
{
color: #95A6A3;
}
</style>
background-color css
<style>
a { background-color: #95A6A3; }
a { background-color: rgb(149,166,163); }
div.DivClassName
{
background-color: #95A6A3;
}
.BgClassName
{
background-color: #95A6A3;
}
</style>
border-color css
<style>
span { border-color: #95A6A3; }
span { border-color: rgb(149,166,163); }
td.TdClassName
{
border-color: #95A6A3;
}
.TagClassName
{
border-color: #95A6A3;
}
</style>