Shades of Strikemaster #A07086
Tints of Strikemaster #A07086
RGB
CMYK
RGB Variations
Color information
#A07086 (or 0xA07086) is known color: Strikemaster. HEX triplet: A0, 70 and 86. RGB value is (160,112,134). Sum of RGB (Red+Green+Blue) = 160+112+134=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 160 - color contains mainly: red. Hex color #A07086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07086 is #5F8F79. Grayscale: #808080. Windows color (decimal): -6262650 or 8810656. OLE color: 8810656.
HSL color Cylindrical-coordinate representation of color #A07086: hue angle of 332.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A07086 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 134 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.37 |
| HSL | 332.5º | 0.2% | 0.53% | - |
| HSV(B) | 332.5º | 0.3% | 0.63% | - |
| XYZ | 24.59 | 20.78 | 25.27 | - |
| YUV | 128.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 134 | 0 | 0.30 | 0.16 | 0.37 | 332.5 | 0.2 | 0.53 |
| Hex | A0 | 70 | 86 | 0 | 1E | 10 | 25 | 14C | 14 | 35 |
| Octal | 240 | 160 | 206 | 0 | 36 | 20 | 45 | 514 | 24 | 65 |
| Binary | 10100000 | 1110000 | 10000110 | 0 | 11110 | 10000 | 100101 | 101001100 | 10100 | 110101 |
Color Harmonies of #A07086
Complementary color
Monochromatic Colors of #A07086
Black with #A07086
Text Example
Text Example
White with #A07086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07086; }
p { color: rgb(160,112,134); }
H1.HeaderClassName
{
color: #A07086;
}
.AnyTagClassName
{
color: #A07086;
}
</style>
background-color css
<style>
a { background-color: #A07086; }
a { background-color: rgb(160,112,134); }
div.DivClassName
{
background-color: #A07086;
}
.BgClassName
{
background-color: #A07086;
}
</style>
border-color css
<style>
span { border-color: #A07086; }
span { border-color: rgb(160,112,134); }
td.TdClassName
{
border-color: #A07086;
}
.TagClassName
{
border-color: #A07086;
}
</style>