Shades of Strikemaster #A86186
Tints of Strikemaster #A86186
RGB
CMYK
RGB Variations
Color information
#A86186 (or 0xA86186) is known color: Strikemaster. HEX triplet: A8, 61 and 86. RGB value is (168,97,134). Sum of RGB (Red+Green+Blue) = 168+97+134=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A86186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86186 is #579E79. Grayscale: #7A7A7A. Windows color (decimal): -5742202 or 8806824. OLE color: 8806824.
HSL color Cylindrical-coordinate representation of color #A86186: hue angle of 328.73º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A86186 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 97 | 134 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.34 |
| HSL | 328.73º | 0.29% | 0.52% | - |
| HSV(B) | 328.73º | 0.42% | 0.66% | - |
| XYZ | 24.73 | 18.6 | 24.84 | - |
| YUV | 122.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 97 | 134 | 0 | 0.42 | 0.20 | 0.34 | 328.73 | 0.29 | 0.52 |
| Hex | A8 | 61 | 86 | 0 | 2A | 14 | 22 | 149 | 1D | 34 |
| Octal | 250 | 141 | 206 | 0 | 52 | 24 | 42 | 511 | 35 | 64 |
| Binary | 10101000 | 1100001 | 10000110 | 0 | 101010 | 10100 | 100010 | 101001001 | 11101 | 110100 |
Color Harmonies of #A86186
Complementary color
Monochromatic Colors of #A86186
Black with #A86186
Text Example
Text Example
White with #A86186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86186; }
p { color: rgb(168,97,134); }
H1.HeaderClassName
{
color: #A86186;
}
.AnyTagClassName
{
color: #A86186;
}
</style>
background-color css
<style>
a { background-color: #A86186; }
a { background-color: rgb(168,97,134); }
div.DivClassName
{
background-color: #A86186;
}
.BgClassName
{
background-color: #A86186;
}
</style>
border-color css
<style>
span { border-color: #A86186; }
span { border-color: rgb(168,97,134); }
td.TdClassName
{
border-color: #A86186;
}
.TagClassName
{
border-color: #A86186;
}
</style>