Shades of Aluminium #88898A
Tints of Aluminium #88898A
RGB
CMYK
RGB Variations
Color information
#88898A (or 0x88898A) is known color: Aluminium. HEX triplet: 88, 89 and 8A. RGB value is (136,137,138). Sum of RGB (Red+Green+Blue) = 136+137+138=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 138 - color contains mainly: blue. Hex color #88898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88898A is #777675. Grayscale: #888888. Windows color (decimal): -7829110 or 9079176. OLE color: 9079176.
HSL color Cylindrical-coordinate representation of color #88898A: hue angle of 210º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #88898A is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 137 | 138 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.46 |
| HSL | 210º | 0.01% | 0.54% | - |
| HSV(B) | 210º | 0.01% | 0.54% | - |
| XYZ | 23.69 | 24.96 | 27.61 | - |
| YUV | 136.82 | 128.67 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 137 | 138 | 0.01 | 0.01 | 0 | 0.46 | 210 | 0.01 | 0.54 |
| Hex | 88 | 89 | 8A | 1 | 1 | 0 | 2E | D2 | 1 | 36 |
| Octal | 210 | 211 | 212 | 1 | 1 | 0 | 56 | 322 | 1 | 66 |
| Binary | 10001000 | 10001001 | 10001010 | 1 | 1 | 0 | 101110 | 11010010 | 1 | 110110 |
Color Harmonies of #88898A
Complementary color
Monochromatic Colors of #88898A
Black with #88898A
Text Example
Text Example
White with #88898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88898A; }
p { color: rgb(136,137,138); }
H1.HeaderClassName
{
color: #88898A;
}
.AnyTagClassName
{
color: #88898A;
}
</style>
background-color css
<style>
a { background-color: #88898A; }
a { background-color: rgb(136,137,138); }
div.DivClassName
{
background-color: #88898A;
}
.BgClassName
{
background-color: #88898A;
}
</style>
border-color css
<style>
span { border-color: #88898A; }
span { border-color: rgb(136,137,138); }
td.TdClassName
{
border-color: #88898A;
}
.TagClassName
{
border-color: #88898A;
}
</style>