Shades of Cascade #92A8A4
Tints of Cascade #92A8A4
RGB
CMYK
RGB Variations
Color information
#92A8A4 (or 0x92A8A4) is known color: Cascade. HEX triplet: 92, A8 and A4. RGB value is (146,168,164). Sum of RGB (Red+Green+Blue) = 146+168+164=478 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.54% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 168 - color contains mainly: green. Hex color #92A8A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A8A4 is #6D575B. Grayscale: #A0A0A0. Windows color (decimal): -7165788 or 10791058. OLE color: 10791058.
HSL color Cylindrical-coordinate representation of color #92A8A4: hue angle of 169.09º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #92A8A4 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 146 | 168 | 164 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.34 |
| HSL | 169.09º | 0.11% | 0.62% | - |
| HSV(B) | 169.09º | 0.13% | 0.66% | - |
| XYZ | 32.56 | 36.8 | 40.51 | - |
| YUV | 160.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 168 | 164 | 0.13 | 0 | 0.02 | 0.34 | 169.09 | 0.11 | 0.62 |
| Hex | 92 | A8 | A4 | D | 0 | 2 | 22 | A9 | B | 3E |
| Octal | 222 | 250 | 244 | 15 | 0 | 2 | 42 | 251 | 13 | 76 |
| Binary | 10010010 | 10101000 | 10100100 | 1101 | 0 | 10 | 100010 | 10101001 | 1011 | 111110 |
Color Harmonies of #92A8A4
Complementary color
Monochromatic Colors of #92A8A4
Black with #92A8A4
Text Example
Text Example
White with #92A8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A8A4; }
p { color: rgb(146,168,164); }
H1.HeaderClassName
{
color: #92A8A4;
}
.AnyTagClassName
{
color: #92A8A4;
}
</style>
background-color css
<style>
a { background-color: #92A8A4; }
a { background-color: rgb(146,168,164); }
div.DivClassName
{
background-color: #92A8A4;
}
.BgClassName
{
background-color: #92A8A4;
}
</style>
border-color css
<style>
span { border-color: #92A8A4; }
span { border-color: rgb(146,168,164); }
td.TdClassName
{
border-color: #92A8A4;
}
.TagClassName
{
border-color: #92A8A4;
}
</style>