Shades of Cascade #8AA6A0
Tints of Cascade #8AA6A0
RGB
CMYK
RGB Variations
Color information
#8AA6A0 (or 0x8AA6A0) is known color: Cascade. HEX triplet: 8A, A6 and A0. RGB value is (138,166,160). Sum of RGB (Red+Green+Blue) = 138+166+160=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA6A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA6A0 is #75595F. Grayscale: #9C9C9C. Windows color (decimal): -7690592 or 10528394. OLE color: 10528394.
HSL color Cylindrical-coordinate representation of color #8AA6A0: hue angle of 167.14º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8AA6A0 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 166 | 160 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.35 |
| HSL | 167.14º | 0.14% | 0.6% | - |
| HSV(B) | 167.14º | 0.17% | 0.65% | - |
| XYZ | 30.46 | 35.21 | 38.45 | - |
| YUV | 156.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 166 | 160 | 0.17 | 0 | 0.04 | 0.35 | 167.14 | 0.14 | 0.6 |
| Hex | 8A | A6 | A0 | 11 | 0 | 4 | 23 | A7 | E | 3C |
| Octal | 212 | 246 | 240 | 21 | 0 | 4 | 43 | 247 | 16 | 74 |
| Binary | 10001010 | 10100110 | 10100000 | 10001 | 0 | 100 | 100011 | 10100111 | 1110 | 111100 |
Color Harmonies of #8AA6A0
Complementary color
Monochromatic Colors of #8AA6A0
Black with #8AA6A0
Text Example
Text Example
White with #8AA6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA6A0; }
p { color: rgb(138,166,160); }
H1.HeaderClassName
{
color: #8AA6A0;
}
.AnyTagClassName
{
color: #8AA6A0;
}
</style>
background-color css
<style>
a { background-color: #8AA6A0; }
a { background-color: rgb(138,166,160); }
div.DivClassName
{
background-color: #8AA6A0;
}
.BgClassName
{
background-color: #8AA6A0;
}
</style>
border-color css
<style>
span { border-color: #8AA6A0; }
span { border-color: rgb(138,166,160); }
td.TdClassName
{
border-color: #8AA6A0;
}
.TagClassName
{
border-color: #8AA6A0;
}
</style>