Shades of Aluminium #848C91
Tints of Aluminium #848C91
RGB
CMYK
RGB Variations
Color information
#848C91 (or 0x848C91) is known color: Aluminium. HEX triplet: 84, 8C and 91. RGB value is (132,140,145). Sum of RGB (Red+Green+Blue) = 132+140+145=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 145 - color contains mainly: blue. Hex color #848C91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848C91 is #7B736E. Grayscale: #8A8A8A. Windows color (decimal): -8090479 or 9538692. OLE color: 9538692.
HSL color Cylindrical-coordinate representation of color #848C91: hue angle of 203.08º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #848C91 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 140 | 145 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.43 |
| HSL | 203.08º | 0.06% | 0.54% | - |
| HSV(B) | 203.08º | 0.09% | 0.57% | - |
| XYZ | 24 | 25.71 | 30.48 | - |
| YUV | 138.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 140 | 145 | 0.09 | 0.03 | 0 | 0.43 | 203.08 | 0.06 | 0.54 |
| Hex | 84 | 8C | 91 | 9 | 3 | 0 | 2B | CB | 6 | 36 |
| Octal | 204 | 214 | 221 | 11 | 3 | 0 | 53 | 313 | 6 | 66 |
| Binary | 10000100 | 10001100 | 10010001 | 1001 | 11 | 0 | 101011 | 11001011 | 110 | 110110 |
Color Harmonies of #848C91
Complementary color
Monochromatic Colors of #848C91
Black with #848C91
Text Example
Text Example
White with #848C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848C91; }
p { color: rgb(132,140,145); }
H1.HeaderClassName
{
color: #848C91;
}
.AnyTagClassName
{
color: #848C91;
}
</style>
background-color css
<style>
a { background-color: #848C91; }
a { background-color: rgb(132,140,145); }
div.DivClassName
{
background-color: #848C91;
}
.BgClassName
{
background-color: #848C91;
}
</style>
border-color css
<style>
span { border-color: #848C91; }
span { border-color: rgb(132,140,145); }
td.TdClassName
{
border-color: #848C91;
}
.TagClassName
{
border-color: #848C91;
}
</style>