Shades of Cascade #92A9A4
Tints of Cascade #92A9A4
RGB
CMYK
RGB Variations
Color information
#92A9A4 (or 0x92A9A4) is known color: Cascade. HEX triplet: 92, A9 and A4. RGB value is (146,169,164). Sum of RGB (Red+Green+Blue) = 146+169+164=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 169 - color contains mainly: green. Hex color #92A9A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A9A4 is #6D565B. Grayscale: #A1A1A1. Windows color (decimal): -7165532 or 10791314. OLE color: 10791314.
HSL color Cylindrical-coordinate representation of color #92A9A4: hue angle of 166.96º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #92A9A4 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 146 | 169 | 164 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.34 |
| HSL | 166.96º | 0.12% | 0.62% | - |
| HSV(B) | 166.96º | 0.14% | 0.66% | - |
| XYZ | 32.74 | 37.17 | 40.57 | - |
| YUV | 161.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 169 | 164 | 0.14 | 0 | 0.03 | 0.34 | 166.96 | 0.12 | 0.62 |
| Hex | 92 | A9 | A4 | E | 0 | 3 | 22 | A7 | C | 3E |
| Octal | 222 | 251 | 244 | 16 | 0 | 3 | 42 | 247 | 14 | 76 |
| Binary | 10010010 | 10101001 | 10100100 | 1110 | 0 | 11 | 100010 | 10100111 | 1100 | 111110 |
Color Harmonies of #92A9A4
Complementary color
Monochromatic Colors of #92A9A4
Black with #92A9A4
Text Example
Text Example
White with #92A9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A9A4; }
p { color: rgb(146,169,164); }
H1.HeaderClassName
{
color: #92A9A4;
}
.AnyTagClassName
{
color: #92A9A4;
}
</style>
background-color css
<style>
a { background-color: #92A9A4; }
a { background-color: rgb(146,169,164); }
div.DivClassName
{
background-color: #92A9A4;
}
.BgClassName
{
background-color: #92A9A4;
}
</style>
border-color css
<style>
span { border-color: #92A9A4; }
span { border-color: rgb(146,169,164); }
td.TdClassName
{
border-color: #92A9A4;
}
.TagClassName
{
border-color: #92A9A4;
}
</style>