Shades of Pewter #86A185
Tints of Pewter #86A185
RGB
CMYK
RGB Variations
Color information
#86A185 (or 0x86A185) is known color: Pewter. HEX triplet: 86, A1 and 85. RGB value is (134,161,133). Sum of RGB (Red+Green+Blue) = 134+161+133=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 161 - color contains mainly: green. Hex color #86A185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A185 is #795E7A. Grayscale: #959595. Windows color (decimal): -7954043 or 8757638. OLE color: 8757638.
HSL color Cylindrical-coordinate representation of color #86A185: hue angle of 117.86º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #86A185 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 161 | 133 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.37 |
| HSL | 117.86º | 0.13% | 0.58% | - |
| HSV(B) | 117.86º | 0.17% | 0.63% | - |
| XYZ | 26.81 | 32.25 | 27 | - |
| YUV | 149.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 161 | 133 | 0.17 | 0 | 0.17 | 0.37 | 117.86 | 0.13 | 0.58 |
| Hex | 86 | A1 | 85 | 11 | 0 | 11 | 25 | 76 | D | 3A |
| Octal | 206 | 241 | 205 | 21 | 0 | 21 | 45 | 166 | 15 | 72 |
| Binary | 10000110 | 10100001 | 10000101 | 10001 | 0 | 10001 | 100101 | 1110110 | 1101 | 111010 |
Color Harmonies of #86A185
Complementary color
Monochromatic Colors of #86A185
Black with #86A185
Text Example
Text Example
White with #86A185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A185; }
p { color: rgb(134,161,133); }
H1.HeaderClassName
{
color: #86A185;
}
.AnyTagClassName
{
color: #86A185;
}
</style>
background-color css
<style>
a { background-color: #86A185; }
a { background-color: rgb(134,161,133); }
div.DivClassName
{
background-color: #86A185;
}
.BgClassName
{
background-color: #86A185;
}
</style>
border-color css
<style>
span { border-color: #86A185; }
span { border-color: rgb(134,161,133); }
td.TdClassName
{
border-color: #86A185;
}
.TagClassName
{
border-color: #86A185;
}
</style>