Shades of Strikemaster #A06586
Tints of Strikemaster #A06586
RGB
CMYK
RGB Variations
Color information
#A06586 (or 0xA06586) is known color: Strikemaster. HEX triplet: A0, 65 and 86. RGB value is (160,101,134). Sum of RGB (Red+Green+Blue) = 160+101+134=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A06586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06586 is #5F9A79. Grayscale: #7A7A7A. Windows color (decimal): -6265466 or 8807840. OLE color: 8807840.
HSL color Cylindrical-coordinate representation of color #A06586: hue angle of 326.44º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A06586 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 101 | 134 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.37 |
| HSL | 326.44º | 0.24% | 0.51% | - |
| HSV(B) | 326.44º | 0.37% | 0.63% | - |
| XYZ | 23.45 | 18.5 | 24.89 | - |
| YUV | 122.4 | 134.55 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 134 | 0 | 0.37 | 0.16 | 0.37 | 326.44 | 0.24 | 0.51 |
| Hex | A0 | 65 | 86 | 0 | 25 | 10 | 25 | 146 | 18 | 33 |
| Octal | 240 | 145 | 206 | 0 | 45 | 20 | 45 | 506 | 30 | 63 |
| Binary | 10100000 | 1100101 | 10000110 | 0 | 100101 | 10000 | 100101 | 101000110 | 11000 | 110011 |
Color Harmonies of #A06586
Complementary color
Monochromatic Colors of #A06586
Black with #A06586
Text Example
Text Example
White with #A06586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06586; }
p { color: rgb(160,101,134); }
H1.HeaderClassName
{
color: #A06586;
}
.AnyTagClassName
{
color: #A06586;
}
</style>
background-color css
<style>
a { background-color: #A06586; }
a { background-color: rgb(160,101,134); }
div.DivClassName
{
background-color: #A06586;
}
.BgClassName
{
background-color: #A06586;
}
</style>
border-color css
<style>
span { border-color: #A06586; }
span { border-color: rgb(160,101,134); }
td.TdClassName
{
border-color: #A06586;
}
.TagClassName
{
border-color: #A06586;
}
</style>