Shades of Cascade #92AAA2
Tints of Cascade #92AAA2
RGB
CMYK
RGB Variations
Color information
#92AAA2 (or 0x92AAA2) is known color: Cascade. HEX triplet: 92, AA and A2. RGB value is (146,170,162). Sum of RGB (Red+Green+Blue) = 146+170+162=478 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.54% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 170 - color contains mainly: green. Hex color #92AAA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AAA2 is #6D555D. Grayscale: #A1A1A1. Windows color (decimal): -7165278 or 10660498. OLE color: 10660498.
HSL color Cylindrical-coordinate representation of color #92AAA2: hue angle of 160º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #92AAA2 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 170 | 162 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.33 |
| HSL | 160º | 0.12% | 0.62% | - |
| HSV(B) | 160º | 0.14% | 0.67% | - |
| XYZ | 32.75 | 37.47 | 39.69 | - |
| YUV | 161.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 162 | 0.14 | 0 | 0.05 | 0.33 | 160 | 0.12 | 0.62 |
| Hex | 92 | AA | A2 | E | 0 | 5 | 21 | A0 | C | 3E |
| Octal | 222 | 252 | 242 | 16 | 0 | 5 | 41 | 240 | 14 | 76 |
| Binary | 10010010 | 10101010 | 10100010 | 1110 | 0 | 101 | 100001 | 10100000 | 1100 | 111110 |
Color Harmonies of #92AAA2
Complementary color
Monochromatic Colors of #92AAA2
Black with #92AAA2
Text Example
Text Example
White with #92AAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AAA2; }
p { color: rgb(146,170,162); }
H1.HeaderClassName
{
color: #92AAA2;
}
.AnyTagClassName
{
color: #92AAA2;
}
</style>
background-color css
<style>
a { background-color: #92AAA2; }
a { background-color: rgb(146,170,162); }
div.DivClassName
{
background-color: #92AAA2;
}
.BgClassName
{
background-color: #92AAA2;
}
</style>
border-color css
<style>
span { border-color: #92AAA2; }
span { border-color: rgb(146,170,162); }
td.TdClassName
{
border-color: #92AAA2;
}
.TagClassName
{
border-color: #92AAA2;
}
</style>