Shades of Cascade #92A4A0
Tints of Cascade #92A4A0
RGB
CMYK
RGB Variations
Color information
#92A4A0 (or 0x92A4A0) is known color: Cascade. HEX triplet: 92, A4 and A0. RGB value is (146,164,160). Sum of RGB (Red+Green+Blue) = 146+164+160=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 164 - color contains mainly: green. Hex color #92A4A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A4A0 is #6D5B5F. Grayscale: #9E9E9E. Windows color (decimal): -7166816 or 10527890. OLE color: 10527890.
HSL color Cylindrical-coordinate representation of color #92A4A0: hue angle of 166.67º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #92A4A0 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 164 | 160 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.36 |
| HSL | 166.67º | 0.09% | 0.61% | - |
| HSV(B) | 166.67º | 0.11% | 0.64% | - |
| XYZ | 31.47 | 35.2 | 38.39 | - |
| YUV | 158.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 164 | 160 | 0.11 | 0 | 0.02 | 0.36 | 166.67 | 0.09 | 0.61 |
| Hex | 92 | A4 | A0 | B | 0 | 2 | 24 | A7 | 9 | 3D |
| Octal | 222 | 244 | 240 | 13 | 0 | 2 | 44 | 247 | 11 | 75 |
| Binary | 10010010 | 10100100 | 10100000 | 1011 | 0 | 10 | 100100 | 10100111 | 1001 | 111101 |
Color Harmonies of #92A4A0
Complementary color
Monochromatic Colors of #92A4A0
Black with #92A4A0
Text Example
Text Example
White with #92A4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A4A0; }
p { color: rgb(146,164,160); }
H1.HeaderClassName
{
color: #92A4A0;
}
.AnyTagClassName
{
color: #92A4A0;
}
</style>
background-color css
<style>
a { background-color: #92A4A0; }
a { background-color: rgb(146,164,160); }
div.DivClassName
{
background-color: #92A4A0;
}
.BgClassName
{
background-color: #92A4A0;
}
</style>
border-color css
<style>
span { border-color: #92A4A0; }
span { border-color: rgb(146,164,160); }
td.TdClassName
{
border-color: #92A4A0;
}
.TagClassName
{
border-color: #92A4A0;
}
</style>