Shades of Aluminium #81888F
Tints of Aluminium #81888F
RGB
CMYK
RGB Variations
Color information
#81888F (or 0x81888F) is known color: Aluminium. HEX triplet: 81, 88 and 8F. RGB value is (129,136,143). Sum of RGB (Red+Green+Blue) = 129+136+143=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 143 - color contains mainly: blue. Hex color #81888F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81888F is #7E7770. Grayscale: #868686. Windows color (decimal): -8288113 or 9406593. OLE color: 9406593.
HSL color Cylindrical-coordinate representation of color #81888F: hue angle of 210º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #81888F is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 136 | 143 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.44 |
| HSL | 210º | 0.06% | 0.53% | - |
| HSV(B) | 210º | 0.1% | 0.56% | - |
| XYZ | 22.82 | 24.26 | 29.47 | - |
| YUV | 134.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 136 | 143 | 0.10 | 0.05 | 0 | 0.44 | 210 | 0.06 | 0.53 |
| Hex | 81 | 88 | 8F | A | 5 | 0 | 2C | D2 | 6 | 35 |
| Octal | 201 | 210 | 217 | 12 | 5 | 0 | 54 | 322 | 6 | 65 |
| Binary | 10000001 | 10001000 | 10001111 | 1010 | 101 | 0 | 101100 | 11010010 | 110 | 110101 |
Color Harmonies of #81888F
Complementary color
Monochromatic Colors of #81888F
Black with #81888F
Text Example
Text Example
White with #81888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81888F; }
p { color: rgb(129,136,143); }
H1.HeaderClassName
{
color: #81888F;
}
.AnyTagClassName
{
color: #81888F;
}
</style>
background-color css
<style>
a { background-color: #81888F; }
a { background-color: rgb(129,136,143); }
div.DivClassName
{
background-color: #81888F;
}
.BgClassName
{
background-color: #81888F;
}
</style>
border-color css
<style>
span { border-color: #81888F; }
span { border-color: rgb(129,136,143); }
td.TdClassName
{
border-color: #81888F;
}
.TagClassName
{
border-color: #81888F;
}
</style>