Shades of Aluminium #848D92
Tints of Aluminium #848D92
RGB
CMYK
RGB Variations
Color information
#848D92 (or 0x848D92) is known color: Aluminium. HEX triplet: 84, 8D and 92. RGB value is (132,141,146). Sum of RGB (Red+Green+Blue) = 132+141+146=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 146 - color contains mainly: blue. Hex color #848D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848D92 is #7B726D. Grayscale: #8A8A8A. Windows color (decimal): -8090222 or 9604484. OLE color: 9604484.
HSL color Cylindrical-coordinate representation of color #848D92: hue angle of 201.43º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #848D92 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 141 | 146 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.43 |
| HSL | 201.43º | 0.06% | 0.55% | - |
| HSV(B) | 201.43º | 0.1% | 0.57% | - |
| XYZ | 24.23 | 26.03 | 30.94 | - |
| YUV | 138.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 141 | 146 | 0.10 | 0.03 | 0 | 0.43 | 201.43 | 0.06 | 0.55 |
| Hex | 84 | 8D | 92 | A | 3 | 0 | 2B | C9 | 6 | 37 |
| Octal | 204 | 215 | 222 | 12 | 3 | 0 | 53 | 311 | 6 | 67 |
| Binary | 10000100 | 10001101 | 10010010 | 1010 | 11 | 0 | 101011 | 11001001 | 110 | 110111 |
Color Harmonies of #848D92
Complementary color
Monochromatic Colors of #848D92
Black with #848D92
Text Example
Text Example
White with #848D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848D92; }
p { color: rgb(132,141,146); }
H1.HeaderClassName
{
color: #848D92;
}
.AnyTagClassName
{
color: #848D92;
}
</style>
background-color css
<style>
a { background-color: #848D92; }
a { background-color: rgb(132,141,146); }
div.DivClassName
{
background-color: #848D92;
}
.BgClassName
{
background-color: #848D92;
}
</style>
border-color css
<style>
span { border-color: #848D92; }
span { border-color: rgb(132,141,146); }
td.TdClassName
{
border-color: #848D92;
}
.TagClassName
{
border-color: #848D92;
}
</style>