Shades of Pewter #86A183
Tints of Pewter #86A183
RGB
CMYK
RGB Variations
Color information
#86A183 (or 0x86A183) is known color: Pewter. HEX triplet: 86, A1 and 83. RGB value is (134,161,131). Sum of RGB (Red+Green+Blue) = 134+161+131=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 161 - color contains mainly: green. Hex color #86A183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A183 is #795E7C. Grayscale: #959595. Windows color (decimal): -7954045 or 8626566. OLE color: 8626566.
HSL color Cylindrical-coordinate representation of color #86A183: hue angle of 114º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86A183 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 161 | 131 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.37 |
| HSL | 114º | 0.14% | 0.57% | - |
| HSV(B) | 114º | 0.19% | 0.63% | - |
| XYZ | 26.67 | 32.2 | 26.28 | - |
| YUV | 149.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 161 | 131 | 0.17 | 0 | 0.19 | 0.37 | 114 | 0.14 | 0.57 |
| Hex | 86 | A1 | 83 | 11 | 0 | 13 | 25 | 72 | E | 39 |
| Octal | 206 | 241 | 203 | 21 | 0 | 23 | 45 | 162 | 16 | 71 |
| Binary | 10000110 | 10100001 | 10000011 | 10001 | 0 | 10011 | 100101 | 1110010 | 1110 | 111001 |
Color Harmonies of #86A183
Complementary color
Monochromatic Colors of #86A183
Black with #86A183
Text Example
Text Example
White with #86A183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A183; }
p { color: rgb(134,161,131); }
H1.HeaderClassName
{
color: #86A183;
}
.AnyTagClassName
{
color: #86A183;
}
</style>
background-color css
<style>
a { background-color: #86A183; }
a { background-color: rgb(134,161,131); }
div.DivClassName
{
background-color: #86A183;
}
.BgClassName
{
background-color: #86A183;
}
</style>
border-color css
<style>
span { border-color: #86A183; }
span { border-color: rgb(134,161,131); }
td.TdClassName
{
border-color: #86A183;
}
.TagClassName
{
border-color: #86A183;
}
</style>