Shades of Submarine #86A1A0
Tints of Submarine #86A1A0
RGB
CMYK
RGB Variations
Color information
#86A1A0 (or 0x86A1A0) is known color: Submarine. HEX triplet: 86, A1 and A0. RGB value is (134,161,160). Sum of RGB (Red+Green+Blue) = 134+161+160=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 161 - color contains mainly: green. Hex color #86A1A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A1A0 is #795E5F. Grayscale: #989898. Windows color (decimal): -7954016 or 10527110. OLE color: 10527110.
HSL color Cylindrical-coordinate representation of color #86A1A0: hue angle of 177.78º 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 #86A1A0 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 161 | 160 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.37 |
| HSL | 177.78º | 0.13% | 0.58% | - |
| HSV(B) | 177.78º | 0.17% | 0.63% | - |
| XYZ | 28.92 | 33.1 | 38.12 | - |
| YUV | 152.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 161 | 160 | 0.17 | 0 | 0.01 | 0.37 | 177.78 | 0.13 | 0.58 |
| Hex | 86 | A1 | A0 | 11 | 0 | 1 | 25 | B2 | D | 3A |
| Octal | 206 | 241 | 240 | 21 | 0 | 1 | 45 | 262 | 15 | 72 |
| Binary | 10000110 | 10100001 | 10100000 | 10001 | 0 | 1 | 100101 | 10110010 | 1101 | 111010 |
Color Harmonies of #86A1A0
Complementary color
Monochromatic Colors of #86A1A0
Black with #86A1A0
Text Example
Text Example
White with #86A1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A1A0; }
p { color: rgb(134,161,160); }
H1.HeaderClassName
{
color: #86A1A0;
}
.AnyTagClassName
{
color: #86A1A0;
}
</style>
background-color css
<style>
a { background-color: #86A1A0; }
a { background-color: rgb(134,161,160); }
div.DivClassName
{
background-color: #86A1A0;
}
.BgClassName
{
background-color: #86A1A0;
}
</style>
border-color css
<style>
span { border-color: #86A1A0; }
span { border-color: rgb(134,161,160); }
td.TdClassName
{
border-color: #86A1A0;
}
.TagClassName
{
border-color: #86A1A0;
}
</style>