Shades of Cascade #92A6A1
Tints of Cascade #92A6A1
RGB
CMYK
RGB Variations
Color information
#92A6A1 (or 0x92A6A1) is known color: Cascade. HEX triplet: 92, A6 and A1. RGB value is (146,166,161). Sum of RGB (Red+Green+Blue) = 146+166+161=473 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.87% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 166 - color contains mainly: green. Hex color #92A6A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A6A1 is #6D595E. Grayscale: #9F9F9F. Windows color (decimal): -7166303 or 10593938. OLE color: 10593938.
HSL color Cylindrical-coordinate representation of color #92A6A1: hue angle of 165º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #92A6A1 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 146 | 166 | 161 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.35 |
| HSL | 165º | 0.1% | 0.61% | - |
| HSV(B) | 165º | 0.12% | 0.65% | - |
| XYZ | 31.92 | 35.96 | 38.98 | - |
| YUV | 159.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 166 | 161 | 0.12 | 0 | 0.03 | 0.35 | 165 | 0.1 | 0.61 |
| Hex | 92 | A6 | A1 | C | 0 | 3 | 23 | A5 | A | 3D |
| Octal | 222 | 246 | 241 | 14 | 0 | 3 | 43 | 245 | 12 | 75 |
| Binary | 10010010 | 10100110 | 10100001 | 1100 | 0 | 11 | 100011 | 10100101 | 1010 | 111101 |
Color Harmonies of #92A6A1
Complementary color
Monochromatic Colors of #92A6A1
Black with #92A6A1
Text Example
Text Example
White with #92A6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A6A1; }
p { color: rgb(146,166,161); }
H1.HeaderClassName
{
color: #92A6A1;
}
.AnyTagClassName
{
color: #92A6A1;
}
</style>
background-color css
<style>
a { background-color: #92A6A1; }
a { background-color: rgb(146,166,161); }
div.DivClassName
{
background-color: #92A6A1;
}
.BgClassName
{
background-color: #92A6A1;
}
</style>
border-color css
<style>
span { border-color: #92A6A1; }
span { border-color: rgb(146,166,161); }
td.TdClassName
{
border-color: #92A6A1;
}
.TagClassName
{
border-color: #92A6A1;
}
</style>