Shades of Cascade #8AAAA0
Tints of Cascade #8AAAA0
RGB
CMYK
RGB Variations
Color information
#8AAAA0 (or 0x8AAAA0) is known color: Cascade. HEX triplet: 8A, AA and A0. RGB value is (138,170,160). Sum of RGB (Red+Green+Blue) = 138+170+160=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAAA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAAA0 is #75555F. Grayscale: #9F9F9F. Windows color (decimal): -7689568 or 10529418. OLE color: 10529418.
HSL color Cylindrical-coordinate representation of color #8AAAA0: hue angle of 161.25º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8AAAA0 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 160 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.33 |
| HSL | 161.25º | 0.16% | 0.6% | - |
| HSV(B) | 161.25º | 0.19% | 0.67% | - |
| XYZ | 31.2 | 36.69 | 38.7 | - |
| YUV | 159.29 | 128.4 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 160 | 0.19 | 0 | 0.06 | 0.33 | 161.25 | 0.16 | 0.6 |
| Hex | 8A | AA | A0 | 13 | 0 | 6 | 21 | A1 | 10 | 3C |
| Octal | 212 | 252 | 240 | 23 | 0 | 6 | 41 | 241 | 20 | 74 |
| Binary | 10001010 | 10101010 | 10100000 | 10011 | 0 | 110 | 100001 | 10100001 | 10000 | 111100 |
Color Harmonies of #8AAAA0
Complementary color
Monochromatic Colors of #8AAAA0
Black with #8AAAA0
Text Example
Text Example
White with #8AAAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAAA0; }
p { color: rgb(138,170,160); }
H1.HeaderClassName
{
color: #8AAAA0;
}
.AnyTagClassName
{
color: #8AAAA0;
}
</style>
background-color css
<style>
a { background-color: #8AAAA0; }
a { background-color: rgb(138,170,160); }
div.DivClassName
{
background-color: #8AAAA0;
}
.BgClassName
{
background-color: #8AAAA0;
}
</style>
border-color css
<style>
span { border-color: #8AAAA0; }
span { border-color: rgb(138,170,160); }
td.TdClassName
{
border-color: #8AAAA0;
}
.TagClassName
{
border-color: #8AAAA0;
}
</style>