Shades of Cascade #92A6A2
Tints of Cascade #92A6A2
RGB
CMYK
RGB Variations
Color information
#92A6A2 (or 0x92A6A2) is known color: Cascade. HEX triplet: 92, A6 and A2. RGB value is (146,166,162). Sum of RGB (Red+Green+Blue) = 146+166+162=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 166 - color contains mainly: green. Hex color #92A6A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A6A2 is #6D595D. Grayscale: #9F9F9F. Windows color (decimal): -7166302 or 10659474. OLE color: 10659474.
HSL color Cylindrical-coordinate representation of color #92A6A2: hue angle of 168º 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 #92A6A2 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 146 | 166 | 162 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.35 |
| HSL | 168º | 0.1% | 0.61% | - |
| HSV(B) | 168º | 0.12% | 0.65% | - |
| XYZ | 32.01 | 35.99 | 39.44 | - |
| YUV | 159.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 166 | 162 | 0.12 | 0 | 0.02 | 0.35 | 168 | 0.1 | 0.61 |
| Hex | 92 | A6 | A2 | C | 0 | 2 | 23 | A8 | A | 3D |
| Octal | 222 | 246 | 242 | 14 | 0 | 2 | 43 | 250 | 12 | 75 |
| Binary | 10010010 | 10100110 | 10100010 | 1100 | 0 | 10 | 100011 | 10101000 | 1010 | 111101 |
Color Harmonies of #92A6A2
Complementary color
Monochromatic Colors of #92A6A2
Black with #92A6A2
Text Example
Text Example
White with #92A6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A6A2; }
p { color: rgb(146,166,162); }
H1.HeaderClassName
{
color: #92A6A2;
}
.AnyTagClassName
{
color: #92A6A2;
}
</style>
background-color css
<style>
a { background-color: #92A6A2; }
a { background-color: rgb(146,166,162); }
div.DivClassName
{
background-color: #92A6A2;
}
.BgClassName
{
background-color: #92A6A2;
}
</style>
border-color css
<style>
span { border-color: #92A6A2; }
span { border-color: rgb(146,166,162); }
td.TdClassName
{
border-color: #92A6A2;
}
.TagClassName
{
border-color: #92A6A2;
}
</style>