Shades of Strikemaster #A06986
Tints of Strikemaster #A06986
RGB
CMYK
RGB Variations
Color information
#A06986 (or 0xA06986) is known color: Strikemaster. HEX triplet: A0, 69 and 86. RGB value is (160,105,134). Sum of RGB (Red+Green+Blue) = 160+105+134=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A06986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06986 is #5F9679. Grayscale: #7C7C7C. Windows color (decimal): -6264442 or 8808864. OLE color: 8808864.
HSL color Cylindrical-coordinate representation of color #A06986: hue angle of 328.36º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A06986 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 105 | 134 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.37 |
| HSL | 328.36º | 0.22% | 0.52% | - |
| HSV(B) | 328.36º | 0.34% | 0.63% | - |
| XYZ | 23.85 | 19.3 | 25.02 | - |
| YUV | 124.75 | 133.22 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 134 | 0 | 0.34 | 0.16 | 0.37 | 328.36 | 0.22 | 0.52 |
| Hex | A0 | 69 | 86 | 0 | 22 | 10 | 25 | 148 | 16 | 34 |
| Octal | 240 | 151 | 206 | 0 | 42 | 20 | 45 | 510 | 26 | 64 |
| Binary | 10100000 | 1101001 | 10000110 | 0 | 100010 | 10000 | 100101 | 101001000 | 10110 | 110100 |
Color Harmonies of #A06986
Complementary color
Monochromatic Colors of #A06986
Black with #A06986
Text Example
Text Example
White with #A06986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06986; }
p { color: rgb(160,105,134); }
H1.HeaderClassName
{
color: #A06986;
}
.AnyTagClassName
{
color: #A06986;
}
</style>
background-color css
<style>
a { background-color: #A06986; }
a { background-color: rgb(160,105,134); }
div.DivClassName
{
background-color: #A06986;
}
.BgClassName
{
background-color: #A06986;
}
</style>
border-color css
<style>
span { border-color: #A06986; }
span { border-color: rgb(160,105,134); }
td.TdClassName
{
border-color: #A06986;
}
.TagClassName
{
border-color: #A06986;
}
</style>